:root {
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-600: #5f6570;
  --combine-library--white: white;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--100: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.wrap-menu {
            position: relative;
            float: left;
            width: 100%;
        }
        #menu-foot {
            height: 60px;
            position: fixed;
            background: #fff;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
            bottom: 0;
            z-index: 4;
            font-size: 10px;
            z-index: 100;
            display: none;
        }
        #menu-foot ul {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }
        #menu-foot ul li {
            width: 25%;
            float: left;
            text-align: center;
            font-size: 1.4em;
            color: #7b7e8c;
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }
        #menu-foot ul li a {
            color: #7b7e8c;
            display: block;
            padding: 11.5px 0;
        }
        #menu-foot ul li.act a {
            color: #3355bb;
        }
        #menu-foot ul li a i, #menu-foot ul li a svg {
            font-size: 15px;
            width: 17px;
            height: 17px;
            margin-bottom: -2px;
        }
        #menu-foot ul li a p {
            margin: 0;
            font-family: Anuphan;
            font-size: 14px;
        }


@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
  .footer{ padding-bottom: 60px; }
  #menu-foot{ display: block;  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration-color: #333;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

/**button hero***************************/
.pt-hero-buttons{
  display:flex; gap:12px; justify-content:center; flex-wrap:wrap;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 20px; border-radius:28px; font-weight:600;
  text-decoration:none; transition:.2s; border:1px solid transparent;
}

/* ปุ่มเดิม */
.btn--primary{ background:#1877F2; color:#fff; border-color:#1877F2; }
.btn--primary:hover{ background:#145fce; border-color:#145fce; }
.btn--light{ background:#fff; color:#303030; border-color:#fff; }
.btn--light:hover{ background:#f5f5f5; }


/***Social Media******************************/
.hj-follow {
  background: #bcddf7;
  text-align: center;
  padding: 40px 16px;
  border-radius: 6px;
  margin-top: 40px;
}

.hj-follow h2 {
  font-size: 20px;
  font-weight: 600;
  color: #303030;
  margin-bottom: 6px;
}

.hj-follow p {
  color: #7a7a73;
  margin-bottom: 20px;
  font-size: 15px;
}

.hj-btn-facebook {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1877f2;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.2s;
}

.hj-btn-facebook:hover {
  background: #145fce;
}
/*********************************/
.preloging-image {
  box-sizing: border-box;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.footer-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.divider-line-a {
  background-color: #e4e4e7;
  width: 100%;
  height: 1px;
}
.hero-section {
  position: relative;
  width: 100%;
  height: 500px; /* ปรับความสูงได้ */
  background: url('https://www.hoteljob.in.th/public/page-interships/images/hero.jpg');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35); /* overlay มืดเล็กน้อยเพื่อให้ text ชัด */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.hero-overlay h1 {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 8px;
}

.hero-overlay p {
  font-size: 1.2rem;
  color: #fff;
}

/* Force layout & order for the 3-step section */
.hj-steps { 
  max-width: 1100px; margin: 60px auto; padding: 0 20px; text-align: center;
  font-family: 'Anuphan', sans-serif;
  box-sizing: border-box;
}

.hj-steps-header h2 { font-size: 1.8rem; font-weight: 700; margin-bottom: 8px; color: #303030; }
.hj-steps-header p  { color: #666; margin-bottom: 40px; font-size: 1rem; }

/* 🔒 กัน CSS อื่นมาแทรก: บังคับ grid + ลำดับซ้าย→ขวา */
.hj-steps .hj-steps-grid {
  display: grid !important;
  grid-auto-flow: row !important;
  grid-template-columns: 1fr;
  gap: 24px;
  direction: ltr;            /* กันบางธีมที่ตั้ง rtl */
  align-items: stretch;
}

.hj-whyus {
  margin: 80px auto;
  text-align: center;
}

.hj-whyus-header h2 {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 8px;
  color: #303030;
}

.hj-whyus-header p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
}

/* ✅ เรียงแนวนอน 1-2-3 */
.hj-whyus-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 30px;
}

.hj-card {
  flex: 1 1 300px; /* กำหนดให้ยืดหดได้ */
  max-width: 340px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 60px 30px;
 

}

.hj-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.hj-icon {
  font-size: 2rem;
  margin-bottom: 16px;
  color: #1a73e8;
}

.hj-card h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #000000;
}

.hj-card p {
  font-size: 16px;
  color: #919191;
  font-weight: 300;
  line-height: 1.5;
}



.btn-load-more-wrapper {
  text-align: center;   /* จัดกึ่งกลางแนวนอน */
  margin: 30px 0;       /* เพิ่มระยะห่างด้านบน/ล่าง */
}

#btn-load-more {
  display: inline-block;
  padding: 8px 22px;
  border: 1.5px solid #1a73e8; /* น้ำเงิน */
  border-radius: 999px; /* pill shape */
  background-color: transparent;
  color: #1a73e8;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

#btn-load-more:hover {
  background-color: #1a73e8; /* น้ำเงิน */
  color: #fff; /* ขาว */
}


.footer-link {
  color: #000;
  letter-spacing: -.02em;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.footer-link:hover {
  color: #096de7;
}

.container-regular {
  z-index: 5;
  border-top: 1px #e7e7e7;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  position: relative;
}

.divider-dot {
  background-color: #bcbcc2;
  flex: none;
  width: 4px;
  height: 4px;
}

.wrap-v-regular {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.footer-separator {
  grid-column-gap: 32px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-title {
  color: #131315;
  letter-spacing: .01em;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
}

.footer-main-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.social-link {
  color: #131315;
  padding: 4px;
  transition: color .3s;
}

.social-link:hover {
  color: #8870d7;
}

.footer-logo {
  flex: none;
  width: 130px;
  max-width: 200px;
  margin-bottom: 0;
}

.social-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-800 {
  color: #55555e;
}

.paragraph-small.text-color-gray-700 {
  color: #76767f;
  line-height: 1.8;
}

.footer {
  background-color: #0000;
  padding: 0 5%;
  position: relative;
}

.avatar-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.footer-avatar-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr 1fr;
}

.avatar-large {
  border: 4px solid #fff;
  border-radius: 100px;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  overflow: hidden;
  box-shadow: 0 1px #e4e4e7;
}

.avatar-large.group {
  margin-left: -16px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.span-footer-link {
  color: #131315;
  font-weight: 500;
}

.body {
  
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Anuphan, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}
.body-locate {
  background-color: #ffffff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: Anuphan, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}
.footer-link-tel {
  color: #303030;
  letter-spacing: -.03em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.footer-link-tel:hover {
  color: #096de7;
}

.footer-link-aboutus {
  color: #55555e;
  letter-spacing: -.02em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.footer-link-aboutus:hover {
  color: #096de7;
}

.div-block {
  display: block;
}

.paragraph {
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.avatar-circle {
  background-color: #ecf2ff;
  border-radius: 100px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  position: relative;
}

.avatar-indicator {
  background-color: #f66;
  border: 4px solid #fff;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.author-wrapper {
  color: #666;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.dropdown-link-large {
  color: #000;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-large:hover {
  background-color: #ecf2ff;
}

.navigation-wrap {
  z-index: 99;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.navigation-left {
  align-items: center;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.brand-logo {
  width: 50px;
}

.navigation-card {
  border-radius: 20px;
  padding: 14px;
  box-shadow: 30px 30px 35px #8a8a8a1a;
}

.menu-wrap {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-title {
  color: #b7b7b7;
  margin-bottom: 24px;
  font-size: 16px;
}

.nav-link {
  color: #000;
  align-items: center;
  height: 100%;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  color: #2e6eff;
}

.dropdown-link {
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 14px;
  padding-right: 14px;
  transition: all .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #2e6eff;
}

.dropdown-toggle {
  padding: 0;
}

.navigation {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown {
  height: 100%;
  position: static;
}

.toggle {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.toggle:hover, .toggle.w--open {
  color: #2e6eff;
}

.brand {
  margin-right: 40px;
}

.lightbox-play-icon {
  background-color: #2e6effdb;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  transition: transform .2s;
  display: flex;
  position: absolute;
  inset: auto;
}

.lightbox-play-icon:hover {
  transform: scale(1.1);
}

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

.link-icon-block {
  background-color: #2e6eff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding: 12px;
  display: flex;
}

.account-list {
  border-radius: 12px;
}

.account-list.w--open {
  background-color: #fff;
  margin-top: 12px;
  padding: 10px;
  top: 73px;
  left: -40px;
}

.link-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}

.image-block {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 60px;
  display: flex;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: #fff;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100px 0 auto;
}

.dropdown-container {
  background-color: #fff;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr 1.4fr;
  width: 100%;
}

.dropdown-wrapper {
  padding: 60px 3% 100px;
  overflow: hidden;
  box-shadow: 33px 115px 100px #0414341a;
}

.navigation-column {
  border-right: 1px solid #e5e5e5;
  padding-right: 32px;
}

.navigation-line-break {
  z-index: 9999;
  background-color: #e5e5e5;
  max-width: 1280px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-text {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.link-description {
  color: #aaa;
}

.navigation-link-content {
  align-items: center;
  display: flex;
}

.container-navigation {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.notification-link {
  margin-right: 24px;
}

.navigation-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navigation-link-grid {
  grid-template-rows: auto auto auto;
}

.navigation-left-2 {
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.navigation-icon-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-2 {
  background-color: #fff;
  border-bottom: 1px solid #d2d2d7;
  padding: 16px 5%;
}

.location-selected {
  width: 100%;
}

.location-flag {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
  overflow: hidden;
}

.navigation-image-2 {
  background-color: #f5f5f7;
  border: 1px solid #ececee;
  border-radius: 8px;
  height: 260px;
  overflow: hidden;
}

.location-search {
  width: 100%;
  margin-bottom: 24px;
}

.icon-small {
  color: #a6a6a6;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.location-scroll-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  height: 220px;
  display: flex;
  overflow: auto;
}

.navigation-line {
  background-color: #ececee;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}

.badge-primary-small {
  color: #fff;
  text-align: center;
  background-color: #d0011d;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.location-line {
  background-color: #d2d2d7;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.navigation-logo-link {
  transition: opacity .3s;
}

.navigation-logo-link:hover {
  opacity: .5;
}

.button-register {
  background-color: #1e1e20;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  display: flex;
}

.location-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #87878c;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 8px 10px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s;
  display: flex;
}

.location-toggle:hover, .location-toggle.w--open {
  background-color: #f5f5f7;
}

.paragraph-x-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small.text-weight-medium {
  font-weight: 500;
}

.overline-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.navigation-link {
  color: #303030;
  letter-spacing: -.02em;
  white-space: nowrap;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #1e1e20;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-menu-middle {
  align-items: center;
  display: flex;
  position: static;
}

.location-search-field {
  color: #6e6e72;
  background-color: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 42px;
  font-size: 16px;
  line-height: 24px;
  transition: all .25s;
}

.location-search-field:hover {
  border-color: #b6b9ce;
}

.location-search-field:focus {
  color: #160042;
  border-color: #160042;
}

.location-search-field::placeholder {
  color: #b6b9ce;
}

.navigation-text-link {
  color: #1e1e20;
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.navigation-text-link:hover {
  color: #d0011d;
}

.button-login {
  color: #1e1e20;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-login:hover {
  color: #fff;
  background-color: #1e1e20;
}

.location-list {
  margin-left: 0;
  margin-right: 0;
}

.location-list.w--open {
  background-color: #0000;
  min-width: 400px;
  margin-top: 4px;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-2.text-weight-semibold {
  font-weight: 600;
}

.text-field-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.location-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.location-currency {
  color: #87878c;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.navigation-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.navigation-banner {
  background-color: #f5f5f7;
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.navigation-dropdown-container {
  background-color: #fff;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.navigation-icon-button {
  color: #000;
  border-radius: 8px;
  padding: 8px;
  transition: color .3s;
}

.navigation-icon-button:hover {
  color: #d0011d;
  background-color: #f5f5f7;
}

.overline-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.location-line-small {
  background-color: #d2d2d7;
  width: 1px;
  height: 24px;
  margin-left: 8px;
  margin-right: 8px;
}

.container-large {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.dropdown-list-middle {
  z-index: 99;
  min-width: 100%;
}

.dropdown-list-middle.w--open {
  z-index: 99;
  background-color: #fff;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 3% 40px;
  position: absolute;
  top: 114px;
  left: 0;
  right: 0;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.search-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto auto auto 14px;
}

.navigation-dropdown {
  position: static;
}

.navigation-link-middle {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.location-card {
  background-color: #fff;
  border: 1px solid #f5f5f7;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px 24px;
  display: flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-line-break-2 {
  background-color: #d2d2d7;
  width: 1px;
  height: 24px;
  margin-left: 8px;
  margin-right: 16px;
}

.location-flag-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.location-link {
  color: #1e1e20;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.location-link:hover {
  background-color: #f5f5f7;
}

.navigation-dropdown-link {
  color: #414144;
  border-radius: 8px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.navigation-dropdown-link:hover {
  text-decoration: underline;
}

.navigation-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.text-weight-semibold {
  font-weight: 600;
}

.paragraph-large.text-weight-medium {
  font-weight: 500;
}

.paragraph-large.text-color-tertiary {
  color: #5b616e;
}

.navigation-card-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1e1e20;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-card-link:hover {
  background-color: #f5f5f7;
}

.text-color-dark {
  color: #000;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.navigation-top-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.navigation-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #6e6e72;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px 10px 8px 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.navigation-toggle:hover {
  color: #1e1e20;
}

.navigation-toggle.w--open {
  color: #000;
}

.location-title {
  text-align: center;
  margin-bottom: 24px;
}

.image {
  width: 150px;
}

.text-block {
  color: #303030;
  font-size: 18px;
}

.navigation-brand-link {
  flex: none;
}

.dropdown-divider {
  border-left: 1px dashed #b4bac5;
  width: 1px;
}

.navigation-dropdown-2 {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.dropdown-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.navigation-component {
  color: #303030;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.dropdown-content-right {
  grid-column-gap: 32px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: 1;
  display: flex;
}

.subheading-regular {
  color: #24262d;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.subheading-regular.text-color-inherit {
  color: inherit;
}

.button-outline-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #303030;
  text-align: center;
  white-space: nowrap;
  background-color: #fff0;
  border: 1px solid #303030;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-outline-small:hover {
  background-color: #e8ecf7;
}

.navigation-menu {
  height: 100%;
  display: flex;
  position: static;
}

.navigation-3 {
  z-index: 99;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 0;
  display: flex;
}

.code-embed {
  display: none;
}

.dropdown-text-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6869ac;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.dropdown-text-link:hover {
  color: #2b2c50;
}

.navigation-right-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.banner-section {
  background-color: #6869ac;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 5%;
  display: flex;
  position: relative;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
}

.dropdown-link-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3d424c;
  border-radius: 8px;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.dropdown-link-2:hover {
  color: #6869ac;
  background-color: #e8ecf7;
}

.navigation-dropdown-list {
  z-index: 99;
  min-width: 100%;
}

.navigation-dropdown-list.w--open {
  z-index: 99;
  background-color: #fff;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100px 0% auto;
  box-shadow: 13px 69px 90px #ebebf4cc;
}

.overline-regular-2 {
  color: #6869ac;
  letter-spacing: -.18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.dropdown-featured-image {
  background-color: #6869ac;
  border-radius: 8px;
  height: 172px;
  position: relative;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-small.row-space-between {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
}

.navigation-buttons-hide {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.banner-button {
  color: #fff;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.logo-image {
  width: 140px;
  font-family: Red Hat Display, sans-serif;
  font-weight: 500;
}

.dropdown-person-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.navigation-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.banner-close {
  color: #fff;
  position: absolute;
  inset: auto 0% auto auto;
}

.banner-close:hover {
  color: #e8ecf7;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.navigation-arrow-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-3 {
  color: #3d424c;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-inherit {
  color: inherit;
}

.navigation-left-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-wave-vector {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navigation-link-2 {
  color: #303030;
  text-align: center;
  border-bottom: 2px solid #6667ab00;
  justify-content: center;
  align-items: center;
  padding: 16px 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-2:hover {
  pointer-events: auto;
  color: #6693ab;
  border-bottom-color: #6667ab;
}

.navigation-link-2.w--open {
  color: #4c4cb3;
}

.dropdown-feature-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
}

.banner-content {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-container-2 {
  grid-column-gap: 32px;
  grid-row-gap: 12px;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation-dropdown-toggle {
  color: #2b2c4f;
  border-bottom: 2px solid #6667ab00;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.navigation-dropdown-toggle:hover, .navigation-dropdown-toggle.w--open {
  color: #6667ab;
  border-bottom-color: #6667ab;
}

.banner-pattern {
  pointer-events: none;
  object-fit: cover;
  object-position: 100% 50%;
  max-width: 760px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.dropdown-section {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  overflow: hidden;
}

.dropdown-integration-link {
  color: #3d424c;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  min-width: 210px;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.dropdown-integration-link:hover {
  color: #6869ac;
  background-color: #e8ecf7;
}

.navigation-link-login {
  color: #2b2c4f;
  text-align: center;
  border-bottom: 2px solid #6667ab00;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.navigation-link-login:hover {
  color: #6667ab;
  border-bottom-color: #6667ab;
}

.navigation-link-login.w--open {
  color: #4c4cb3;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: #303030;
}

.container {
  flex-flow: wrap;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.grid {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-areas: ". ."
                       "Area Area"
                       ". .";
}

.joblist-postdate {
  text-align: right;
  font-size: 14px;
}

.joblist {
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph-3 {
  font-size: 14px;
}

.heading {
  text-align: center;
  margin-bottom: 32px;
  font-family: 'Anuphan', sans-serif;
}

.joblist-headposition {
  font-size: 22px;
}

.container-2 {
  max-width: 1280px;
}

.quick-stack {
  padding: 0;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.joblist-property-text {
  color: #606060;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
  .joblist-property-text-salary{
    color: #303030;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

  }

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.paragraph-x-small-2 {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-x-small-2.text-color-tertiary {
  color: #59595f;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.joblist-wrap-logo {
  border-right: 1px solid #e1e1e1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-right: 8px;
}

.section-regular {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.field-label {
  color: #252527;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-link-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  display: flex;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}


.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.icon-inner {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-small-4 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-4.text-color-tertiary {
  color: #59595f;
}

.career-newsletter {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 486px;
  margin-left: auto;
  display: flex;
  position: sticky;
  top: 48px;
}

.button-secondary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.container-large-2 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-card {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.text-link {
  color: #59595f;
  text-decoration: underline;
}

.relative {
  position: relative;
}

.text-field {
  color: #252527;
  letter-spacing: .08px;
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  min-height: 44px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .3s;
}

.text-field:hover {
  border-color: #d0d0d2;
}

.text-field:focus {
  border-color: #ff5805;
}

.text-field::placeholder {
  color: #59595f;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large-2.column-center {
  justify-content: flex-start;
  align-items: center;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  margin-bottom: 64px;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.career-contact {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  flex-flow: row;
  flex: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.subheading-small {
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.row-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-large.child-wrap {
  flex-flow: wrap;
}

.icon-regular-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.career-pagination {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-label {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.joblist-jobcade {
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 220px;
  margin-bottom: 16px;
  padding: 32px 24px;
  display: flex;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.overline-regular-3 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-color-brand {
  color: #ff5805;
}

.career-badge-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #252527;
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 8px 2px 4px;
  display: flex;
}

.h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h6-heading {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.checkbox {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #ff5805;
  background-image: url('../images/Check-Icon.svg');
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 0 #0000;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.joblist-benefit {
  display: flex;
  width: 100%;
}

.joblist-benefit.child-wrap {
  border-bottom: 1px solid #e7e7e7;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.column {
  flex-flow: column;
  display: flex;
}

.checkbox-label {
  color: #59595f;
  letter-spacing: -.08px;
  -webkit-user-select: none;
  user-select: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.icon-wrapper {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  padding: 4px;
}

.page-link {
  color: #000;
  border: .8px solid #e6e6e7;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: border-color .3s, box-shadow .3s, background-color .3s;
  display: flex;
}

.page-link:hover, .page-link.active {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.container-3 {
  display: flex;
}

.joblist-wrap-company-name {
  font-size: 12px;
  line-height: 20px;
}

.joblist-wrap-company-name.joblist-company-name {
  color: #303030;
  text-align: center;
  /* margin-bottom: 8px; */
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.section-3 {
  flex: 0 auto;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
}

.joblist-wrap-property {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  display: flex;
}

.joblist-wrap-job-name {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 8px;
  display: flex;
}

.joblist-property {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.joblist-logo-size {
  margin-top: 0px;
  max-height: 100px;
  max-width: 100px;
}

.joblist-positionproperty {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.container-6 {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.joblist-position-name {
  color: #1C63E9;
  font-size: 20px;
  font-weight: 400;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 8px;
  display: flex; 
}

.joblist-wrap-promo-box {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 4px;
  display: flex;
}

.joblist-urgenticon {
  color: #000;
  text-align: center;
  background-color: #FFCF50;
  border-radius: 8px;
  justify-content: flex-end;
  margin-bottom: auto;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.paragraph-5 {
  order: 0;
  justify-content: flex-start;
  margin-bottom: auto;
  display: flex;
}

.container-8 {
  justify-content: flex-start;
  width: 50%;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.joblist-wrap-urgent {
  justify-content: flex-end;
  width: 50%;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.joblist-post-date {
  color: #303030;
  text-align: center;
  border-radius: 8px;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.container-9 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  display: flex;
}

.breadcrumbs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.breadcrumb-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #95a0b2;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.breadcrumb-primary:hover {
  color: #000;
}

.breadcrumb-primary.w--current {
  color: #8e38f0;
}

.breadcrumb-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: -4px;
  display: flex;
}

.breadcrumb-chevron {
  color: #95a0b2;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.field-label-2 {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-icon-wrapper-2 {
  align-items: center;
  display: flex;
  position: relative;
}

.text-field-icon-right {
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .25s;
}

.text-field-icon-right::placeholder {
  color: #b6b9ce;
}

.field-icon-right {
  color: #b6b9ce;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto 16px auto auto;
}

.form-block-2 {
  width: 200px;
}

.field-label-3 {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-double-icon-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.text-field-double-icon {
  color: #303030;
  border: 1px solid silver;
  border-radius: 32px;
  width: 100%;
  max-width: 300px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 12px 40px 12px 12px;
  font-size: 14px;
  transition: all .25s;
}

.text-field-double-icon::placeholder {
  color: #b6b9ce;
}

.field-icon {
  color: #303030;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto 16px auto auto ;
}

.form {
  width: 100%;
}

.form-block-3 {
  width: 280px;
  margin-bottom: 0;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  max-width: 100%;
  display: flex;
}

.section-4 {
  justify-content: center;
  display: flex;
}

.breadcrumb-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.breadcrumb-link:hover {
  color: #000;
}

.breadcrumb-link.w--current {
  color: #8e38f0;
}

.breadcrumb-link.icon-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
}

.container-10 {
  justify-content: space-between;
  display: flex;
}

.joblist-wrap-nav-searh {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start end;
  width: 100%;
  max-width: 1280px;
  margin-top: 8px;
  display: grid;
}

.container-11 {
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
}

.container-12 {
  max-width: 1280px;
}

.nav-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-8 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.joblist-wrap {
  max-width: 1280px;
}

.div-block-3 {
  background-color: #fff;
}

.div-block-4 {
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  margin-top: 16px;
}

.container-13 {
  max-width: 100%;
}

.countdown-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f6f5f3;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 8px 12px 16px;
  display: flex;
}

.countdown {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.countdown-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.paragraph-regular-3 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.countdown-illustration {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.graphic-badge-arrow {
  color: #e57361;
  background-color: #fcefee;
  border: 1px solid #f6d0cb;
  border-radius: 100%;
  padding: 2px;
}

.section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.countdown-vector-graphic {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: -40px -40px auto auto;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-x-small-3 {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.h3-heading {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.h4-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.countdown-image {
  aspect-ratio: 4 / 5;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
}

.countdown-vector-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 24px -48px auto auto;
  box-shadow: 0 2px 8px #c4cad43d;
}

.countdown-statistics-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  min-width: 240px;
  max-width: 240px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto -32px -56px;
  box-shadow: 0 2px 8px #c4cad43d;
}

.container-regular-2 {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.column-x-large.column-center {
  justify-content: flex-start;
  align-items: center;
}

.icon-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.countdown-badge-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  inset: -40px -110px auto auto;
  box-shadow: 0 2px 8px #c4cad43d;
}

.paragraph-small-5 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-small-5.text-color-orange-500 {
  color: #f4a952;
}

.countdown-number {
  color: #3e376d;
  letter-spacing: -.02em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.header-grid {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 82px;
}

.countdown-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.overline-large {
  color: #e57361;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #3e376d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #4e4587;
}

.countdown-booster {
  display: none;
}

.section-regular-3 {
  padding: 82px 5%;
  position: relative;
}

.container-regular-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
}

.title-wrapper-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overline {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.h2-heading-2 {
  color: #07090d;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
}

.logo-card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-card {
  color: #acb4c3;
  border: 1px solid #edeff2;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: color .3s, border-color .3s;
  display: flex;
}

.logo-card:hover {
  color: #07090d;
  border-color: #c3c9d5;
}

.logo-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.feature-footnote {
  border-top: 1px solid #dce0e5;
  margin-top: 64px;
  padding-top: 16px;
}

.subheading-large {
  color: #22272f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.container-regular-4 {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.icon-gigantic {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-gigantic.text-color-orange-500 {
  color: #f4a952;
}

.icon-gigantic.text-color-red-500 {
  color: #e57361;
}

.icon-gigantic.text-color-blue-500 {
  color: #779acf;
}

.icon-gigantic.text-color-purple-600 {
  color: #746bb3;
}

.title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: grid;
}

.button-ghost {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #4e4587;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.button-ghost:hover {
  color: #3e376d;
  background-color: #f3f4f6;
}

.paragraph-small-6 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.text-color-red-500 {
  color: #e57361;
}

.grid-four-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
}

.text-link-overline {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  transition: color .3s;
}

.text-link-overline:hover {
  color: #d0011d;
}

.paragraph-small-7 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-7.text-weight-semibold {
  font-weight: 600;
}

.container-large-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.cta-small-card {
  align-items: center;
  display: flex;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.prelogin-wrap-card-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: right;
  flex-direction: column;
  display: flex;
}

.section-regular-4 {
  padding: 92px 5%;
  position: relative;
}

.text-color-brand-2 {
  color: #d0011d;
}

.cta-illustration {
  margin-right: 16px;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1e1e20;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.button-link:hover {
  color: #d0011d;
}

.feature-discount-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border: 1px solid #d2d2d7;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-card:hover {
  border-color: #f5f5f7;
  box-shadow: 25px 25px 64px -14px #a1a1a526;
}

.divider {
  background-color: #ececee;
  width: 100%;
  height: 1px;
}

.h1-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1e1e20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overline-regular-4 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.section-regular-5 {
  padding: 92px 5%;
  position: relative;
}

.feature-icon {
  width: 70px;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.feature-grid-store {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.div-body-recommend {
  font-size: 24px;
  font-weight: 500;
  justify-content: left;
  padding-bottom: 16px;
  margin-top: 10px;
  margin-bottom: 38px;
  display: flex;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library--primary-600);
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.combine-section_cta1 {
  background-color: var(--combine-library--grey-050);
}

.combine-text-color-gradient {
  background-image: linear-gradient(to right, var(--combine-library--warning-400), #ec80b4 14%, var(--combine-library--primary-600) 45%, var(--combine-library--secondary-600));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-cta1_subtitle-wrapper {
  justify-content: center;
  display: flex;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.header-image-wrapper {
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-buttons {
  grid-template-rows: auto;
  max-width: 420px;
}

.icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 8px 24px;
  display: flex;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.container-large-4 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.paragraph-small-8 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-x-large {
  font-size: 20px;
  line-height: 32px;
}

.text-color-orange-500 {
  color: #ff5805;
}

.overline-regular-5 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.section-wrapper {
  position: relative;
}

.header-section {
  padding: 160px 5% 64px;
  position: relative;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.12px;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.08px;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.header-content-small {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  text-align: center;
  flex-flow: column;
  max-width: 55%;
  display: flex;
}

.story-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.story-content {
  grid-column-gap: 92px;
  grid-row-gap: 92px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.content-tab-content {
  width: 100%;
}

.container-regular-5 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large-2 {
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-2.text-color-gray-800 {
  color: #434347;
}

.content-tab-link {
  color: #252527;
  text-align: center;
  letter-spacing: -.08px;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.content-tab-link.w--current {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.content-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.story-sign-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.story-sign {
  width: 139px;
  height: 36px;
}

.overline-regular-6 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.12px;
  white-space: nowrap;
  background-color: #ff5805;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.section-regular-6 {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.content-tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin-top: -108px;
  margin-bottom: 64px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-flow: column;
  min-height: 150px;
}

.joblist-location {
  color: #959595;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  width: 100%;
  margin-top: 8px;
}

.container-small {
  width: 100%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

.logo-tabs-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e2022;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.logo-tabs-button:hover, .logo-tabs-button.w--current {
  color: #fff;
  background-color: #000;
}

.logo-embed, .icon-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dot-orange {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.title-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: url('../images/Noise--Texture.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.h6-heading-2 {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.section-regular-7 {
  background-color: #f3f3f5;
  padding: 72px 5%;
  position: relative;
}

.divider-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.divider-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.caption-small {
  font-size: 14px;
  line-height: 20px;
}

.logo-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 64px;
  display: flex;
}

.logo-card-2 {
  filter: grayscale();
  background-color: #f9f9fa;
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  transition: background-color .3s, filter .3s;
  display: flex;
}

.logo-card-2:hover {
  filter: grayscale(0%);
  background-color: #fff;
}

.divider-small {
  background-color: #cfd2d6;
  width: 100%;
  max-width: 384px;
  height: 1px;
}

.tabs {
  width: 100%;
}

.container-15 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 8px;
  display: flex;
}

.icon-regular-5 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.integration-tab-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.h6-heading-3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.brand-highlight {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.integration-form-block {
  margin-bottom: 0;
}

.paragraph-small-9 {
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.integration-tab-large {
  text-transform: uppercase;
  background-color: #edeef1;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.integration-tab-large.w--current {
  color: #fff;
  background-color: #000;
}

.integration-search-bar {
  width: 100%;
  max-width: 413px;
  margin-top: 24px;
}

.integration-title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.container-large-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.column-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.button-outline-2 {
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #d8dbdf;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
}

.button-outline-2:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.integration-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.integration-search-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-regular-8 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.integration-search-button {
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.column-regular-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-regular-4.column-left {
  justify-content: center;
  align-items: flex-start;
}

.form-success-message {
  color: #000;
  text-align: center;
  background-color: #c1ff71;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 14px;
}

.integration-card-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.integration-badge {
  text-transform: uppercase;
  background-color: #edeef1;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.integration-badge.w--current {
  color: #fff;
  background-color: #000;
}

.integration-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.subheading-large-2 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-2.text-color-brand-purple {
  color: #6153bd;
}

.integration-search-fill {
  color: #000;
  background-color: #edeef1;
  border: 1px solid #edeef1;
  border-radius: 8px;
  height: 40px;
  min-height: 40px;
  margin-bottom: 0;
}

.integration-search-fill:active, .integration-search-fill:focus {
  border-color: #d8dbdf;
}

.integration-search-fill::placeholder {
  color: #5b616e;
}

.container-regular-6 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary-rounded {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-bg.text-weight-bold {
  font-weight: 700;
}

.faq-divider {
  background-color: #d5d9e2;
  width: 100%;
  height: .5px;
}

.paragraph-small-10 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-10.text-color-gray-600 {
  color: #525f75;
}

.faq {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.section-regular-9 {
  padding: 96px 5%;
  position: relative;
}

.section-regular-9.background-gray {
  background-color: #f6f7f9;
}

.overline-2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.faq-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.h2-heading-3 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.faq-button {
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.button-text {
  z-index: 1;
  position: relative;
}

.faq-content {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: relative;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.faq-title {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq-icon {
  color: #23272f;
  background-color: #edeff3;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-regular-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.title-wrapper-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 584px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-strong {
  color: #000;
  font-weight: 500;
}

.cta-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.subheading-small-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.icon-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.background-pattern {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-feature-badges {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 288px;
  display: flex;
  position: relative;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.h4-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.column-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.paragraph-regular-4 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-regular-4.text-color-tertiary {
  color: #8f8f8f;
}

.h3-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.feature-card-outline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 12px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.text-color-brand-3 {
  color: #ff4b0f;
}

.button-primary-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary-5:hover {
  background-color: #141414;
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.label-regular.text-color-primary {
  color: #000;
}

.cta-card-filled {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f5f5;
  border-radius: 12px 12px 24px 24px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-feature-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  padding: 12px 16px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.column-2x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.cta-card-left {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 480px;
  display: flex;
  position: relative;
}

.badge-outline {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.grid-three-column-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-regular-7 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.logo-statistics {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.container-large-6 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-grid-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  line-height: 10px;
}

.logo-tile {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border: 1px #000;
  border-right: 1px dashed #b1b1b1;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.logo-card-3 {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  display: flex;
  overflow: visible;
}

.logo-image-large {
  flex: none;
  max-height: 24px;
}

.h4-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.column-regular-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.logo-image-2 {
  flex: none;
  width: 40px;
  height: 40px;
}

.logo-icon-2 {
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  box-shadow: 0 0 0 1.2px #0000000f, 0 1px 2px #0000000f;
}

.horizontal-divider {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.horizontal-divider.x-large {
  margin-top: 32px;
  margin-bottom: 32px;
}

.icon-large-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .2s;
  display: flex;
}

.paragraph-6 {
  font-size: 22px;
  font-weight: 700;
}

.recommend-box {
  width: 100%;
  max-width: 1280px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}

.container-16 {
  width: 100%;
  max-width: 1280px;
}

.block-ads {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 16px 0;
  height: auto;
  
}


.loginclass {
  font-family: Anuphan, sans-serif;
  font-size: 60px;
  text-decoration: line-through;
}

.section-5 {
  max-width: 1280px;
}

.blog-text-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #5167f6;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
  display: inline-flex;
}

.blog-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.title-wrapper-small-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overline-regular-7 {
  color: #5e606e;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.column-large-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large-4.column-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}

.section-regular-10 {
  padding: 92px 5%;
  position: relative;
}

.button-primary-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #5167f6;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-flex;
}

.button-primary-6:hover {
  background-color: #6478f7;
}

.button-primary-6:active {
  background-color: #7788f8;
}

.container-x-small {
  width: 100%;
  max-width: 840px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.whouare {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-bottom: 32px;
}

.column-regular-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-regular-6.column-center {
  align-items: center;
}

.subheading-large-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.h3-heading-3 {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.paragraph-regular-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.blog-image-block {
  border: 1px solid #dedfe3;
  border-radius: 24px;
  width: 100%;
  height: 324px;
  overflow: hidden;
}

.blog-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.body-prelogin {
  flex-flow: column;
  justify-content: center;
  font-family: Anuphan, sans-serif;
  display: block;
}

.pricing-enterprise-card {
  color: #fff;
  background-color: #ea7462;
  border-radius: 10px;
  padding: 42px 42px 32px;
}

.pricing-icon-wrapper {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  display: flex;
}

.pricing-icon-wrapper.text-color-white {
  background-color: #0f0f0f;
}

.max-width-large {
  width: 100%;
  max-width: 650px;
}

.icon-small-3 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.container-regular-8 {
  z-index: 5;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-features-grid {
  margin-bottom: 48px;
}

.button-primary-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #ea7462;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-primary-7:hover {
  background-color: #c74e38;
}

.paragraph-regular-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.section-regular-11 {
  padding: 92px 5%;
  position: relative;
}

.pricing-type-wrapper {
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.pricing-business-card {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}

.pricing-bottom-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h4-heading-4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

.pricing-grid-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: start;
  margin-top: 40px;
}

.overline-3 {
  text-align: right;
  font-weight: 500;
  line-height: 24px;
}

.overline-3.text-color-primary {
  color: #ea7462;
}

.pricing-feature-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  letter-spacing: -.01px;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.button-ghost-2 {
  color: #080808;
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-ghost-2:hover {
  background-color: #fff;
}

.h5-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.prelogin-wrap:hover {
  border: 2px solid #bebebe;
}

.container-large-7 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.prelogin-button-employee {
  background-color: #70bacc;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.cta-grid-wrap {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large-4 {
  color: #323c3e;
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-4.text-color-gray-900 {
  color: #303030;
  font-size: 22px;
}

.button-small {
  outline-offset: 0px;
  color: #323c3e;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 99px;
  outline: 1px solid #ccd4d6;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-small:hover {
  color: #fff;
  background-color: #1c2122;
  outline-color: #1c2122;
}

.text-weight-semibold {
  font-weight: 600;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.grid-two-column-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.section-cta {
  padding: 80px 5%;
  position: relative;
}

.cta-heading-large {
  color: #1c2122;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 86px;
}

.icon-medium {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.heading-wrapper {
  text-align: center;
  max-width: 620px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cta-card-thumb {
  border-radius: 24px;
  margin-bottom: 32px;
  overflow: hidden;
  box-shadow: 0 2px 4px #94a5a840;
}

.cta-icon-wrapper {
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  display: flex;
  box-shadow: 0 2px 4px #94a5a840;
}

.paragraph-detail-medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-detail-medium.text-color-gray-600 {
  color: #607276;
}

.heading-detail {
  color: #323c3e;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.prelogin-button-company {
  background-color: #f5904d;
  justify-content: center;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.prelogin-wrap-card-iamge {
  background-color: #fff;
  height: 256px;
}

.prelogin-heading {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-x-small-4 {
  color: #49505b;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-x-small-4.text-color-tertiary {
  color: #8d95a3;
}

.section-regular-12 {
  padding: 96px 5%;
  position: relative;
}

.button-center-small {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.prelogin-content-detail {
  color: #49505b;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
}

.divider-secondary {
  border-top: 1px dashed #d8dbdf;
  width: 100%;
}

.grid-three-column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  display: grid;
}

.prelogin-wrap-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  padding: 24px 16px 16px;
  display: flex;
}

.badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px dashed #b5bbc4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.button-primary-large-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.18px;
  white-space: nowrap;
  background-color: #25272c;
  border: 2px solid #000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: inline-flex;
  box-shadow: 0 1px 2px #00000080, inset 0 1px 1px 3px #3f444d;
}

.button-primary-large-2:hover {
  background-color: #000;
}

.container-large-8 {
  width: 100%;
  max-width: 1280px;
  margin-top: 5%;
}

.prelogin-content-head {
  color: #25272c;
  letter-spacing: -.24px;
  font-size: 26px;
  font-weight: 500;
  line-height: 24px;
}

.blog-card-small {
  background-color: #fff;
  border: 1px dashed #d8dbdf;
  border-bottom-style: none;
  border-radius: 16px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 2px #d8dbdf80;
}

.container-17 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container-18 {
  max-width: 1280px;
}

.container-19 {
  width: 100%;
  max-width: 1280px;
}

.div-block-7 {
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: 1280px;
  display: block;
}

.prelogin-wrap-body-content {
  width: 100%;
  max-width: 1280px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.container-20 {
  max-width: 100%;
}

.account-accent-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: flex-end;
  width: 80px;
  display: flex;
  position: absolute;
  inset: auto -40px 5% auto;
}

.form-icon {
  color: #7d7d7d;
  justify-content: center;
  align-items: center;
  width: 60px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hide {
  display: none;
}

.account-form-section {
  justify-content: center;
  align-items: center;
  width: 55%;
  padding: 72px 5%;
  display: flex;
}

.account-slider {
  width: 100%;
  height: 100%;
}

.field-label-4 {
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
}

.account-slide {
  flex-direction: row;
  align-items: flex-end;
  height: 100%;
  padding: 50px 20% 140px;
  display: flex;
}

.account-social-sign-in-button {
  grid-column-gap: 16px;
  color: #000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.account-social-sign-in-button:hover {
  background-color: #eee;
}

.account-form {
  color: #080808;
  flex-direction: column;
  margin-bottom: 52px;
  display: flex;
}

.account-slider-nav-inactive {
  -webkit-user-select: none;
  user-select: none;
  background-color: #f8cec9;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.account-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.account-form-line {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
}

.text-field-2 {
  color: #080808;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  min-height: 64px;
  margin-bottom: 0;
  padding: 10px 20px 10px 62px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.text-field-2:hover {
  border-color: #ea7462;
}

.text-field-2:active {
  background-color: #fff;
  border-style: solid;
  border-color: #ea7462;
}

.text-field-2:focus {
  border-color: #ea7462;
}

.text-field-2::placeholder {
  color: #7d7d7d;
}

.account-form-divider {
  grid-column-gap: 30px;
  color: #7d7d7d;
  align-items: center;
  display: flex;
}

.account-section {
  background-color: #fff;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.account-form-wrapper {
  z-index: 5;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-small-4 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-small-4.hide {
  display: none;
}

.account-slider-nav-active {
  -webkit-user-select: none;
  user-select: none;
  background-color: #ea7462;
  border-radius: 8px;
  width: 24px;
  height: 8px;
}

.success-message {
  padding: 20px;
}

.button-primary-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #ea7462;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-primary-8:hover {
  background-color: #c74e38;
}

.paragraph-regular-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.error-message {
  margin-top: 12px;
  padding: 12px;
}

.account-image-left {
  width: 45%;
  position: relative;
}

.h3-heading-4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.password-toggle {
  color: #7d7d7d;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.password-toggle:hover {
  color: #000;
}

.account-slider-nav {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 99px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 60px 20%;
}

.paragraph-x-small-5 {
  font-size: 12px;
  line-height: 18px;
}

.field-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.paragrah-small {
  font-size: 14px;
  line-height: 1.8;
}

.form-block-4 {
  margin-bottom: 0;
}

.account-text-wrapper {
  z-index: 5;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  margin-right: auto;
  position: relative;
}

.image-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.account-form-checkbox {
  background-color: #f3f4f6;
  border-style: none;
  border-radius: 100%;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.account-form-checkbox.w--redirected-checked {
  background-color: #f3f4f6;
  background-image: url('../images/Check-SVG.svg');
  background-size: auto;
  border: 0 #000;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.account-form-checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.divider-white {
  background-color: #fff;
  flex: none;
  width: 100%;
  height: 1px;
}

.section-account {
  height: 100vh;
  display: flex;
}

.testimonial-quote {
  letter-spacing: -.02em;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.paragraph-regular-8 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large-4 {
  color: #22272f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.subheading-large-4.text-color-white {
  color: #fff;
}

.account-testimonial {
  background-image: url('../images/1204.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 666px;
  width: 100%;
  height: 100%;
  position: relative;
}

.account-testimonial-side {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 45%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column-regular-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.account-testimonial-card {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 64px;
  display: flex;
  position: relative;
}

.h2-heading-4 {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-4.text-color-gray-900 {
  color: #22272f;
  font-size: 32px;
  font-weight: 700;
}

.form-link {
  color: #5e53a2;
}

.button-secondary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #454f5f;
  text-align: center;
  background-color: #f3f4f6;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.button-secondary-large:hover {
  color: #fff;
  background-color: #5e53a2;
}

.account-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(0deg, #00000080, #fff0);
  position: absolute;
  inset: 0%;
}

.testimonial-text {
  color: #fff;
  text-shadow: 0 2px 4px #00000040;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.column-x-large-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.account-form-side {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-top: 135px;
  padding-bottom: 135px;
  padding-right: 20%;
  display: flex;
}

.text-link-2 {
  color: #5e53a2;
  text-decoration: underline;
}

.account-slide-2 {
  margin-right: 0;
}

.account-slider-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.account-mask {
  z-index: 1;
  max-width: 100%;
  overflow: hidden;
}

.form-field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block-5 {
  margin-bottom: 0;
}

.account-divider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.account-slider-arrow {
  color: #fff;
  background-color: #0000;
  border: .5px solid #c4cad4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-width .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.account-slider-arrow:hover {
  border-width: 1px;
}

.account-slider-arrow.right-arrow {
  z-index: 9;
  bottom: 64px;
  right: 64px;
}

.account-slider-arrow.left-arrow {
  z-index: 9;
  bottom: 64px;
  right: 120px;
}

.icon-small-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all .3s;
  display: flex;
}

.icon-small-5.hide {
  display: none;
}

.account-submit-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
}

.account-submit-button:hover {
  background-color: #eec01a;
}

.paragraph-small-11 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.divider-gray-100 {
  background-color: #c4cad4;
  width: 100%;
  height: 1px;
}

.form-checkbox {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  max-width: 225px;
  margin-bottom: 0;
  padding: 8px;
  display: flex;
}

.form-input-wrapper {
  width: 100%;
  position: relative;
}

.paragraph-x-small-6 {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.paragraph-x-small-6.text-color-gray-300 {
  color: #95a1b2;
}

.account-form-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.form-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  display: flex;
}

.column-large-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.form-field-label {
  color: #454f5f;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.form-text-field {
  color: #22272f;
  border: 1px solid #c4cad4;
  border-radius: 16px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.form-text-field:hover {
  border-color: #95a1b2;
}

.form-text-field:focus {
  outline-offset: 0px;
  border-color: #ffce1f;
  outline: 1px solid #ccc;
}

.form-text-field::placeholder {
  color: #95a1b2;
}

.form-text-field.password {
  padding-right: 48px;
}

.account-gradient-overlay {
  background-image: linear-gradient(0deg, #0006, #fff0);
  position: absolute;
  inset: 0%;
}

.form-password-toggle {
  color: #7d8ba1;
  cursor: pointer;
  background-color: #f3f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  transition: background-color .3s, color .3s;
  display: flex;
  position: absolute;
  inset: 0 12px 0 auto;
}

.form-password-toggle:hover {
  color: #22272f;
  background-color: #dce0e5;
}

.account-inner {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.subheading-large-5 {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.account-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.account-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.form-checkbox-icon {
  border-color: #171717;
  border-radius: 99px;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 6px;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #171717;
  background-size: 10px;
  border-color: #171717;
  border-radius: 99px;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
}

.form-text-field-2 {
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .3s;
}

.form-text-field-2:hover {
  border-color: #a3a3a3;
}

.form-text-field-2:focus {
  border-color: #ac91ac;
}

.form-text-field-2::placeholder {
  color: #737373;
}

.form-text-field-2.form-icon-left {
  padding-left: 52px;
}

.form-field-label-2 {
  color: #171717;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.account-side {
  width: 50%;
  padding: 64px 5%;
}

.account-slide-3 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.account-slide-3.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.account-testimonial-avatar {
  flex: none;
  width: 64px;
  height: 64px;
}

.account-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
}

.button-outline-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0a0a0a;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline-3:hover {
  color: #110811;
  background-color: #fafafa;
  border-color: #d4d4d4;
}

.button-outline-3.w--current {
  background-color: #fafafa;
}

.account-testimonial-2 {
  grid-column-gap: 136px;
  grid-row-gap: 136px;
  color: #0a0a0a;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 384px;
  padding: 32px;
  display: none;
  position: relative;
}

.paragraph-x-small-7 {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small-7.text-color-gray-500 {
  color: #737373;
}

.form-success-message-2 {
  color: #0a0a0a;
  background-color: #d6f0e5;
  font-weight: 500;
}

.form-block-6 {
  width: 100%;
  margin-bottom: 0;
}

.forgot-pass {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.forgot-pass.text-color-gray-500 {
  color: #737373;
}

.account-slider-mask {
  width: 100%;
}

.button-primary-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-9:hover {
  background-color: #648ba3;
}

.button-primary-9.w--current {
  background-color: #4b264b;
}

.column-center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.form-error-message {
  background-color: #eed8d8;
  padding: 10px 20px;
  font-weight: 500;
}

.form-field-wrapper-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.form-icon-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-checkbox-2 {
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.column-large-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large-6.column-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.icon-small-6 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.divider-gray-101 {
  background-color: #f5f5f5;
  width: 100%;
  height: 1px;
}

.icon-regular-7 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-7.hide {
  display: none;
}

.login-company {
  display: flex;
}

.account-form-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.h4-heading-5 {
  color: #0a0a0a;
  text-align: left;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.subheading-small-3 {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-link-3 {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link-3:hover {
  color: #734573;
}

.button-link-2 {
  color: #0a0a0a;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: underline;
  transition: color .3s;
  display: flex;
}

.button-link-2:hover {
  color: #734573;
}

.button-link-2:active {
  color: #262626;
}

.form-password-toggle-2 {
  color: #525252;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 56px;
  transition: color .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-password-toggle-2:hover {
  color: #0a0a0a;
}

.account-slider-3 {
  background-color: #0000;
  width: 45%;
  height: 100vh;
  margin-left: auto;
}

.row-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subheading-regular-2 {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.account-logo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 50px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer-grid-large {
    grid-row-gap: 56px;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .menu-wrap {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .nav-link {
    text-align: left;
    width: 100%;
  }

  .nav-link:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .dropdown {
    width: 100%;
  }

  .toggle {
    justify-content: flex-start;
    width: 100%;
  }

  .toggle:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .toggle.w--open {
    color: #fff;
    background-color: #0010f7;
    width: 100%;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: static;
  }

  .menu-button {
    color: #2e6eff;
    background-color: #f3f3f6;
    border-radius: 10px;
    margin-left: 14px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0010f7;
  }

  .dropdown-container {
    padding: 0;
  }

  .navigation-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation-column, .navigation-left-2 {
    display: none;
  }

  .navigation-2 {
    position: relative;
  }

  .location-search {
    width: 100%;
  }

  .menu-button-2 {
    color: #000;
    background-color: #ececee;
    border-radius: 8px;
    margin-left: 8px;
    padding: 10px;
    transition: all .3s;
  }

  .menu-button-2:hover, .menu-button-2.w--open {
    color: #fff;
    background-color: #000;
  }

  .navigation-link {
    width: 100%;
  }

  .navigation-menu-middle {
    background-color: #fff;
    width: 100%;
  }

  .navigation-menu-middle.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-grid-large {
    grid-template-columns: 1fr;
  }

  .navigation-dropdown-container {
    box-shadow: none;
  }

  .dropdown-list-middle.w--open {
    height: 420px;
    position: static;
    overflow: auto;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-link-middle {
    margin-top: 0;
  }

  .navigation-dropdown-link {
    font-size: 16px;
    line-height: 24px;
  }

  .navigation-button-group {
    display: flex;
  }

  .navigation-toggle {
    justify-content: flex-start;
    width: 100%;
  }

  .navigation-toggle.w--open {
    background-color: #f5f5f7;
    width: 100%;
  }

  .navigation-menu-button {
    color: #6869ac;
    background-color: #fff;
    border: 1px #6869ac;
    border-radius: 8px;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    color: #4c4cb3;
    background-color: #fff;
    border-style: solid;
  }

  .navigation-brand-link {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-dropdown-2 {
    width: 100%;
  }

  .button-outline-small {
    border-color: #303030;
  }

  .navigation-menu {
    background-color: #fff;
    height: auto;
    position: absolute;
    box-shadow: 0 40px 50px #ebebf4cc;
  }

  .navigation-3 {
    padding-left: 8px;
    padding-right: 5px;
  }

  .dropdown-link-2 {
    padding: 10px;
  }

  .navigation-dropdown-list.w--open, .banner-close {
    position: static;
  }

  .navigation-link-2 {
    justify-content: flex-start;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .navigation-link-2:hover {
    color: #4c4cb3;
  }

  .navigation-link-2.w--open {
    color: #fff;
    background-color: #7070c2;
    width: 100%;
  }

  .dropdown-container-2 {
    flex-flow: column;
  }

  .banner-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
  }

  .navigation-dropdown-toggle {
    justify-content: flex-start;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navigation-dropdown-toggle:hover {
    color: #4c4cb3;
  }

  .navigation-dropdown-toggle.w--open {
    color: #fff;
    background-color: #6869ac;
    width: 100%;
  }

  .dropdown-section {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon {
    color: #303030;
  }

  .navigation-link-login {
    justify-content: flex-start;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .navigation-link-login:hover {
    color: #4c4cb3;
  }

  .navigation-link-login.w--open {
    color: #fff;
    background-color: #7070c2;
    width: 100%;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 56px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

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

  .section-regular {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .career-newsletter {
    max-width: none;
    margin-left: 0;
    padding-top: 40px;
    position: static;
  }

  .form-card {
    max-width: none;
  }

  .heading-grid {
    grid-template-columns: 1fr;
  }

  .text-field-double-icon {
    max-width: 100%;
    min-height: 50px;
  }

  .form-block-3 {
    width: 100%;
  }

  .div-block-2 {
    max-width: 728px;
  }

  .breadcrumb-link.icon-left {
    padding-left: 0;
  }

  .container-10 {
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    display: flex;
  }

  .joblist-wrap-nav-searh {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-regular-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .countdown-image {
    max-height: 400px;
  }

  .countdown-vector-card {
    right: -16px;
  }

  .countdown-statistics-card {
    left: -24px;
  }

  .countdown-badge-card {
    right: -24px;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .logo-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .title-grid {
    grid-template-columns: 1fr;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .cta-small-card {
    flex-wrap: wrap;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid-store {
    grid-template-columns: 1fr;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .container-14 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .header-image-wrapper {
    width: 100%;
    position: static;
  }

  .header-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .header-content-small {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: none;
  }

  .story-block {
    grid-template-columns: 1fr;
  }

  .content-tabs {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-regular-6 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .content-tabs-menu {
    margin-top: -40px;
  }

  .section-regular-7 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .integration-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-feature-badges {
    flex: none;
    width: auto;
    max-width: none;
  }

  .button-primary-5 {
    display: flex;
  }

  .cta-card-filled {
    padding-left: 48px;
    padding-right: 48px;
  }

  .cta-feature-badge {
    flex: none;
  }

  .grid-three-column-2, .logo-statistics {
    grid-template-columns: 1fr 1fr;
  }

  .logo-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .logo-tile {
    border-bottom: 1px dashed #a1a1a1;
    border-right-style: none;
  }

  .button-primary-6 {
    display: flex;
  }

  .pricing-grid-wrapper, .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .section-regular-12 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .container-large-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .prelogin-wrap-content {
    margin-left: 8px;
    margin-right: 8px;
  }

  .account-accent-wrapper {
    inset: -5% auto auto 5%;
  }

  .account-form-section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .account-slide {
    min-height: 900px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .account-section {
    background-image: none;
    flex-direction: column-reverse;
  }

  .account-image-left {
    width: 100%;
  }

  .account-slider-nav {
    left: 5%;
  }

  .form-block-4 {
    align-items: center;
  }

  .section-account {
    flex-direction: column;
    align-items: stretch;
  }

  .account-testimonial {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .account-testimonial-side {
    max-width: none;
    height: 75vh;
  }

  .account-form-side {
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .account-inner {
    margin-right: auto;
  }

  .account-side {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .login-company {
    flex-flow: column;
  }

  .account-slider-3 {
    width: 100%;
    height: 700px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .footer-separator {
    grid-column-gap: 16px;
  }

  .footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dropdown-link-large {
    padding: 10px;
  }

  .navigation-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .navigation-link-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .navigation-grid-large {
    grid-template-columns: 1fr;
  }

  .navigation-button-group {
    display: none;
  }

  .navigation-right-2 {
    width: auto;
  }

  .dropdown-link-2 {
    padding: 10px;
  }

  .navigation-dropdown-list.w--open {
    max-height: 50vh;
    overflow: auto;
  }

  .dropdown-feature-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .banner-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .joblist-wrap-logo {
    align-items: flex-start;
    width: 100%;
    padding-right: 8px;
    align-items: center;
    padding-right: 8px;
  }

  .h2-heading {
    font-size: 40px;
  }

  .joblist-wrap-property {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .joblist-positionproperty {
    flex-flow: column;
    align-items: flex-start;
  }

  .breadcrumb-link.icon-left {
    padding-left: 0;
  }

  .container-10 {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .joblist-wrap-nav-searh {
    margin-left: 5%;
    margin-right: 5%;
  }

  .paragraph-x-small-3 {
    margin-right: 8px;
    display: inline;
  }

  .h3-heading {
    font-size: 40px;
  }

  .countdown-vector-card {
    display: none;
  }

  .countdown-statistics-card {
    left: -12px;
  }

  .countdown-badge-card {
    display: none;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading-2 {
    font-size: 46px;
    line-height: 54px;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .content-tabs-menu {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .h1-heading-3 {
    font-size: 48px;
  }

  .integration-title-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section-regular-8, .section-regular-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-button-wrapper {
    display: flex;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-2 {
    font-size: 40px;
  }

  .cta-card-filled {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 64px;
    padding-right: 64px;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .logo-statistics {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .recommend-box {
    margin-top: 32px;
  }

  .section-regular-10 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .whouare {
    grid-template-columns: 1fr;
  }

  .h3-heading-3 {
    font-size: 40px;
  }

  .section-regular-11 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h4-heading-4 {
    font-size: 36px;
  }

  .pricing-grid-wrapper, .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .section-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-heading-large {
    font-size: 30px;
    line-height: 56px;
  }

  .heading-wrapper {
    margin-bottom: 44px;
  }

  .prelogin-heading {
    font-size: 48px;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .account-slide {
    min-height: 620px;
  }

  .h3-heading-4 {
    font-size: 40px;
  }

  .account-testimonial-side {
    height: 65vh;
  }

  .account-testimonial-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h2-heading-4 {
    font-size: 44px;
  }

  .account-form-side {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .account-slider-2, .account-mask {
    width: 100%;
  }

  .account-slider-arrow.right-arrow, .account-slider-arrow.left-arrow {
    display: none;
  }

  .form-input-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph-x-small-6 {
    margin-right: 8px;
    display: inline;
  }

  .h4-heading-5 {
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {

.joblist-location {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  margin-top: 4px;
  text-align: right;
}

.joblist-benefit {
  text-align: right;
}


  .joblist-hotel-name{
    width: 100%;
  }

.joblist-logo-size {
    margin-top: 0px;
    max-height: 80px;
    max-width: 80px;
}

.row-regular {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 8px;
    display: flex;
}

  
  .joblist-wrap-company-name.joblist-company-name {
    color: #303030;
    text-align: right;
    /* margin-top: 8px; */
    font-size: 16px;
    font-weight: 500;
  }

  .joblist-urgenticon {
    color: #000;
    text-align: center;
    background-color: #FFCF50;
    border-radius: 8px;
    justify-content: flex-end;
    margin-bottom: auto;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    margin-top: 8px;
  }

  .preloging-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .footer {
    padding-bottom: 16px;
  }

  .footer-grid-large {
    grid-template-columns: 1fr;
  }

  .navigation-wrapper {
    display: none;
  }

  .navigation-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navigation-column, .link-description {
    display: none;
  }

  .navigation-image-2 {
    height: 200px;
  }

  .button-register {
    display: none;
  }

  .location-list {
    margin-bottom: 10px;
  }

  .navigation-banner {
    display: none;
  }

  .navigation-dropdown-link {
    flex-flow: column;
    align-items: flex-start;
  }

  .navigation-button-group {
    display: flex;
  }

  .image {
    width: 120px;
  }

  .navigation-menu-button {
    background-color: #fff;
    border-style: none;
    margin-left: 0;
  }

  .dropdown-content-right {
    flex-flow: column;
  }

  /* .navigation-buttons-hide {
    display: none;
  } */

  .logo-image {
    width: 120px;
  }

  .navigation-link-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dropdown-feature-grid {
    grid-template-columns: 1fr;
  }

  .banner-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .navigation-dropdown-toggle {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading {
    text-align: center;
    font-size: 32px; 
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .joblist-wrap-logo {
    border-right-width: 0;
    align-items: flex-start;
    width: 100%;
    padding-right: 8px;
  }

  .form-card {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-grid {
    grid-template-columns: 1fr;
  }

  .career-contact {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .joblist-jobcade {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 16px;
  }

  .joblist-benefit.child-wrap {
    padding-bottom: 24px;
  }

  .joblist-wrap-property {
    margin-bottom: 0px;
  }

  .joblist-wrap-job-name {
    margin-left: auto;
  }

  .joblist-positionproperty {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .joblist-position-name {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 30px;
  }

  .joblist-property-text-salary{
    color: #303030;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;

  }

  .joblist-wrap-promo-box {
    margin-bottom: 8px;
  }

  .joblist-urgenticon, .joblist-post-date {
    text-align: left;
  }

  .breadcrumbs {
    flex-flow: wrap;
  }

  .text-field-double-icon {
    max-width: 100%;
  }

  .form-block-3 {
    width: 100%;
  }

  .div-block-2 {
    padding-left: 16px;
  }

  .breadcrumb-link.icon-left {
    padding-left: 0;
  }

  .joblist-wrap-nav-searh {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
    justify-content: space-between;
    place-items: start;
    margin-top: 8px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .countdown-block {
    min-width: 140px;
  }

  .countdown-illustration {
    grid-column-gap: 92px;
    grid-row-gap: 92px;
  }

  .countdown-vector-graphic {
    display: none;
  }

  .countdown-statistics-card {
    inset: auto 2% -15% auto;
  }

  .countdown-badge-card {
    inset: auto 16px 16px auto;
  }

  .button-primary {
    width: 100%;
  }

  .title-wrapper-regular {
    text-align: center;
  }

  .logo-card-grid, .grid-four-column {
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding: 24px;
  }

  .div-body-recommend {
    margin-bottom: 10px;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .header-buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .header-logos {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button-primary-3 {
    width: 100%;
  }

  .story-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .story-sign-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .story-sign {
    order: -1;
  }

  .button-primary-4 {
    width: 100%;
  }

  .content-tabs-menu {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .grid-3 {
    grid-column-gap: 29px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: 1fr auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    align-items: start;
    display: grid;
  }

  .logo-grid {
    grid-template-columns: 1fr;
  }

  .logo-tabs-menu {
    flex-flow: column;
  }

  .integration-item {
    padding: 24px;
  }

  .integration-card-grid {
    grid-template-columns: 1fr;
  }

  .cta-button-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph-regular-4 {
    font-size: 20px;
    font-weight: 700;
  }

  .cta-card-filled {
    padding: 48px 24px;
  }

  .column-2x-small-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .logo-statistics {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .logo-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .logo-tile {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: wrap;
    padding-left: 0;
  }

  .h4-heading-3 {
    font-size: 18px;
    font-weight: 400;
  }

  .recommend-box {
    margin-top: 32px;
  }

  .loginclass {
    font-size: 20px;
    font-weight: 100;
  }

  .pricing-enterprise-card {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-icon-wrapper {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .pricing-features-grid {
    grid-template-columns: 1fr;
  }

  .button-primary-7 {
    width: 100%;
  }

  .pricing-type-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .pricing-business-card {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-bottom-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-ghost-2 {
    width: 100%;
  }

  .cta-heading-large {
    font-size: 32px;
  }

  .prelogin-heading {
    font-size: 32px;
    font-weight: 700;
  }

  .blog-content {
    margin-top: 8px;
  }

  .button-primary-large-2 {
    width: 100%;
  }

  .blog-card-small {
    margin-left: 8px;
    margin-right: 8px;
  }

  .form-icon {
    width: 60px;
  }

  .button-primary-8, .account-submit-button {
    width: 100%;
  }

  .form-button-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-_20975758-ce90-4bbf-0754-61f7d663f31e-d663f31b, #w-node-_20975758-ce90-4bbf-0754-61f7d663f327-d663f31b, #w-node-_20975758-ce90-4bbf-0754-61f7d663f332-d663f31b, #w-node-_20975758-ce90-4bbf-0754-61f7d663f33b-d663f31b, #w-node-_92e29b18-ca88-2978-5e63-9d0f4900c171-4900c170, #w-node-_92e29b18-ca88-2978-5e63-9d0f4900c17c-4900c170, #w-node-_92e29b18-ca88-2978-5e63-9d0f4900c187-4900c170, #w-node-_92e29b18-ca88-2978-5e63-9d0f4900c192-4900c170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_20975758-ce90-4bbf-0754-61f7d663f31e-d663f31b, #w-node-_7a200a94-44bc-8321-859f-97ccbf9ff596-bf9ff57e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a200a94-44bc-8321-859f-97ccbf9ff596-bf9ff57e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_20975758-ce90-4bbf-0754-61f7d663f31e-d663f31b, #w-node-_7a200a94-44bc-8321-859f-97ccbf9ff5af-bf9ff57e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


