:root {
  --body: #333;
  --title: black;
  --bg: #eaeef0;
  --primary: #ff471d;
  --desktop-space: 150px;
  --tablet-space: 100px;
  --landscape-mobile-space: 80px;
  --portrait-mmobile-space: 60px;
  --white: white;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

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

body {
  color: var(--body);
  font-family: Switzer, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 150%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 10px;
}

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

blockquote {
  background-color: var(--bg);
  text-align: center;
  border-left: 0 solid #000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0003;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar.home {
  border-bottom-width: 0;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.top-line {
  background-color: #000;
  width: 15px;
  height: 1px;
  margin-bottom: 4px;
}

.top-line.white {
  background-color: #fff;
}

.middle-line {
  background-color: #000;
  width: 15px;
  height: 1px;
}

.middle-line.white {
  background-color: #fff;
}

.bottom-line {
  background-color: #000;
  width: 15px;
  height: 1px;
  margin-top: 4px;
}

.bottom-line.white {
  background-color: #fff;
}

.header-btn {
  color: #fff;
  background-color: #223f83;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
}

.header-btn:hover {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

.header-btn.w--current {
  background-color: #223f83;
}

.header-btn.home {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #f5f0f0;
  -webkit-background-clip: text;
  background-clip: text;
  border-color: #fff;
  font-size: 15px;
}

.header-btn.home:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.nav-right {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-title {
  margin-bottom: 0;
}

.sub-title {
  grid-column-gap: 6px;
  color: #000;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.box {
  border-bottom: 8px solid var(--primary);
  border-left: 8px solid #0000;
}

.page-data, .sg-font {
  margin-bottom: var(--desktop-space);
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
}

.text-heading {
  color: #000;
  font-size: 100px;
  font-weight: 400;
  line-height: 120%;
}

.body-font {
  color: #000;
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.table-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.body-large {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.font-title {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.sg-title {
  margin-bottom: var(--desktop-space);
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.color-main {
  background-color: var(--primary);
  width: 120px;
  height: 120px;
}

.color-main.body-color {
  background-color: var(--body);
}

.color-main.bg {
  background-color: var(--bg);
}

.color-main.title {
  background-color: var(--title);
}

.sg-section {
  margin-bottom: var(--desktop-space);
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-wrap {
  grid-column-gap: 15px;
  margin-top: 40px;
  display: flex;
}

.button-wrap.center {
  justify-content: center;
}

.primary-btn {
  grid-column-gap: 10px;
  color: var(--title);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 26px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.primary-btn:hover {
  color: #fff;
  background-color: #000;
}

.primary-btn.white {
  color: #fff;
  border-color: #fff;
}

.primary-btn.white:hover {
  color: #000;
  background-color: #fff;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.footer {
  background-color: #223f83;
}

.footer-wrap {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.footer-left {
  grid-column-gap: 80px;
  align-items: flex-start;
  display: flex;
}

.footer-right {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 42%;
  display: grid;
}

.footer-menu {
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.footer-link {
  color: #999;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-link:hover, .footer-link.w--current {
  color: #fff;
}

.footer-link.last {
  padding-bottom: 0;
}

.branch {
  color: #fff;
  flex-direction: column;
  font-size: 14px;
}

.address {
  color: #f3efef;
  margin-top: 4px;
  margin-bottom: 10px;
}

.footer-mail {
  color: #faf5f5;
  text-decoration: none;
  transition: color .3s;
}

.footer-mail:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.ftr-text-wrap {
  grid-column-gap: 20px;
  color: #999;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.footer-btm-link {
  color: #999;
  text-decoration: none;
  transition: color .3s;
}

.footer-btm-link:hover {
  color: #fff;
}

.social-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.social-link {
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: #ffffff1a;
}

.social-link:focus {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.plain-link {
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

.menu-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.menu-icon.home {
  border-color: #fff;
}

.single-text {
  margin-bottom: 0;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.cs-title {
  margin-bottom: 15px;
  font-size: 74px;
  font-weight: 600;
  line-height: 150%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

.licensing-title {
  margin-bottom: 0;
  font-size: 20px;
}

.disclamer {
  grid-row-gap: 10px;
  background-color: var(--bg);
  flex-direction: column;
  margin-bottom: 60px;
  padding: 30px;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.license-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.info-inner {
  padding-bottom: 30px;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  color: #333;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 150%;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title, .changelog-text {
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 55px 60px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pass-body {
  background-color: var(--bg);
}

.error-data {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.error-text {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
}

.input {
  color: var(--body);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 12px;
}

.input:focus {
  border-bottom-color: #000;
}

.input::placeholder {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.field-label {
  text-align: left;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 25px;
}

.contact-wrap {
  grid-column-gap: 120px;
  align-items: center;
  display: flex;
}

.contact-form {
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
}

.field-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.textarea {
  color: var(--body);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #0003;
  height: auto;
  min-height: 100px;
  margin-bottom: 0;
  padding: 0 0 12px;
}

.textarea:focus {
  border-bottom-color: #000;
}

.textarea::placeholder {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.checkbox {
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

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

.form-condition {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--bg);
  border: 1px solid #0000001a;
}

.error-message {
  text-align: center;
  padding: 20px;
}

.contact-right {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  padding: 50px;
}

.contact-data {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.contact-block {
  grid-column-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.contact-info-title {
  color: var(--title);
  margin-bottom: 10px;
  font-size: 14px;
}

.contact-address {
  width: 100%;
  max-width: 75%;
  font-size: 18px;
  font-weight: 300;
}

.contact-social {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.social-icon {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s;
  display: flex;
}

.social-icon:hover {
  background-color: #f8f8f8;
}

.contact-link {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact, .support {
  margin-bottom: var(--desktop-space);
}

.support-wrap {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.support-block {
  grid-row-gap: 60px;
  border: 1px solid #0003;
  flex-direction: column;
  padding: 30px;
  transition: border-color .3s;
  display: flex;
}

.support-block:hover {
  border-color: #000;
}

.contact-icon {
  width: 100%;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.support-data {
  margin-bottom: 25px;
}

.faq-section {
  margin-bottom: var(--desktop-space);
}

.section-title {
  margin-bottom: 20px;
}

.faq-wrap {
  grid-column-gap: 60px;
  align-items: flex-start;
  display: flex;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.ans.w--open {
  position: relative;
}

.faq-data {
  width: 100%;
  max-width: 50%;
}

.que {
  grid-column-gap: 24px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: static;
}

.vertical-line {
  background-color: #000;
  width: 1px;
  height: 15px;
  position: absolute;
}

.ans-box {
  padding-top: 15px;
}

.ans-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

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

.que-title {
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.faq {
  z-index: 1;
  border-bottom: 1px solid #0003;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 24px;
}

.faq.top {
  padding-top: 0;
}

.horizontal-line {
  background-color: #000;
  width: 15px;
  height: 1px;
}

.reviews {
  margin-bottom: var(--desktop-space);
}

.review-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-block {
  grid-row-gap: 25px;
  border: 1px solid #0003;
  flex-direction: column;
  padding: 30px;
  transition: border-color .3s;
  display: flex;
}

.review-block:hover {
  border-color: #000;
}

.review-block.v2 {
  background-color: #fff;
  border-width: 0;
}

.review-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}

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

.review-rate {
  grid-column-gap: 1px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.review-name {
  color: #000;
  font-size: 14px;
}

.review-data {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.cta {
  margin-bottom: var(--desktop-space);
}

.cta-wrap {
  background-image: url('../images/cta.jpg');
  background-size: cover;
  padding: 100px 80px;
}

.cta-title {
  color: #fff;
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
  font-size: 32px;
}

.cta-btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 26px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s;
}

.cta-btn:hover {
  color: #000;
  background-color: #fff;
}

.post-list {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-item {
  align-items: flex-start;
  display: flex;
}

.post-link {
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.post-img {
  background-color: var(--bg);
  overflow: hidden;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.post-title {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 20px;
}

.link-btn {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.post-data {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.pagination {
  grid-column-gap: 15px;
  justify-content: flex-end;
  margin-top: 40px;
}

.link-arrow {
  color: var(--title);
}

.post-main-title {
  text-align: center;
}

.post-date {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  display: flex;
}

.post-page-title {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.post-main {
  margin-bottom: var(--desktop-space);
}

.post-main-img {
  background-color: var(--bg);
  margin-bottom: 40px;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-details {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.empty-state {
  background-color: var(--bg);
  text-align: center;
  border: 1px solid #0000001a;
}

.request-quote {
  margin-bottom: var(--desktop-space);
}

.quote-wrap {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.quote-form {
  width: 100%;
  max-width: 60%;
  margin-bottom: 0;
}

.quote-field-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.quote-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 40%;
}

.form-btn {
  justify-content: flex-end;
  display: flex;
}

.client-review {
  margin-bottom: var(--desktop-space);
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-head {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  display: flex;
}

.single-title {
  margin-bottom: 0;
}

.review-fact {
  text-align: right;
  font-size: 12px;
}

.rf-text {
  text-align: right;
  font-size: 34px;
  font-weight: 300;
  line-height: 120%;
}

.services {
  margin-bottom: var(--desktop-space);
}

.service-list {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-link {
  width: 100%;
  text-decoration: none;
}

.service-img {
  background-color: var(--bg);
}

.service-image {
  object-fit: cover;
  width: 100%;
  min-height: 440px;
  max-height: 440px;
}

.service-data {
  grid-column-gap: 55px;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.service-name {
  margin-bottom: 8px;
}

.service-main {
  margin-bottom: var(--desktop-space);
}

.service-wrap {
  grid-column-gap: 56px;
  align-items: flex-start;
  display: flex;
}

.service-left {
  width: 100%;
  max-width: 900px;
}

.service-right {
  width: 100%;
  max-width: 340px;
}

.service-main-img {
  background-color: var(--bg);
  margin-bottom: 60px;
}

.service-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 480px;
  max-height: 480px;
}

.service-title {
  margin-bottom: 20px;
}

.our-service-list {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.our-service-link {
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.our-service-link:hover {
  border-bottom-color: #000;
}

.about-hero {
  margin-bottom: var(--desktop-space);
  padding-top: 60px;
}

.ah-wrap {
  grid-column-gap: 60px;
  border-bottom: 1px solid #0003;
  padding-bottom: 100px;
  display: flex;
}

.ah-left {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 56%;
  display: flex;
}

.ah-text {
  margin-top: 20px;
  margin-bottom: 0;
}

.ah-info {
  text-align: right;
  margin-bottom: 0;
  font-size: 14px;
}

.ah-data {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about-tag-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.about-tag {
  border: 1px solid #0003;
  padding: 12px 30px;
  font-size: 12px;
}

.ah-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 44%;
  position: relative;
  overflow: hidden;
}

.ah-image {
  width: 100%;
}

.vision {
  margin-bottom: var(--desktop-space);
}

.vision-wrap {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.vision-img {
  background-color: var(--bg);
  align-items: center;
  width: 100%;
  max-width: 32%;
  position: relative;
  overflow: hidden;
}

.vision-data {
  flex: 1;
  width: 100%;
  max-width: 44%;
}

.vision-image {
  width: 100%;
}

.vision-text {
  margin-bottom: 20px;
}

.mission-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 24%;
  position: relative;
  overflow: hidden;
}

.mission-image {
  width: 100%;
}

.facts {
  margin-bottom: var(--desktop-space);
}

.fact-wrap {
  grid-column-gap: 100px;
  justify-content: center;
  display: flex;
}

.fact-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fact-data {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
}

.fact-text {
  color: #000;
  font-size: 44px;
  font-weight: 300;
  line-height: 120%;
}

.fact-divider {
  background-color: #0000001a;
  width: 1px;
  height: 160px;
}

.fact-icon {
  width: 100%;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.our-service {
  margin-bottom: var(--desktop-space);
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.service-wrapper {
  grid-column-gap: 150px;
  display: flex;
}

.service-left-data {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 35%;
  display: flex;
}

.service-right-data {
  width: 100%;
  max-width: 65%;
}

.service-list-v2 {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.service-link-v2 {
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.service-link-v2:hover {
  border-bottom-color: #000;
}

.service-title-v2 {
  margin-bottom: 15px;
}

.service-title-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.service-icon {
  width: 100%;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
}

.service-name-v2 {
  margin-bottom: 0;
}

.service-data-wrap {
  grid-column-gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.service-btn.mobile {
  display: none;
}

.showcase {
  margin-bottom: var(--desktop-space);
}

.showcase-wrap {
  column-count: 3;
  flex-direction: column;
  column-gap: 30px;
}

.showcase-img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.showcase-img.last {
  margin-bottom: 0;
}

.showcase-image {
  width: 100%;
}

.why-choose {
  margin-bottom: var(--desktop-space);
}

.section-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.section-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 54%;
  position: relative;
  overflow: hidden;
}

.section-image {
  width: 100%;
}

.section-data {
  width: 100%;
  max-width: 46%;
}

.section-fact {
  grid-column-gap: 25px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.fact {
  font-size: 32px;
  line-height: 120%;
}

.fact-box {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.team {
  margin-bottom: var(--desktop-space);
}

.team-wrap {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-img {
  background-color: var(--bg);
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 360px;
  max-height: 360px;
}

.team-data {
  margin-top: 12px;
}

.member-name {
  margin-bottom: 2px;
}

.hero {
  margin-bottom: var(--desktop-space);
  background-image: linear-gradient(#0003, #0003), url('../images/hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-wrap {
  grid-row-gap: 160px;
  flex-direction: column;
  margin-top: 200px;
  margin-bottom: 60px;
  display: flex;
}

.hero-title {
  color: #fff;
  width: 100%;
  max-width: 50%;
  margin-bottom: 40px;
  font-size: 58px;
  font-weight: 500;
}

.hero-text-data {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-tag-wrap {
  width: 100%;
  max-width: 34%;
}

.hero-service-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.hero-service {
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 40px;
  padding: 12px 30px;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.hero-service:hover {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff1a;
}

.hero-text {
  color: #fff;
  width: 100%;
  max-width: 22%;
  font-size: 14px;
}

.hero-line {
  background-color: #fff;
  width: 110px;
  height: 1px;
  margin-bottom: 14px;
}

.about {
  margin-bottom: var(--desktop-space);
}

.about-wrap {
  grid-column-gap: 80px;
  align-items: flex-start;
  display: flex;
}

.about-left {
  grid-column-gap: 80px;
  align-items: flex-start;
  width: 100%;
  max-width: 54%;
  display: flex;
}

.about-right {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 46%;
  display: flex;
}

.about-title {
  color: #9a9a9a;
  text-transform: uppercase;
  font-size: 14px;
}

.about-inner {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.about-img {
  background-color: var(--bg);
  position: relative;
  overflow: hidden;
}

.about-image {
  width: 100%;
}

.about-right-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 60%;
  position: relative;
  overflow: hidden;
}

.about-info {
  margin-bottom: 0;
  padding-top: 5px;
}

.about-link {
  grid-column-gap: 8px;
  color: var(--primary);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.benefits {
  margin-bottom: var(--desktop-space);
}

.benefit-list {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.benefit-item-list {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 32px;
  list-style-type: none;
}

.cargo-solution {
  margin-bottom: var(--desktop-space);
  background-color: var(--bg);
  position: relative;
}

.cargo-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 52%;
  height: 100%;
  position: absolute;
}

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

.cargo-right {
  width: 100%;
  max-width: 48%;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
}

.cargo-title {
  margin-bottom: 40px;
}

.quote-from-field {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.quote-form-v2 {
  margin-bottom: 0;
}

.on-scroll {
  background-color: var(--bg);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.nav-menu {
  grid-row-gap: 15px;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 15%;
  height: auto;
  margin-left: auto;
  padding: 30px;
  display: none;
  position: absolute;
  top: 100%;
}

.nav-link {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.mobile {
  display: none;
}

.nav-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.brochure-btn {
  display: none;
}

.brochure-btn.desktop {
  display: block;
}

.service-btns {
  margin-top: 40px;
  display: flex;
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.purchase-badge:hover {
  box-shadow: 0 1px 4px #0000001a;
}

.text-span {
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 146%;
}

.text-block {
  color: var(--white);
  font-family: PT Serif, serif;
  font-size: 17px;
}

.image {
  background-color: var(--bg);
  opacity: 1;
  color: var(--title);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  position: static;
}

.hero-service-copy {
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 40px;
  padding: 12px 30px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.hero-service-copy:hover {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff1a;
}

.hero-service-list-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

.text-span-2 {
  color: var(--white);
}

.link {
  background-color: #8f8989;
  border: 1px solid #000;
}

.service-link-v2-copy {
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.service-link-v2-copy:hover {
  border-bottom-color: #000;
}

.service-link-v2-copy-copy {
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.service-link-v2-copy-copy:hover {
  border-bottom-color: #000;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .paragraph, .paragraph-2, .paragraph-3, .list-item-5, .list-item-6, .list-item-7, .list-item-8 {
  font-size: 16px;
}

.text-block-2 {
  color: var(--title);
}

.text-block-3 {
  color: #faf8f8;
}

.text-block-4 {
  color: #f7f2f2;
  background-color: #faf9f933;
}

.text-block-5 {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.text-block-6 {
  font-size: 18px;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  .container {
    max-width: 100%;
  }

  .header-btn {
    display: none;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-data, .sg-font {
    margin-bottom: var(--tablet-space);
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .table-row {
    grid-column-gap: 20px;
  }

  .sg-title {
    margin-bottom: var(--tablet-space);
  }

  .title-top {
    grid-column-gap: 20px;
  }

  .sg-section {
    margin-bottom: var(--tablet-space);
  }

  .rich-text {
    max-width: 100%;
  }

  .footer-left {
    grid-column-gap: 60px;
  }

  .footer-right {
    grid-column-gap: 40px;
    max-width: 56%;
  }

  .disclamer {
    margin-bottom: 40px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .utility-page-content {
    padding: 40px;
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form {
    max-width: 100%;
  }

  .contact-right {
    max-width: 100%;
    padding: 40px;
  }

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

  .contact-address {
    max-width: 100%;
  }

  .contact, .support {
    margin-bottom: var(--tablet-space);
  }

  .support-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-section {
    margin-bottom: var(--tablet-space);
  }

  .faq-wrap {
    grid-column-gap: 40px;
  }

  .faq-data {
    max-width: 100%;
  }

  .ans-box {
    padding-top: 10px;
  }

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

  .que-title {
    font-size: 16px;
  }

  .faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .reviews {
    margin-bottom: var(--tablet-space);
  }

  .review-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .cta {
    margin-bottom: var(--tablet-space);
  }

  .cta-wrap {
    padding: 80px 40px;
  }

  .cta-title {
    max-width: 100%;
  }

  .post-list {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .post-item {
    height: 100%;
  }

  .post-link {
    flex-direction: column;
    display: flex;
  }

  .post-image {
    min-height: 250px;
    max-height: 250px;
  }

  .post-main-title {
    font-size: 40px;
  }

  .post-main {
    margin-bottom: var(--tablet-space);
  }

  .post-main-image {
    min-height: 360px;
    max-height: 360px;
  }

  .post-details {
    max-width: 100%;
  }

  .request-quote {
    margin-bottom: var(--tablet-space);
  }

  .quote-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .quote-form, .quote-img {
    max-width: 100%;
  }

  .client-review {
    margin-bottom: var(--tablet-space);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services {
    margin-bottom: var(--tablet-space);
  }

  .service-list {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
  }

  .service-image {
    min-height: 230px;
    max-height: 230px;
  }

  .service-data {
    grid-column-gap: 10px;
    margin-top: 10px;
  }

  .service-name {
    margin-bottom: 5px;
  }

  .arrow {
    display: none;
  }

  .service-main {
    margin-bottom: var(--tablet-space);
  }

  .service-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .service-left {
    max-width: 100%;
  }

  .service-right {
    max-width: 50%;
  }

  .service-main-img {
    margin-bottom: 40px;
  }

  .service-main-image {
    min-height: 420px;
    max-height: 420px;
  }

  .our-service-list {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .about-hero {
    margin-bottom: var(--tablet-space);
    padding-top: 50px;
  }

  .ah-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    padding-bottom: 80px;
  }

  .ah-left {
    grid-row-gap: 50px;
    max-width: 100%;
  }

  .ah-data {
    grid-column-gap: 30px;
  }

  .ah-img {
    max-width: 100%;
  }

  .vision {
    margin-bottom: var(--tablet-space);
  }

  .vision-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .vision-img {
    max-width: 40%;
  }

  .vision-data {
    max-width: 54%;
  }

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

  .vision-text {
    margin-bottom: 10px;
  }

  .mission-img {
    max-width: 30%;
    display: none;
  }

  .facts {
    margin-bottom: var(--tablet-space);
  }

  .fact-wrap {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .fact-text {
    font-size: 36px;
  }

  .our-service {
    margin-bottom: var(--tablet-space);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-left-data {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    align-items: flex-end;
    max-width: 100%;
  }

  .service-right-data {
    max-width: 100%;
  }

  .service-title-v2 {
    margin-bottom: 10px;
  }

  .service-info {
    width: 100%;
    max-width: 50%;
  }

  .showcase {
    margin-bottom: var(--tablet-space);
  }

  .showcase-wrap {
    column-gap: 15px;
  }

  .showcase-img {
    margin-bottom: 15px;
  }

  .why-choose {
    margin-bottom: var(--tablet-space);
  }

  .section-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-wrap.reverse {
    flex-direction: column-reverse;
  }

  .section-img, .section-data {
    max-width: 100%;
  }

  .team {
    margin-bottom: var(--tablet-space);
  }

  .team-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-image {
    min-height: 260px;
    max-height: 260px;
  }

  .hero {
    margin-bottom: var(--tablet-space);
  }

  .hero-wrap {
    grid-row-gap: 120px;
    margin-top: 60px;
  }

  .hero-title {
    max-width: 100%;
  }

  .hero-tag-wrap {
    max-width: 40%;
  }

  .hero-text {
    max-width: 35%;
  }

  .about {
    margin-bottom: var(--tablet-space);
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .about-left {
    flex-direction: column;
    max-width: 100%;
  }

  .about-right {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .about-inner {
    grid-row-gap: 20px;
  }

  .benefits {
    margin-bottom: var(--tablet-space);
  }

  .cargo-solution {
    margin-bottom: var(--tablet-space);
    flex-direction: column;
  }

  .cargo-img {
    max-width: 100%;
    position: static;
  }

  .cargo-right {
    max-width: 100%;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .nav-menu {
    grid-row-gap: 0px;
    border-width: 0 0 1px;
    border-radius: 0;
    align-items: center;
    max-width: 100%;
    padding: 12px 20px;
    right: 0;
  }

  .nav-link {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .nav-link:hover {
    text-decoration: none;
  }

  .nav-link.mobile {
    display: flex;
  }

  .text-block-5, .text-block-6 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  ul, ol {
    padding-left: 25px;
  }

  blockquote {
    padding: 20px;
    font-size: 16px;
  }

  .navbar {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-data, .sg-font {
    margin-bottom: var(--landscape-mobile-space);
  }

  .font-inner {
    flex-wrap: wrap;
  }

  .font-block {
    font-size: 16px;
  }

  .text-heading, .body-font {
    font-size: 60px;
  }

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

  .font-title {
    font-size: 16px;
  }

  .sg-title {
    margin-bottom: var(--landscape-mobile-space);
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .sg-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .footer-wrap {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    padding-top: 40px;
  }

  .footer-left {
    grid-column-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .footer-right {
    max-width: 100%;
  }

  .footer-bottom {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .policy-block {
    padding-top: 40px;
  }

  .cs-title {
    font-size: 56px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .license-field {
    font-size: 16px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 14px;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 30px 20px;
  }

  .error-data {
    max-width: 90%;
  }

  .pass-txt {
    font-size: 14px;
    line-height: 150%;
  }

  .contact-right {
    padding: 30px;
  }

  .contact-data {
    grid-column-gap: 60px;
  }

  .contact-block {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .contact-address, .contact-link {
    font-size: 16px;
  }

  .contact, .support {
    margin-bottom: var(--landscape-mobile-space);
  }

  .support-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .support-block {
    grid-row-gap: 40px;
  }

  .faq-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 22px;
    flex-direction: column;
  }

  .que {
    grid-column-gap: 40px;
  }

  .ans-box {
    padding-top: 15px;
  }

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

  .que-title {
    font-size: 16px;
    line-height: 150%;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile-space);
  }

  .review-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .cta {
    margin-bottom: var(--landscape-mobile-space);
  }

  .cta-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-title {
    font-size: 28px;
  }

  .post-list {
    grid-column-gap: 25px;
    grid-row-gap: 40px;
  }

  .post-link {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .post-image {
    min-height: 180px;
    max-height: 180px;
  }

  .post-title {
    font-size: 18px;
  }

  .post-main-title {
    font-size: 32px;
  }

  .post-main {
    margin-bottom: var(--landscape-mobile-space);
  }

  .post-main-image {
    min-height: 300px;
    max-height: 300px;
  }

  .request-quote {
    margin-bottom: var(--landscape-mobile-space);
  }

  .quote-field-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .client-review {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .services {
    margin-bottom: var(--landscape-mobile-space);
  }

  .service-list {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .service-image {
    min-height: 320px;
    max-height: 320px;
  }

  .service-main {
    margin-bottom: var(--landscape-mobile-space);
  }

  .service-right {
    max-width: 100%;
  }

  .service-main-img {
    margin-bottom: 30px;
  }

  .service-main-image {
    min-height: 340px;
    max-height: 340px;
  }

  .our-service-list {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-hero {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 40px;
  }

  .ah-wrap {
    padding-bottom: 60px;
  }

  .ah-left {
    grid-row-gap: 10px;
  }

  .ah-info {
    text-align: left;
    font-size: 16px;
  }

  .ah-data {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .about-tag {
    padding: 10px 28px;
  }

  .vision {
    margin-bottom: var(--landscape-mobile-space);
  }

  .vision-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .vision-img, .vision-data {
    max-width: 100%;
  }

  .facts {
    margin-bottom: var(--landscape-mobile-space);
  }

  .fact-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fact-divider {
    display: none;
  }

  .our-service {
    margin-bottom: var(--landscape-mobile-space);
  }

  .service-left-data {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-list-v2 {
    grid-row-gap: 20px;
  }

  .service-link-v2 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .service-data-wrap, .service-info {
    max-width: 100%;
  }

  .service-btn {
    display: none;
  }

  .service-btn.mobile {
    justify-content: flex-end;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .showcase {
    margin-bottom: var(--landscape-mobile-space);
  }

  .showcase-wrap {
    column-gap: 10px;
  }

  .showcase-img {
    margin-bottom: 10px;
  }

  .why-choose, .team {
    margin-bottom: var(--landscape-mobile-space);
  }

  .team-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    min-height: 300px;
    max-height: 300px;
  }

  .hero {
    margin-bottom: var(--landscape-mobile-space);
  }

  .hero-wrap {
    grid-row-gap: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-bottom {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-tag-wrap {
    max-width: 75%;
  }

  .hero-service {
    padding: 10px 26px;
  }

  .hero-text {
    max-width: 60%;
  }

  .about, .benefits, .cargo-solution {
    margin-bottom: var(--landscape-mobile-space);
  }

  .service-btns {
    margin-top: 20px;
  }

  .hero-service-copy {
    padding: 10px 26px;
  }

  .service-link-v2-copy, .service-link-v2-copy-copy {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  .page-data, .sg-font {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading, .body-font {
    font-size: 70px;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .sg-title {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .title-top {
    display: none;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .sg-section {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }

  .primary-btn {
    padding: 10px 24px;
  }

  .ftr-text-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 6px;
    flex-direction: column;
  }

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .disclamer {
    font-size: 14px;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .license-field {
    margin-bottom: 0;
  }

  .version-info {
    align-items: start;
  }

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

  .error-text {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .pass-field {
    margin-top: 40px;
  }

  .field-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .form-condition {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-data {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contact, .support, .faq-section {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .faq-wrap {
    grid-row-gap: 15px;
  }

  .que {
    grid-column-gap: 30px;
  }

  .vertical-line {
    height: 18px;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .que-icon {
    width: 100%;
    max-width: 30px;
    height: 30px;
  }

  .que-title {
    font-size: 16px;
  }

  .faq {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .horizontal-line {
    width: 18px;
  }

  .reviews {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .review-block {
    padding: 20px;
  }

  .review-data {
    grid-row-gap: 40px;
  }

  .cta {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .cta-wrap {
    padding: 30px;
  }

  .cta-title {
    font-size: 24px;
  }

  .cta-btn {
    padding: 10px 24px;
  }

  .post-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .post-image {
    min-height: 240px;
    max-height: 240px;
  }

  .post-data {
    grid-row-gap: 25px;
    margin-top: 10px;
  }

  .post-main-title {
    font-size: 26px;
    line-height: 140%;
  }

  .post-date {
    margin-top: 10px;
  }

  .post-main {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .post-main-image {
    min-height: 220px;
    max-height: 220px;
  }

  .request-quote {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .quote-wrap {
    grid-row-gap: 20px;
  }

  .quote-field-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .client-review {
    margin-bottom: var(--portrait-mmobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .service-list {
    grid-row-gap: 40px;
  }

  .service-image {
    min-height: 230px;
    max-height: 230px;
  }

  .service-data {
    font-size: 14px;
  }

  .service-main {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .service-main-img {
    margin-bottom: 20px;
  }

  .service-main-image {
    min-height: 230px;
    max-height: 230px;
  }

  .our-service-list {
    grid-column-gap: 30px;
    margin-bottom: 0;
  }

  .about-hero {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .ah-wrap {
    grid-row-gap: 30px;
  }

  .about-tag-wrap {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .about-tag {
    padding: 8px 20px;
  }

  .vision, .facts {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .fact-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .our-service {
    margin-bottom: var(--portrait-mmobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-link-v2 {
    grid-row-gap: 10px;
  }

  .service-data-wrap {
    font-size: 14px;
  }

  .service-btn.mobile {
    margin-top: 30px;
  }

  .showcase, .why-choose {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .section-fact {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .team {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .team-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }

  .team-image {
    min-height: 200px;
    max-height: 200px;
  }

  .team-data {
    margin-top: 10px;
  }

  .hero {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-tag-wrap {
    max-width: 100%;
  }

  .hero-service {
    padding: 8px 22px;
  }

  .hero-text {
    max-width: 100%;
    display: none;
  }

  .about {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .about-wrap, .about-right {
    grid-row-gap: 15px;
  }

  .about-inner {
    grid-row-gap: 0px;
  }

  .about-img {
    display: none;
  }

  .about-right-img {
    max-width: 100%;
  }

  .benefits {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .benefit-list {
    margin-top: 20px;
  }

  .cargo-solution {
    margin-bottom: var(--portrait-mmobile-space);
  }

  .cargo-right {
    padding-top: 30px;
  }

  .quote-from-field {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .brochure-btn {
    flex-direction: column;
    display: flex;
  }

  .brochure-btn.desktop {
    display: none;
  }

  .service-btns {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .hero-service-copy {
    padding: 8px 22px;
  }

  .service-link-v2-copy, .service-link-v2-copy-copy {
    grid-row-gap: 10px;
  }
}

#w-node-_7da56edc-78fa-cf53-451c-189a280da930-b569181c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16e062e9-b2b6-1cfb-a8c9-dfeb835b7c11-b569181f, #w-node-_16e062e9-b2b6-1cfb-a8c9-dfeb835b7c16-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c2960590b-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c2960590d-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605910-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605915-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c2960591a-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c2960591d-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605921-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605926-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605929-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c2960592d-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605932-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605935-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605939-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c2960593e-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605941-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605945-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c2960594a-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c2960594d-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605951-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605956-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605959-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c2960595d-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605962-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605965-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605969-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c2960596e-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605971-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c29605975-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c2960597a-b569181f, #w-node-f2ffa5ef-aa10-997e-c9b4-fc5c2960597d-b569181f, #w-node-_229021f6-69b1-fe44-7313-3ffc1e231da3-b5691823, #w-node-_229021f6-69b1-fe44-7313-3ffc1e231db0-b5691823, #w-node-_6f280ec8-1dac-47b3-b198-96bf9f19c4b2-b5691824, #w-node-_6f280ec8-1dac-47b3-b198-96bf9f19c4b5-b5691824, #w-node-_6f280ec8-1dac-47b3-b198-96bf9f19c4b6-b5691824, #w-node-_6f280ec8-1dac-47b3-b198-96bf9f19c4b8-b5691824 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65e09e95-9e58-70c0-4161-77a8df6e6a69-b5691827 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b63812d-3b32-09fa-6971-7409b5b95555-b5691827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e62b071-e52f-69cb-f699-b6e795dad948-b569182c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-_3e62b071-e52f-69cb-f699-b6e795dad948-b569182c {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7da56edc-78fa-cf53-451c-189a280da930-b569181c, #w-node-_65e09e95-9e58-70c0-4161-77a8df6e6a69-b5691827, #w-node-_3e62b071-e52f-69cb-f699-b6e795dad948-b569182c {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BoldItalic.otf') format('opentype'), url('../fonts/Switzer-ExtraboldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extrabold.otf') format('opentype'), url('../fonts/Switzer-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}