:root {
  --midnight-blue-2: #132433;
  --slate-grey: #546681;
  --orange: #ffb607;
  --white: white;
  --black: black;
  --indigo: #4e148c;
  --ghost-white: #f6f8fc;
  --dark-slate-grey: #2e3642;
  --maroon: #db1641;
  --dark: #242947;
  --background: #0a1b2b;
  --midnight-blue: #001632;
  --grey: #e9e0e0;
}

.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;
}

body {
  color: #333;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--midnight-blue-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  line-height: 1.1;
}

h2 {
  color: var(--midnight-blue-2);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: #001632;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  color: #001632;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #001632;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

h6 {
  color: #001632;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

p {
  color: var(--slate-grey);
  text-align: left;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

ul {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--slate-grey);
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}

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

blockquote {
  border-left: 5px solid var(--orange);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.container.space-below {
  margin-bottom: 160px;
  padding-left: 0;
  padding-right: 0;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.hero-heading {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 75px;
  line-height: 1.05;
}

.hero-heading.hero-heading-inner {
  font-size: 70px;
}

.hero-heading.hero-heading-inner.hero-heading-centre {
  text-align: center;
  font-size: 60px;
}

.paragraph {
  max-width: 490px;
  font-style: normal;
}

.paragraph.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  max-width: 570px;
}

.paragraph.paragraph-centre-dark {
  color: var(--black);
}

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

.button {
  background-color: var(--indigo);
  color: var(--white);
  border-radius: 100px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.button.button-space {
  margin-top: 25px;
}

.service-card-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.footer-title {
  color: var(--indigo);
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 16%;
  padding-right: 20px;
  display: flex;
}

.footer-column-large {
  width: 60%;
}

.footer-icon {
  margin-right: 10px;
}

.footer-logo {
  width: 140px;
  max-width: 80%;
  margin-bottom: 25px;
}

.footer {
  background-color: var(--ghost-white);
  background-image: url('../images/wave_tri_02.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 40px 5% 20px;
}

.footer-text-02 {
  color: var(--indigo);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: #4e5d78;
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .25s;
}

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.column {
  width: 33%;
  padding: 10px;
}

.service-card {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 14px 14px 200px #0016320f;
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.heading-h5 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.paragraph-2 {
  max-width: 100%;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 35px 55px;
  display: flex;
  position: relative;
}

.content-block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 350px;
  padding: 25px 35px;
  display: flex;
}

.section-content {
  background-color: var(--white);
  background-image: url('../images/bg_shade.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 5% 140px;
  position: relative;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  display: flex;
}

.column-wrap-reversed.column-space {
  margin-bottom: 140px;
}

.capital-heading {
  color: var(--indigo);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.capital-heading.title-centre {
  text-align: center;
  margin-bottom: 8px;
}

.heading-primary {
  color: var(--maroon);
  text-align: left;
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.button-wrap-hero {
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.column-wrap {
  display: flex;
}

.column-wrap.column-space {
  margin-bottom: 120px;
}

.navigation-link {
  color: #ffffffe0;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--orange);
}

.navigation-block-left {
  align-items: center;
  width: 50%;
  display: flex;
}

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

.logo-image {
  width: 230px;
}

.dropdown-mobile {
  display: none;
}

.navigation-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
}

.navigation-text:hover {
  color: var(--indigo);
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.navigation {
  z-index: 999;
  border-bottom: 1px solid #ffffff14;
  min-height: 100px;
  padding: 25px 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation.nav-get-quote {
  background-color: var(--indigo);
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.content-block-right {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slider-left {
  background-color: #fff;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.slider-right {
  background-color: #fff;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.text-span {
  color: #484dff;
}

.hero-content {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-hero {
  color: #fff;
  font-style: normal;
}

.paragraph-hero.paragraph-inner {
  color: #ffffffb3;
  max-width: 550px;
}

.content-block-hero {
  max-width: 680px;
  position: relative;
}

.footer-text {
  color: var(--slate-grey);
  text-align: left;
  max-width: 320px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-text {
  color: #6b6f9a9c;
  font-size: 16px;
}

.social-link-wrap {
  display: none;
}

.social-link {
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.section-cta {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-flex {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-link-secondary {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.text-link-secondary:hover {
  color: #ffffff94;
}

.card-image-01 {
  background-image: url('../images/serviceimage1-5.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  position: relative;
}

.service-card-content {
  width: 100%;
  height: 100%;
  padding: 45px 45px 65px 35px;
  position: relative;
}

.card-image-02 {
  background-image: url('../images/serviceimage1-1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  position: relative;
}

.card-image-03 {
  background-image: url('../images/serviceimage1-6.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  position: relative;
}

.button-nav {
  background-color: var(--dark);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  min-width: 150px;
  margin-left: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.service-card-link {
  background-color: var(--indigo);
  border-top-left-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 55px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.standard-heading {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
}

.standard-heading.standard-heading-white {
  color: #fff;
}

.standard-heading.heading-centre {
  text-align: center;
  margin-bottom: 0;
}

.arrow-card {
  width: 22px;
}

.service-square-wrap {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.service-square-title {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image {
  width: 35px;
  margin-right: 15px;
}

.paragraph-4 {
  color: var(--black);
  margin-bottom: 25px;
}

.heading-6 {
  color: var(--midnight-blue-2);
  font-size: 22px;
}

.text-link {
  color: var(--indigo);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.yellow-block {
  background-color: var(--maroon);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 105px 55px;
  display: flex;
  position: relative;
  top: -78px;
}

.button-dark {
  background-color: var(--indigo);
  color: var(--white);
  border-radius: 100px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.line-background {
  border-right: 1px solid #ffffff38;
  width: 14.2857%;
}

.line-box-wrap {
  z-index: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-content-top {
  z-index: 15;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.content-wrap-01 {
  margin-bottom: 100px;
  display: flex;
}

.section-content-white {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5% 160px;
}

.featured-title {
  color: var(--background);
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.thumbnail-small {
  border-radius: 8px;
  width: 85px;
}

.featured-article-block {
  align-items: center;
  display: flex;
}

.div-block-163 {
  background-color: #ffffff21;
  width: 1px;
  height: 35px;
  margin-left: 25px;
  margin-right: 25px;
}

.cta-yellow-shape {
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-outline {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 100px;
  align-items: center;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-outline:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.anchor-link {
  color: #ffffff80;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
}

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

.content-image {
  max-width: 90%;
}

.section-content-02 {
  background-color: var(--dark);
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5%;
  position: relative;
}

.pattern-04 {
  max-width: 280px;
  position: absolute;
  inset: auto auto 4% 8%;
}

.return-top {
  z-index: 999;
  background-color: var(--maroon);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: fixed;
  inset: auto 25px 35px auto;
}

.service-pattern {
  max-width: 60%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.service-pattern.service-pattern-03 {
  inset: auto 0% 0% auto;
}

.service-pattern.service-pattern-02 {
  max-width: 90%;
  inset: 0% 0% auto auto;
}

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

.play-icon {
  width: 24px;
  position: absolute;
}

.section-featured {
  background-color: #f6f8fc;
  background-image: url('../images/wave_tri_03.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #ffffff17;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 5%;
  display: flex;
}

.yellow-cta {
  background-color: var(--maroon);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.image-8 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-8-copy {
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-location {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
}

.location-chain-wrap {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.cta-arrow {
  margin-left: 60px;
  margin-right: 60px;
}

.navigation-link-wrap {
  display: flex;
}

.featured-wrap {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-block-contain {
  margin-top: 45px;
  margin-bottom: 35px;
  display: flex;
}

.feature-block {
  width: 50%;
  padding-right: 25px;
}

.feature-number {
  color: var(--indigo);
  margin-top: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-51 {
  background-color: #3b4c5b21;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.captial-h6 {
  color: #ffffff9e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-168 {
  flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.logo-column {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 60px 45px;
  display: flex;
}

.image-10 {
  width: 120px;
}

.image-11 {
  width: 16px;
  margin-right: 8px;
}

.map-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.div-block-169 {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 55px;
  margin-bottom: 55px;
}

.shape-pattern {
  position: absolute;
  inset: auto auto 0% 0%;
}

.yellow-highlight {
  color: var(--orange);
  text-decoration: none;
}

.contact-wrap {
  margin-top: 80px;
  display: flex;
}

.our-people {
  grid-template: "Area . Area-2"
                 ". Area-3 Area-2"
                 "Area-4 Area-3 Area-2"
                 "Area-4 Area-3 Area-6"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-5 Area-6"
                 ". Area-5 ."
                 ". . ."
                 / 1fr 1fr 1fr;
  width: 100%;
  max-width: 60%;
}

.team-image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.people-wrap {
  z-index: 10;
  justify-content: flex-end;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -100px;
}

.title-block-half {
  width: 50%;
}

.standard-header {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/2.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 120px 3% 80px;
  display: flex;
}

.standard-header.ocean-shipping {
  background-image: linear-gradient(to top, #24294708, #0a1b2bfa 70%, #0a1b2b), url('../images/serviceimage1-5.jpg');
  background-position: 0 0, 50% 100%;
}

.standard-header.ground-transport {
  background-image: linear-gradient(#0a1b2b80, #0a1b2bfa 70%, #0a1b2b), url('../images/hero_ground.jpg');
  background-position: 0 0, 50%;
}

.standard-header.air-transport {
  background-image: linear-gradient(#0a1b2b80, #0a1b2bfa 70%, #0a1b2b), url('../images/hero_air_freight.jpg');
  background-position: 0 0, 50%;
}

.standard-header.header-blog {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  min-height: 600px;
  padding-top: 210px;
  padding-bottom: 156px;
}

.standard-header.header-faq {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  min-height: 600px;
  padding-top: 150px;
}

.standard-header.header-licence {
  background-color: var(--background);
  background-image: none;
  min-height: auto;
  padding-top: 180px;
}

.standard-header.header-search {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  min-height: 600px;
  padding-top: 150px;
}

.standard-header.ecommerce {
  background-image: linear-gradient(to top, #24294708, #0a1b2bfa 70%, #0a1b2b), url('../images/serviceimage1-1.jpg');
  background-position: 0 0, 50% 100%;
}

.standard-header.sorting {
  background-image: linear-gradient(to top, #24294708, #0a1b2bfa 70%, #0a1b2b), url('../images/8.jpg');
  background-position: 0 0, 50% 100%;
}

.standard-header.dedicated {
  background-image: linear-gradient(to top, #24294708, #0a1b2bfa 70%, #0a1b2b), url('../images/serviceimage1.jpg');
  background-position: 0 0, 50% 100%;
}

.standard-header.docking {
  background-image: linear-gradient(to top, #24294708, #0a1b2bfa 70%, #0a1b2b), url('../images/9.jpg');
  background-position: 0 0, 50% 100%;
}

.standard-header.ltl {
  background-image: linear-gradient(to top, #24294708, #0a1b2bfa 70%, #0a1b2b), url('../images/serviceimage1-6.jpg');
  background-position: 0 0, 50% 100%;
}

.standard-header.midmile {
  background-image: linear-gradient(to top, #24294708, #0a1b2bfa 70%, #0a1b2b), url('../images/10.jpg');
  background-position: 0 0, 50% 0;
}

.standard-header.urgent {
  background-image: linear-gradient(to top, #24294708, #0a1b2bfa 70%, #0a1b2b), url('../images/serviceimage1-7.jpg');
  background-position: 0 0, 50% 100%;
}

.title-wrap-centre {
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  width: 100%;
  min-width: 300px;
  padding-top: 15px;
  padding-bottom: 35px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.dropdown-list-wrap {
  z-index: 9;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 14px;
  display: grid;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.feature-wrap {
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #1324330d;
}

.primary-navigation-link {
  color: #ffffffe0;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.primary-navigation-link:hover {
  color: var(--orange);
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.arrow-down {
  margin-left: 10px;
}

.short-title {
  color: #2e3642;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.feature-block-wrap {
  border: 1px solid #3b4c5b26;
  border-top-style: none;
  min-height: 200px;
  padding: 35px 35px 75px;
  position: relative;
}

.service-image {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 240px;
}

.service-image.s02 {
  background-image: url('../images/1.jpg');
}

.service-image.s03 {
  background-image: url('../images/3.jpg');
}

.service-image.s04 {
  background-image: url('../images/4.jpg');
}

.service-image.s05 {
  background-image: url('../images/blog_hero.jpg');
}

.service-image.s06 {
  background-image: url('../images/5dd92a2fd31f0f5cca5ceb14_5d6f0f552fd62f48f720f7c2_blog-body-image-1.jpeg');
}

.feature-heading {
  color: var(--maroon);
}

.feature-card-base {
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.feature-card-wrap {
  width: 33.3333%;
  min-height: 200px;
  padding: 10px;
}

.feature-wrap-02 {
  flex-wrap: wrap;
  display: flex;
}

.section-client-logo {
  background-color: #0a1b2b;
  background-image: url('../images/bg_shape.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5%;
}

.home-hero {
  background-image: linear-gradient(to bottom, #0a1b2b78, #0a1b2b 55%, var(--background) 96%), url('../images/depositphotos_6442128-stock-photo-blur-speedy-white-van.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 140px 3% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pattern-05 {
  max-width: 290px;
  position: absolute;
  inset: auto 8% 3% auto;
}

.news-bar {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.news-text {
  color: var(--white);
  font-size: 16px;
}

.title-tight {
  max-width: 860px;
  margin-bottom: 100px;
  display: flex;
}

.section-image {
  background-image: url('../images/hero_ground.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 700px;
  margin-bottom: 80px;
  position: relative;
}

.title-block {
  background-color: var(--white);
  min-width: 450px;
  min-height: 120px;
  padding: 65px 65px 65px 25px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-content-03 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5% 160px;
}

.values-wrap {
  flex-wrap: wrap;
  display: flex;
}

.plain-column {
  width: 33.3333%;
  padding: 20px;
  position: relative;
}

.section-breadcrumb {
  background-color: var(--white);
  height: 100px;
  overflow: hidden;
}

.section-breadcrumb.breadcrumb-white-bg {
  background-color: var(--white);
}

.breadcrumb-block {
  background-color: var(--ghost-white);
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

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

.breadcrumb_link {
  opacity: .82;
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
  transition: opacity .3s;
}

.breadcrumb_link:hover {
  opacity: 1;
}

.breadcrumb_link.w--current {
  opacity: 1;
  color: var(--midnight-blue-2);
}

.breadcrumb_arrow {
  opacity: 1;
  width: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.line-break {
  background-color: var(--indigo);
  width: 690px;
  height: 2px;
  margin-top: 0;
}

.value-paragraph-wrap {
  min-height: 140px;
}

.section-anchor-links {
  z-index: 99;
  background-color: #0a1b2b;
  border-bottom: 1px solid #ffffff14;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

.pattern-06 {
  max-width: 190px;
  position: absolute;
  inset: auto auto 4% 8%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

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

.news-tag {
  background-color: var(--maroon);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  margin-right: 16px;
  padding: 8px 16px;
  display: flex;
}

.featured-article {
  color: var(--black);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.standard-title {
  color: var(--maroon);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.section-image-company {
  background-image: url('../images/van.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 700px;
  margin-bottom: 80px;
  position: relative;
}

.dark-cta {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.arrows-dark {
  filter: invert();
  margin-left: 60px;
  margin-right: 60px;
}

.feature-column {
  width: 50%;
}

.time-icon {
  width: 15px;
  margin-bottom: 4px;
  margin-right: 8px;
}

.author-wrap {
  margin-top: 15px;
  display: flex;
  position: relative;
}

.blog-paragraph {
  color: var(--midnight-blue-2);
}

.author-image {
  background-color: var(--orange);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  margin-bottom: 4px;
  margin-right: 8px;
}

.author-image.author-image-large {
  width: 45px;
  height: 45px;
}

.category {
  z-index: 9;
  background-color: var(--maroon);
  color: #627792;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px #fff3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.category.w--current:hover {
  background-color: #ffb6070d;
}

.category.category-space {
  margin-bottom: 25px;
}

.author-name-image {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.blog-content-right {
  background-color: var(--maroon);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 25px 35px;
  display: flex;
  position: relative;
}

.category-text {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

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

.author-detail-text {
  color: #8a94a6;
  font-size: 16px;
}

.featured-post {
  display: flex;
  position: relative;
}

.blog-h2 {
  color: #fff;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.blog-post-wrap {
  min-height: 200px;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 150px;
  position: relative;
}

.blog-posted-date {
  color: #6277927d;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.category-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.blog-content {
  background-color: var(--ghost-white);
  padding: 20px;
}

.blog-post {
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.blog-post:hover {
  transform: translate(0, -4px);
}

.paragraph-3 {
  color: #627792;
  font-size: 15px;
  display: none;
}

.featured-collection-list {
  margin-bottom: 20px;
}

.blog-h3 {
  color: var(--dark);
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.blog-item {
  padding-left: 12px;
  padding-right: 12px;
}

.section-blog-content {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 40px 3% 140px;
  position: relative;
}

.blog-image-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 470px;
  position: relative;
}

.gradient-overlay {
  background-image: linear-gradient(#0a1b2bfa, #0a1b2beb 41%, #0a1b2bd6 70%, #0a1b2b);
  position: absolute;
  inset: 0%;
}

.hero-block-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-blog-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 120px 3% 80px;
  display: flex;
  position: relative;
}

.container-tight {
  z-index: 10;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-blog-post {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 5% 160px;
}

.sg-menu {
  border-bottom: 1px solid #17304917;
  height: 75%;
  max-height: 75vh;
  padding-top: 45px;
  overflow: auto;
}

.sg-details-title {
  float: left;
  color: #33334f;
  font-size: 16px;
  font-weight: 500;
}

.sg-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 60px;
}

.sg-menu-text {
  z-index: 5;
  position: relative;
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.sg-link {
  color: #f5f7fd;
  text-decoration: none;
}

.highlight-opacity {
  color: #fffc;
  font-weight: 500;
}

.sg-menu-wrap {
  background-color: var(--background);
  border-right: 1px solid #1730490d;
  width: 15%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-logo {
  width: 120px;
  margin-right: 25px;
  position: static;
  inset: 0% auto 0% 0%;
}

.mark {
  background-color: #ffab003b;
}

.sg-paragraph {
  margin-bottom: 45px;
}

.sg-container {
  flex: 1;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sg-content-wrap {
  background-color: #fff;
  border-right: 1px solid #1730490d;
  width: 85%;
  height: 2000px;
  margin-left: 15%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.q2 {
  border-left-color: #ffab00;
  max-width: 600px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
}

.sg-full-colour-wrap {
  width: 16.6667%;
  min-height: 150px;
  margin-right: 15px;
}

.sg-colour-wrap {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 200px;
  min-height: 200px;
  display: block;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.sg-menu-title {
  color: var(--white);
  border-bottom: 1px solid #1730490a;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}

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

.sg-button {
  background-color: #f5f7fd;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.sg-menu-link {
  color: #ffffff8c;
  align-items: center;
  min-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.sg-menu-link.w--current {
  border-left: 5px solid var(--orange);
  background-color: var(--midnight-blue-2);
}

.colour_title_text {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 15px;
}

.p2 {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.3;
}

.sg-heading {
  color: #fff;
  margin-top: 0;
  font-size: 60px;
  line-height: 1;
}

.sg-return-wrap {
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 12%;
  min-height: 100px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sg-header {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  min-height: 460px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.style-guide-h6 {
  color: #767ead54;
  margin-top: 0;
  margin-bottom: 0;
}

.sg-details-wrap {
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.sg-menu-header {
  letter-spacing: 2px;
  font-weight: 500;
}

.sg-details-highlight {
  float: left;
  color: var(--orange);
  margin-left: 8px;
}

.sg-break-line {
  background-color: #ebecf0;
  width: 30%;
  min-width: 220px;
  height: 1px;
  margin-top: 8px;
}

.sg-content {
  padding: 70px 5%;
  overflow: hidden;
}

.sg-colour-block {
  background-color: var(--orange);
  height: 60%;
}

.sg-colour-block.c17 {
  background-color: #fafbfc;
}

.sg-colour-block.c3 {
  background-color: var(--midnight-blue-2);
}

.sg-colour-block.c5 {
  background-color: var(--slate-grey);
}

.sg-colour-block.c18 {
  background-color: #fff;
}

.sg-colour-block.c12 {
  background-color: var(--slate-grey);
}

.sg-colour-block.c15 {
  background-color: #c1c7d0;
}

.sg-colour-block.c11 {
  background-color: #0a1f44;
  padding-top: 0;
  padding-bottom: 0;
}

.sg-colour-block.c2 {
  background-color: #00ebc7;
}

.sg-colour-block.c4 {
  background-color: var(--dark-slate-grey);
}

.delete {
  text-decoration: line-through;
}

.sg-type-wrap {
  align-items: center;
  display: block;
}

.l2 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.sg-full-wrap {
  align-items: center;
  display: flex;
}

.sg-paragraph-light {
  color: #f5f7fdcc;
  max-width: 700px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
}

.sg-type {
  margin-bottom: 45px;
}

.em {
  font-style: italic;
}

.sg-heading-4 {
  color: #0a1f44;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.sg-title-wrap {
  margin-top: 65px;
  margin-bottom: 65px;
}

.style-guide-h4 {
  margin-bottom: 8px;
  line-height: 38px;
}

.style-guide-container {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.colour_title {
  float: left;
  font-size: 17px;
  font-weight: 400;
}

.sg-logo-block {
  border-bottom: 1px solid #ffffff2e;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.colour_block_text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
  padding-left: 14px;
  display: flex;
}

.sg-hero {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding: 55px 5%;
  display: flex;
}

.feature-blog-pattern {
  max-width: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.content-block-hero-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  display: flex;
  position: relative;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3 {
  color: var(--orange);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}

.faq-paragraph {
  color: #fffc;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 18px;
  line-height: 28px;
}

.column-right {
  width: 70%;
  min-height: 500px;
}

.faq-wrap {
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-contact-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 55px;
  padding-right: 20px;
  display: flex;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.question-title {
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.animation {
  width: 60px;
  height: 60px;
}

.faq-question-bar {
  border-bottom: 1px solid #64646d21;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.column-left {
  width: 30%;
  min-height: 500px;
  padding-right: 15px;
}

.paragraph-white-small {
  color: #fffc;
  max-width: 490px;
  font-size: 18px;
  font-style: normal;
  line-height: 1.3;
}

.faq-button-wrap {
  margin-top: 35px;
}

.feature-wrap-focus {
  background-color: var(--orange);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap-focus:hover {
  background-color: #f0ac09;
}

._404-h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 55px;
  line-height: 1.1;
}

._404-paragraph {
  color: #fff;
  text-align: center;
}

.link-4 {
  color: #fff;
}

._404-heading {
  color: var(--orange);
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
}

.span-link {
  color: var(--maroon);
  text-decoration: none;
}

.image-17 {
  width: 80px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 1.2;
}

.text-field {
  min-height: 55px;
}

.submit-button {
  background-color: var(--orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  min-height: 55px;
}

.blog-line {
  background-color: var(--maroon);
  max-width: 100%;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.sg-navigation-mobile {
  display: none;
}

.section-category {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 3% 140px;
  position: relative;
}

.sg-assets-wrap {
  background-color: var(--background);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.container-anchor-links {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-contact {
  background-color: var(--ghost-white);
  justify-content: center;
  align-items: flex-start;
  padding: 40px 5% 140px;
  position: relative;
}

.section-faq {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 3%;
  position: relative;
}

.button-download {
  background-color: var(--orange);
  color: #001632;
  border-radius: 100px;
  margin-top: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.sg-pattern {
  max-width: 350px;
  margin-left: 19px;
  margin-right: 19px;
}

.search {
  width: 100%;
  max-width: 670px;
  margin-top: 35px;
  display: flex;
}

.search-input {
  border-radius: 50px;
  min-height: 55px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 25px;
}

.search-result-item {
  margin-bottom: 35px;
}

.plain-link {
  color: var(--indigo);
  font-size: 16px;
}

.pattern-01 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.pattern-02 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-news {
  background-color: var(--dark);
  justify-content: center;
  align-items: flex-start;
  padding: 140px 3%;
  position: relative;
}

.contact-image {
  background-color: var(--maroon);
}

.sg-button-standard, .sg-button-mobile {
  background-color: var(--orange);
  color: #001632;
  border-radius: 100px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.header-author {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 120px 3% 80px;
  display: flex;
  position: relative;
}

.section-author {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 3% 140px;
  position: relative;
}

.section-search-results {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 3%;
  position: relative;
}

.link-5 {
  color: var(--orange);
  font-size: 18px;
  text-decoration: none;
}

.text-block {
  color: #ffffff82;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
}

.paragraph-5 {
  color: #fffc;
  margin-top: 8px;
  margin-bottom: 20px;
}

.divider {
  background-color: #ffffff38;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.button-outline-02 {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 100px;
  align-items: center;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-outline-02:hover {
  opacity: .5;
}

.background-video {
  background-color: #0000;
  background-image: linear-gradient(178deg, var(--maroon) 20%, #a9a9a9a1 99%);
  min-height: 700px;
  display: flex;
}

.container-copy {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}

.div-block-170 {
  margin-left: 20px;
  padding-left: 0;
}

.thumbnail-small-copy {
  border-radius: 8px;
  width: 120px;
}

.heading-primary-blog {
  color: var(--white);
  text-align: left;
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-primary-blog.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.container-copy-copy {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-top: 100px;
  margin-left: 60px;
  margin-right: auto;
  position: relative;
}

.news-bar-copy {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.section-featured-copy {
  background-color: #f6f8fc;
  background-image: url('../images/wave_tri_03.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #ffffff17;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  margin-bottom: 10px;
  padding: 15px 5%;
  display: flex;
}

.standard-title-copy {
  color: var(--maroon);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.background-video-copy {
  background-color: #0000;
  background-image: linear-gradient(178deg, var(--maroon) 37%, #ffffff24);
  min-height: 650px;
  display: flex;
}

.container-copy-copy {
  z-index: 10;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-copy-copy.space-below {
  margin-bottom: 160px;
}

.content-block-hero-copy {
  text-align: center;
  align-self: auto;
  max-width: 680px;
  position: relative;
}

.paragraph-hero-copy {
  color: #fff;
  text-align: center;
  font-style: normal;
}

.paragraph-hero-copy.paragraph-inner {
  color: #ffffffb3;
  max-width: 550px;
}

.capital-heading-copy {
  color: var(--indigo);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  max-width: 500px;
  margin-bottom: 14px;
  margin-left: 79px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.container-copy {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-copy.space-below {
  margin-bottom: 160px;
}

.container-about {
  z-index: 10;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  margin-top: 114px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-about.space-below {
  margin-bottom: 160px;
}

.hero-heading-copy {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 75px;
  line-height: 1.05;
}

.hero-heading-copy.hero-heading-inner {
  text-align: center;
  font-size: 70px;
}

.hero-heading-copy.hero-heading-inner.hero-heading-centre {
  text-align: center;
  font-size: 60px;
}

.paragraph-hero-copy {
  color: #fff;
  font-style: normal;
}

.paragraph-hero-copy.paragraph-inner {
  color: #ffffffb3;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  max-width: 550px;
  margin-left: 60px;
  display: flex;
}

.content-block-hero-copy {
  flex: 1;
  align-self: center;
  max-width: 680px;
  position: relative;
}

.button-wrap-hero-copy {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.capital-heading-copy {
  color: var(--indigo);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.capital-heading-copy.title-centre {
  text-align: center;
  margin-bottom: 8px;
}

.container-anchor-links-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-anchor-links-copy {
  z-index: 99;
  background-color: #f6f8fc;
  border-bottom: 1px solid #ffffff14;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

.anchor-link-copy:hover, .anchor-link-copy:focus, .anchor-link-copy.w--current {
  color: #fff;
}

.anchor-link-copy:hover, .anchor-link-copy:focus, .anchor-link-copy.w--current {
  color: #fff;
}

.anchor-link-copy:hover, .anchor-link-copy:focus, .anchor-link-copy.w--current {
  color: #fff;
}

.anchor-link-copy {
  color: var(--maroon);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
}

.anchor-link-copy:hover, .anchor-link-copy:focus, .anchor-link-copy.w--current {
  color: #fff;
}

.indigo-highlight {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.container-copy-copy-copy {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-top: 100px;
  margin-left: 60px;
  margin-right: auto;
  position: relative;
}

.container-copy-copy-copy.space-below {
  margin-bottom: 160px;
}

.yellow-cta-services {
  background-color: var(--indigo);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.section-content-02-copy {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5%;
  position: relative;
}

.standard-heading-copy {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
}

.standard-heading-copy.standard-heading-white {
  color: var(--midnight-blue-2);
}

.standard-heading-copy.heading-centre {
  text-align: center;
  margin-bottom: 0;
}

.content-block-hero-copy-copy {
  text-align: center;
  align-self: auto;
  max-width: 680px;
  position: relative;
}

.counter {
  color: var(--maroon);
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 60px;
}

.counter-support-text {
  color: #30303033;
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
}

.card-image-04 {
  background-image: url('../images/serviceimage1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  position: relative;
}

.service-pattern-copy {
  max-width: 60%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.service-pattern-copy.service-pattern-03 {
  top: auto;
  bottom: 0%;
  left: 0%;
}

.service-pattern-copy.service-pattern-02 {
  max-width: 90%;
  inset: 0% 0% auto auto;
}

.card-image-05 {
  background-image: url('../images/serviceimage1-7.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  position: relative;
}

.card-image-06 {
  background-image: url('../images/serviceimage1-5.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  position: relative;
}

.yellow-cta-blog {
  background-color: var(--indigo);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.heading-primary-copy {
  color: var(--ghost-white);
  text-align: left;
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-primary-copy.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.section-news-copy {
  background-color: var(--ghost-white);
  justify-content: center;
  align-items: flex-start;
  padding: 40px 3%;
  position: relative;
}

.heading-primary-blog-copy {
  color: var(--maroon);
  text-align: left;
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
}

.heading-primary-blog-copy.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.paragraph-copy-copy {
  max-width: 490px;
  font-style: normal;
}

.paragraph-copy-copy.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  max-width: 570px;
}

.paragraph-copy-copy.paragraph-centre-dark {
  color: var(--midnight-blue);
}

.paragraph-copy-copy.paragraph-centre {
  text-align: center;
}

.anchor-link-copy-copy {
  color: var(--maroon);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
}

.anchor-link-copy-copy:hover, .anchor-link-copy-copy:focus, .anchor-link-copy-copy.w--current {
  color: var(--indigo);
}

.anchor-link-copy-2 {
  color: var(--maroon);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
}

.anchor-link-copy-2:hover, .anchor-link-copy-2:focus, .anchor-link-copy-2.w--current {
  color: var(--indigo);
}

.anchor-link-copy-3 {
  color: var(--maroon);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
}

.anchor-link-copy-3:hover, .anchor-link-copy-3:focus, .anchor-link-copy-3.w--current {
  color: var(--indigo);
}

.anchor-link-copy-4 {
  color: var(--maroon);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
}

.anchor-link-copy-4:hover, .anchor-link-copy-4:focus, .anchor-link-copy-4.w--current {
  color: var(--indigo);
}

.slider {
  background-color: #0000;
  height: 130px;
  margin-left: 100px;
}

.slide {
  padding-left: 0;
  padding-right: 0;
}

.slider-wrapper {
  display: flex;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  margin-top: 54px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon {
  color: #000;
}

.image-18, .image-19, .image-20 {
  max-width: 70%;
}

.section-featured-copy {
  background-color: var(--dark);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #ffffff17;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5% 15px;
  display: flex;
}

.image-21 {
  max-width: 70%;
}

.image-22, .image-23 {
  max-width: 60%;
}

.slide-nav {
  display: none;
}

.section-featured-new {
  background-color: var(--dark);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #ffffff17;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 5% 0 15%;
  display: flex;
}

.logo-wrapper-copy {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.featured-title-copy {
  color: var(--white);
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.featured-article-copy {
  color: var(--maroon);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.logo-wrapper-copy-copy {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-163-copy {
  border: .5px solid var(--white);
  color: var(--white);
  background-color: #0000;
  width: 1px;
  height: 35px;
  margin-left: 25px;
  margin-right: 25px;
}

.image-18-copy {
  max-width: 100%;
}

.container-service-page {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-service-page.space-below {
  margin-bottom: 160px;
}

.paragraph-dark {
  max-width: 490px;
  font-style: normal;
}

.paragraph-dark.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  max-width: 570px;
}

.paragraph-dark.paragraph-centre-dark {
  color: var(--dark);
}

.paragraph-dark.paragraph-centre {
  text-align: center;
}

.paragraph-copy {
  max-width: 490px;
  font-style: normal;
}

.paragraph-copy.paragraph-centre-white {
  color: var(--white);
  text-align: center;
  max-width: 570px;
}

.paragraph-copy.paragraph-centre-dark {
  color: var(--ghost-white);
}

.paragraph-copy.paragraph-centre {
  text-align: center;
}

.feature-number-copy {
  color: #4c78a5;
  margin-top: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
}

.section-content-02-service {
  background-color: var(--ghost-white);
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  padding: 140px 5%;
  position: relative;
}

.fe08_wrap {
  flex-wrap: wrap;
  display: flex;
}

.fe08 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.fe08_title {
  color: var(--indigo);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.fe08_card {
  border: 1px solid #ebecf0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  min-height: 220px;
  padding: 30px 35px 40px;
  transition: all .2s;
  display: flex;
}

.fe08_card:hover {
  box-shadow: 11px 11px 32px #ebecf061;
}

.fe08_h4 {
  color: #33334f;
  text-align: center;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 36px;
}

.fe08_icon-copy {
  width: 40px;
  height: 100%;
}

.fe08_title_wrap {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  width: 700px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  display: block;
}

.fe08_container {
  flex-flow: column wrap;
  flex: 1;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.fe08_h5 {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.fe08_paragraph {
  text-align: center;
}

.fe08_icon_wrap {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 3px #ebecf0;
}

.fe09_icon {
  width: 23px;
  margin-right: 15px;
}

.fe09 {
  background-color: #fff;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 5% 60px;
  display: flex;
}

.fe09_h4-copy {
  color: #e51260;
  text-align: center;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: auto;
  padding-left: 0;
  font-weight: 600;
  line-height: 36px;
}

.fe09_title {
  color: var(--indigo);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.fe09_wrap {
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 20px;
  display: flex;
}

.fe09_container {
  flex-flow: column wrap;
  flex: 1;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.fe09_column {
  width: 90%;
  min-height: 200px;
  padding-left: 25px;
  padding-right: 25px;
}

.fe09_item_wrap {
  border-bottom: 1px solid #ebecf0;
  align-items: center;
  min-height: 55px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-featured-copy {
  background-color: var(--white);
  background-image: url('../images/wave_tri_03.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #ffffff17;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  margin-top: 10px;
  margin-bottom: 181px;
  padding: 15px 5%;
  display: flex;
}

.fe09_title-2 {
  color: #7540ee;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.capital-heading-service {
  color: var(--white);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.capital-heading-service.title-centre {
  text-align: center;
  margin-bottom: 8px;
}

.breadcrumb-block-serv {
  background-color: var(--indigo);
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.text-main-service {
  font-size: 18px;
  line-height: 30px;
  position: static;
}

.form_error_wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

.form_alert_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

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

.form01_input {
  color: #8a94a6;
  background-color: #fff;
  border: 1.5px solid #ebecf0;
  border-radius: 4px;
  width: 49%;
  min-height: 48px;
  font-size: 16px;
  font-weight: 400;
}

.form01_input:focus {
  border-color: #5d3eff;
}

.form01_input::placeholder {
  color: #8a94a6;
}

.form01_h5-copy {
  color: #e51260;
  text-align: center;
}

.form01_button {
  background-color: var(--indigo);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}

.form01_input-2 {
  color: #8a94a6;
  background-color: #fff;
  border: 1.5px solid #ebecf0;
  border-radius: 4px;
  width: 100%;
  min-height: 48px;
  font-size: 16px;
  font-weight: 400;
}

.form01_input-2:focus {
  border-color: #5d3eff;
}

.form01_input-2::placeholder {
  color: #8a94a6;
}

.form_error {
  background-color: #fe3e3e;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form_wrap-lp {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 121px;
  padding: 20px 5% 90px;
  display: inline-block;
  position: static;
}

.form01 {
  border: 1px solid #ebecf0;
  border-radius: 10px;
  width: 100%;
  max-width: 590px;
  height: 100%;
  padding: 30px;
  position: relative;
  box-shadow: 14px 14px 40px #767ead14;
}

.fe09_h4-copy-2 {
  color: #33334f;
  text-align: left;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 0;
  font-weight: 600;
  line-height: 36px;
}

.form01_paragraph {
  text-align: center;
}

.fe08_title_wrap-copy {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-top: 0;
  display: block;
}

.bold-text-copy {
  margin-right: auto;
}

.p02_info_text {
  color: #b0b7c3;
  text-align: center;
  max-width: 200px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.form_alert {
  background-color: #e51260;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 45px;
  padding: 8px 15px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 17px #00000012;
}

.form_error_paragraph {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_error_paragraph.white-text {
  color: #fff;
}

.form_alert_wrap {
  align-items: center;
  max-width: 92%;
  height: 100%;
  display: flex;
}

.form01_line {
  background-color: #ebecf0;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-42 {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.fe09-lp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: url('../images/bg_shade.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 100px 10% 0;
  display: grid;
}

.form01_input-copy {
  color: #8a94a6;
  background-color: #fff;
  border: 1.5px solid #ebecf0;
  border-radius: 4px;
  width: 100%;
  min-height: 48px;
  font-size: 16px;
  font-weight: 400;
}

.form01_input-copy:focus {
  border-color: #5d3eff;
}

.form01_input-copy::placeholder {
  color: #8a94a6;
}

.form01_title_wrap-copy {
  margin-top: 40px;
}

.form_error_line {
  background-color: #352d2d12;
  width: 1px;
  min-height: 23px;
  margin-left: 8px;
  margin-right: 8px;
}

.bold-text-copy-copy {
  color: var(--dark);
  text-align: left;
  margin-right: auto;
}

.form01_bar-copy {
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.form01_logo-copy {
  border-radius: 50%;
  width: 85px;
  height: 100%;
  box-shadow: 7px 7px 40px #ebecf0;
}

.form_alert_text {
  color: #353357;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.form_alert_text.white-text {
  color: #fff;
}

.form01_success {
  background-color: #fff;
}

.section-contact-quote {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding: 40px 5% 140px;
  position: relative;
}

.c09_columns {
  flex: 1;
}

.c09 {
  background-color: #fff;
  align-items: center;
  padding: 0 5% 90px;
  display: flex;
}

.c09_column_02 {
  padding-top: 0;
  padding-left: 35px;
}

.c09_check {
  width: 20px;
}

.c09_paragraph {
  text-align: left;
  max-width: 560px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
  display: block;
}

.c09_icon_circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 6px 6px 13px #a4aeaf2b;
}

.c02_button-copy {
  background-color: var(--maroon);
  color: #fff;
  border: 1px solid #1730492e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  max-width: 250px;
  min-height: 50px;
  padding: 11px 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.c02_button-copy:hover {
  background-color: #6d3be0;
}

.c09_container {
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c09_feature_column_15 {
  width: 15%;
  height: 100%;
}

.c09_feature_wrap {
  align-items: flex-start;
  height: auto;
  margin-bottom: 15px;
  display: flex;
}

.c09_h4 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

.c09_feature_column_85 {
  width: 85%;
  height: 100%;
}

.drop-arrow-plain {
  margin-right: 5px;
  font-size: 14px;
}

.navigation-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.navigation-bottom-bar {
  background-color: var(--maroon);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 44px;
}

.navigation-2 {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-wrap {
  min-height: 100px;
  padding: 25px 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-button {
  background-color: var(--indigo);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.navigation-button:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.navigation-link-block-mob {
  color: #283338;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 22px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block-mob:hover {
  color: #7735f6;
  background-color: #7735f60d;
}

.navigation-drop-container {
  background-color: var(--ghost-white);
  background-image: linear-gradient(2deg, var(--dark), white 26%), url('../images/wave_tri_02.svg');
  opacity: 1;
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.navigation-link-block {
  color: #283338;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 22px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block:hover {
  color: #7735f6;
  background-color: #7735f60d;
}

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

.dropdown-list-2.w--open {
  opacity: .93;
  background-color: #0000;
  padding-top: 25px;
  position: absolute;
  inset: 80px 0 auto;
  box-shadow: 2px 30px 50px #00000014;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.large-link {
  color: #6127da;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.nav-link-details {
  color: #283338de;
  font-size: 14px;
}

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

.dropdown-toggle-2 {
  color: var(--white);
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  color: #7735f6;
}

.navigation-full {
  z-index: 9;
  background-color: #0000;
  border-bottom: 1px solid #3d424b12;
  align-items: center;
  width: 100%;
  padding: 20px 3%;
  display: flex;
  position: relative;
}

.flowbase-logo {
  width: 54px;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.navigation-column {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 10px 15px 0;
}

.logo {
  max-width: 45%;
}

.navigation-link-2 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-2:hover {
  color: #7735f6;
}

.navigation-link-2.w--current {
  color: #99d715;
}

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

.dropdown-list-wrap-copy {
  z-index: 9;
  z-index: 9;
  clear: none;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 19px;
  padding: 14px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

.navigation-new {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #ffffff14;
  width: 100%;
  min-height: 100px;
  margin-top: 0;
  padding: 25px 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation-new.nav-get-quote {
  background-color: var(--indigo);
}

.div-block-172 {
  background-color: var(--maroon);
}

.image-24, .image-25, .image-26, .image-27, .image-28, .image-29 {
  max-width: 25%;
}

.dropdown-list-full-wrapper-copy {
  opacity: .88;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.text-block-43 {
  color: var(--white);
}

.fe08_wrap-nav {
  flex-wrap: wrap;
  max-width: 80%;
  padding-top: 10px;
  display: flex;
}

.fe08_card-copy {
  border: 1px solid #ebecf0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  max-height: 120px;
  padding: 30px 35px 40px;
  transition: all .2s;
  display: flex;
}

.fe08_card-copy {
  border: 1px solid #ebecf0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  min-height: 220px;
  padding: 30px 35px 40px;
  transition: all .2s;
  display: flex;
}

.fe08_card-copy:hover {
  box-shadow: 11px 11px 32px #ebecf061;
}

.toggle-origin {
  color: #000;
  padding-left: 12px;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.toggle-origin:hover {
  color: #ff784c;
}

.menu-title {
  color: var(--dark);
  font-size: 15px;
  font-weight: 700;
}

.menu-title:hover {
  color: var(--white);
}

.dropdown-origin {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

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

.brand-2 {
  margin-right: 20px;
}

.image-origin {
  border-radius: 2%;
  width: 100%;
  position: relative;
  top: 12px;
}

.list-wrap-origin {
  background-color: #fff3e7;
  padding: 0 44px;
}

.header {
  background-color: #fff;
  min-height: 720px;
}

.navigation-origin {
  background-color: var(--indigo);
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  box-shadow: 30px 30px 52px #09072512;
}

.nav-container-origin {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-column-origin {
  flex-direction: column;
  padding-top: 14px;
  padding-bottom: 14px;
}

.image-wrap-origin {
  border-radius: 0%;
  padding-top: 20px;
  padding-bottom: 0;
}

.icon-circle {
  background-color: var(--maroon);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  margin-right: 14px;
  display: flex;
}

.icon-circle:hover {
  background-color: var(--maroon);
}

.icon-circle:focus {
  background-color: var(--indigo);
}

.link-wrap-origin {
  color: #000;
  border-radius: 15px;
  align-items: center;
  padding: 14px 10px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-wrap-origin:hover {
  background-color: var(--maroon);
  color: var(--white);
}

.nav-menu-origin {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.button-origin {
  background-color: #ff784c;
  border-radius: 10px;
  padding: 16px 32px;
  transition: all .35s;
}

.chevron-origin {
  margin-right: 5px;
  font-size: 14px;
}

.brand-logo {
  max-width: 30%;
  max-height: 20%;
}

.nav-link-origin {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link-origin:hover {
  color: #ff784c;
}

.navigation-grid-origin {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 320px;
  padding-top: 20px;
}

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

.list-origin.w--open {
  background-color: #0000;
  padding-top: 20px;
  position: absolute;
  inset: 80px 0 auto;
  box-shadow: 4px 70px 50px #00000014;
}

.container-origin {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-subtext {
  opacity: .5;
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
}

.button-inner-panther {
  color: #ffab15;
  background-color: #ffab151a;
  border-radius: 10px;
  padding: 16px 32px;
  transition: all .35s;
  display: inline-block;
}

.list-wrap-panther {
  background-color: var(--ghost-white);
  opacity: .99;
  background-image: url('../images/RAGROUP-LOGO-PRESENTATION-4.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.toggle-panther {
  color: var(--white);
  padding-left: 12px;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.toggle-panther:hover {
  color: #79cabe;
}

.content-wrap-panther {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.arrow-right {
  position: absolute;
  inset: auto 5% 5% auto;
}

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

.chevron-panther {
  margin-right: 5px;
  font-size: 14px;
}

.button-panther {
  background-color: var(--indigo);
  border-radius: 10px;
  padding: 18px 24px;
  transition: all .35s;
}

.column-panther {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0 33px 33px;
  text-decoration: none;
  transition: all .35s;
}

.column-panther:hover {
  color: #ffab15;
  background-color: #ffab151a;
}

.menu-title-dark {
  color: #000;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-panther {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.image-2-copy {
  width: 100%;
  margin-bottom: 32px;
}

.navigation-panther {
  box-shadow: none;
  background-color: #0000;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-subtext-dark {
  color: #0009;
  font-size: 15px;
}

.nav-link-panther {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link-panther:hover {
  color: #79cabe;
}

.menu-cta-wrap {
  margin-top: 10px;
}

.container-panther {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-title-panther {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.column-cta-panther {
  background-color: #e4e4e4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding: 20px 33px 33px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-menu-panther {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

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

.list-panther.w--open {
  background-color: #0000;
  padding-top: 20px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  box-shadow: 4px 70px 50px #00000014;
}

.asset-panther {
  width: 200px;
  height: 200px;
  margin-bottom: 32px;
}

.nav-container-panther {
  background-color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.image-30 {
  max-width: 70%;
}

.image-31 {
  max-width: 58%;
}

.dropdown-omega {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.menu-title-2 {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
}

.cta-omega {
  background-color: #00000005;
  background-image: url('../images/RAGROUP-LOGO-PRESENTATION-3.png');
  background-position: 50% 34%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 24px 20px;
  display: flex;
}

.brand-3 {
  margin-right: 20px;
}

.review-wrap {
  white-space: nowrap;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-circle-omega {
  background-color: var(--maroon);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  margin-right: 14px;
  display: flex;
}

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

.container-omega {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-full-omega {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 14px 24px 24px;
  display: flex;
}

.toggle-omega {
  color: var(--white);
  padding-left: 12px;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.toggle-omega:hover {
  color: var(--dark);
}

.review-text {
  color: #00104b;
  letter-spacing: -.03em;
  font-size: 15px;
}

.nav-link-omega {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link-omega:hover {
  color: var(--grey);
}

.nav-link-omega.w--current {
  color: var(--dark);
}

.dropdown-wrapper-omega {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.dropdown-wrapper-omega.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.review-logo {
  margin-bottom: 8px;
}

.navigation-omega {
  box-shadow: none;
  background-color: #0000;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.chevron {
  margin-right: 5px;
}

.menu-subtext-blue {
  opacity: .5;
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
}

.brand-span {
  color: #07f;
}

.brand-logo-2 {
  width: 150px;
  max-width: 83%;
}

.image-7 {
  width: 33px;
}

.title-omega {
  color: var(--ghost-white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.nav-wrapper-omega {
  background-color: var(--dark);
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-menu-omega {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.button-omega {
  background-color: var(--indigo);
  border-radius: 10px;
  padding: 18px 20px;
  transition: all .35s;
}

.dropdown-list-omega {
  min-width: 140px;
}

.dropdown-list-omega.w--open {
  background-color: #0000;
  min-width: 620px;
  max-height: 100vh;
  margin-top: -4px;
  padding-top: 39px;
  left: -180px;
}

.dropdown-list-omega.smaller-card-omega {
  min-width: 270px;
  left: -71px;
}

.navigation-link-omega {
  color: #00104b;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-omega:hover {
  color: #07f;
}

.column-omega {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 14px 24px 24px;
  display: flex;
}

.navigation-arrow-omega {
  z-index: 999;
  width: 30px;
  position: absolute;
  inset: -12px auto auto 215px;
}

.navigation-arrow-omega.smaller-arrow-omega {
  left: 104px;
}

.section-content-copy {
  background-color: var(--white);
  background-image: url('../images/bg_shade.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 5% 140px;
  position: relative;
}

.navigation-omega-copy {
  box-shadow: none;
  background-color: #0000;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.icon-circle-omega-copy {
  background-color: var(--maroon);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  margin-right: 14px;
  display: flex;
}

.background-video-copy-copy {
  background-color: #0000;
  background-image: linear-gradient(178deg, var(--maroon) 37%, #ffffff24);
  min-height: 700px;
  display: flex;
}

.nav-wrapper-omega-copy {
  background-color: var(--dark);
  align-items: flex-start;
  width: 100%;
  min-width: 790px;
  display: flex;
}

.navigation-omega-mob {
  box-shadow: none;
  background-color: #0000;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.column-omega-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 14px 24px 24px;
  display: flex;
}

.cta-omega-copy {
  background-color: #00000005;
  background-image: url('../images/RAGROUP-LOGO-PRESENTATION-2.png');
  background-position: 100%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 24px 20px;
  display: flex;
}

.nav-link-omega-copy {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link-omega-copy:hover {
  color: #07f;
}

.navigation-link-omega-copy {
  color: #00104b;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-omega-copy:hover {
  color: #07f;
}

.navigation-link-omega-copy-copy {
  color: #00104b;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-omega-copy-copy:hover {
  color: #07f;
}

.column-omega-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 40px;
  padding: 14px 24px 24px;
  display: flex;
}

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

.container-blog {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-blog.space-below {
  margin-top: 40px;
  margin-bottom: 160px;
}

.yellow-cta-services-blog {
  background-color: var(--dark);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.form {
  background-color: #f2f5f8;
  border-radius: 15px;
  display: flex;
}

.content-left {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-medium {
  color: var(--white);
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.profile-picture {
  border-radius: 100px;
  margin-right: 10px;
}

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

.paragraph-detials-small {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
}

.feature-image {
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 0 22px 34px #00000029;
}

.profile-block {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-2 {
  position: absolute;
}

.featured-item {
  color: #202146;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.featured-item:hover {
  color: #5c4ebd;
}

.title-small {
  color: var(--dark);
  margin-bottom: 4px;
  font-weight: 700;
}

.title-small.pink {
  color: #fb9acf;
  margin-bottom: 0;
}

.next-button {
  background-color: #fb9acf;
  border-radius: 15px;
  margin-top: 20px;
  padding: 20px 36px;
  text-decoration: none;
}

.text-field-2 {
  background-color: #0000;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 15px;
}

.subscription {
  background-color: #fff;
  background-image: url('../images/RAGROUP-LOGO-PRESENTATION-4.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.categories-pill {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 6px 16px;
  text-decoration: none;
}

.blog-image-2 {
  width: 100%;
}

.search-button {
  background-color: #5c4ebd;
  border-radius: 15px;
  width: 60px;
  height: 100%;
  position: static;
  inset: 0% 0% auto auto;
}

.featured-block {
  margin-top: 10px;
}

.stick-wrapper {
  position: sticky;
  top: 60px;
}

.search-icon {
  position: absolute;
  inset: 22px 0% 0% 22px;
}

.content-section {
  padding: 132px 3%;
}

.submit-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title-large {
  color: #202146;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.content-right {
  position: sticky;
}

.search-button-wrapper {
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.seach-bar {
  color: #9899ad;
  border: 1px #000;
  border-radius: 15px;
  height: 60px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 15px;
  box-shadow: 0 12px 14px #0000000f;
}

.submit-button-2 {
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.search-2 {
  position: relative;
}

.heading-h2 {
  color: #202146;
  margin-top: 0;
}

.categories-block {
  margin-top: 40px;
}

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

.blog-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-item-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  text-decoration: none;
  display: grid;
  box-shadow: 0 22px 34px #0000000f;
}

.paragraph-detials-medium {
  color: #9899ad;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.heading-h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 140%;
}

.blog-h2-2 {
  color: #202146;
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 32px;
}

.blog-section {
  margin-top: 40px;
  padding-bottom: 132px;
  padding-left: 3%;
  padding-right: 3%;
}

.content-left_blog {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 40px;
  display: block;
}

.blog-hero-image {
  border-radius: 15px;
  margin-top: 63px;
  margin-bottom: 80px;
  box-shadow: 0 22px 34px #0000000f;
}

.subscription-2 {
  background-color: #fff;
  background-image: url('../images/RAGROUP-LOGO-PRESENTATION-4.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.paragraph-detials-large {
  color: #202146;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 30px;
}

.profile-block-copy {
  align-items: center;
  display: flex;
}

.profile-block-author {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.footer-column-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 16%;
  margin-top: 57px;
  padding-right: 20px;
  display: flex;
}

.link-6 {
  color: var(--maroon);
}

.footer-title-copy {
  color: var(--maroon);
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.div-block-173 {
  padding-top: 100px;
}

.navbar {
  background-color: var(--maroon);
}

.rich-text-block-2 {
  margin-top: 20px;
  padding-right: 20px;
}

.gradient-overlay-blog {
  background-image: linear-gradient(to bottom, var(--maroon), #0a1b2beb 41%, #0a1b2bd6 70%, #0a1b2b);
  position: absolute;
  inset: 0%;
}

.container-blog-post {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.container-blog-post.space-below {
  margin-bottom: 160px;
}

.container-blog-n {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.container-blog-n.space-below {
  margin-bottom: 160px;
  padding-left: 0;
  padding-right: 0;
}

.fe08_title_wrap-2 {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  display: block;
}

.fe08_title-2 {
  color: var(--dark);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 700;
}

.fe08_h4-2 {
  color: #33334f;
  text-align: center;
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 34px;
  font-weight: 600;
  line-height: 36px;
}

.fe08_icon-copy-2 {
  width: 20px;
  height: 80%;
}

.section-featured-copy-copy {
  background-color: var(--white);
  background-image: url('../images/wave_tri_03.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #ffffff17;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  margin-top: 10px;
  margin-bottom: 181px;
  padding: 15px 5%;
  display: flex;
}

.heading-3 {
  color: #142649;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.bold-text {
  color: #142649;
}

.paragraph-6 {
  color: #142649;
  text-align: center;
  font-weight: 300;
}

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

.jobs {
  background-color: var(--ghost-white);
  padding-top: 40px;
  padding-bottom: 89px;
}

.location {
  align-items: center;
  padding-top: 9px;
  display: flex;
}

.p {
  font-weight: 300;
}

.heading-2 {
  flex: 1;
  padding-right: 187px;
  font-size: 34px;
  font-weight: 600;
  display: block;
}

.job-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  transition: all .1s ease-in-out;
}

.job-item:hover {
  box-shadow: 0 1px 28px #939bb43b;
}

.timeing {
  color: #939bb4;
  margin-top: 5px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 13px;
}

.timeing.blue {
  color: #2d77f7;
}

.div-block-4 {
  width: 20px;
}

.div-block {
  height: 50px;
}

.company-image {
  width: 71px;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-section-2 {
  margin-top: 40px;
  padding-bottom: 132px;
  padding-left: 3%;
  padding-right: 3%;
}

.content-left_blog-2 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.blog-hero-image-2 {
  border-radius: 15px;
  margin-top: 89px;
  margin-bottom: 80px;
  box-shadow: 0 22px 34px #0000000f;
}

.subscription-3 {
  background-color: #fff;
  background-image: url('../images/Paper-Plane.png');
  background-position: -20px -30px;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 15px;
  margin-bottom: 40px;
  padding: 100px 20px 20px;
  box-shadow: 0 12px 14px #0000000f;
}

.yellow-cta-services-job-copy {
  background-color: var(--dark);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.rich-text-block-3 {
  margin-top: 40px;
}

.form01_button-copy {
  background-color: var(--indigo);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 13px;
}

.c09-2 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.fe09-about {
  background-color: #0000;
  flex-direction: row-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 0 5% 60px;
  display: block;
}

.c02_button-copy-2 {
  color: #fff;
  background-color: #7540ee;
  border: 1px solid #1730492e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  max-width: 250px;
  min-height: 50px;
  padding: 11px 25px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.c02_button-copy-2:hover {
  background-color: #6d3be0;
}

.textarea {
  min-height: 200px;
}

.form01-copy {
  border: 1px solid #ebecf0;
  border-radius: 10px;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  padding: 30px 30px 15px;
  position: relative;
  box-shadow: 14px 14px 40px #767ead14;
}

.button-copy {
  background-color: var(--indigo);
  color: var(--white);
  border-radius: 100px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.button-copy.button-space {
  margin-top: 25px;
}

.button-copy-2-jobs {
  background-color: var(--ghost-white);
  color: var(--midnight-blue);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  max-width: 62.0415%;
  max-height: 60%;
  margin-top: 40px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
  display: flex;
}

.button-copy-2-jobs.button-space {
  margin-top: 25px;
}

.gradient-overlay-blog-new {
  background-image: linear-gradient(to bottom, var(--maroon), #0a1b2beb 41%, #0a1b2bd6 70%, #0a1b2b), url('../images/Rectangle-45.jpg');
  opacity: 1;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.header-blog-page-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  max-height: 500px;
  padding: 120px 3% 80px;
  display: flex;
  position: relative;
}

.button-top-nav {
  background-color: var(--indigo);
  color: var(--white);
  border-radius: 100px;
  width: 170px;
  max-height: 70%;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.button-top-nav.button-space {
  margin-top: 25px;
}

.yellow-cta-services-blog-home {
  background-color: var(--slate-grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.text-block-44 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-3 {
  background-color: var(--maroon);
}

.grid-7 {
  background-color: #f8f8f8;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.image-9-copy {
  border-radius: 8px;
  width: 75px;
  max-width: none;
}

.author-box-text {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-detials-small-copy {
  color: #9899ad;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
}

.paragraph-detials-small-social {
  color: #9899ad;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 120%;
  display: block;
}

.profile-picture-copy {
  border-radius: 100px;
  margin-right: 20px;
}

.div-block-174 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3 {
  margin-top: 0;
  margin-left: 0;
}

.footer-foot-with-social {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.small-text-footer {
  color: #ffd803;
  align-self: flex-end;
  margin-left: 0;
  padding-right: 20px;
  font-size: 14px;
  line-height: 22px;
}

.footer-foot-logo {
  margin-right: 0;
}

.footer-foot-logo.w--current {
  margin-right: 24px;
}

.image-3-2 {
  margin-top: 0;
  margin-left: 10px;
}

.breadcrumb_link-copy {
  opacity: .82;
  color: var(--dark);
  font-size: 16px;
  text-decoration: none;
  transition: opacity .3s;
}

.breadcrumb_link-copy:hover {
  opacity: 1;
}

.breadcrumb_link-copy.w--current {
  opacity: 1;
  color: var(--midnight-blue-2);
}

.content-image-copy {
  max-width: 90%;
}

.card-image-06-copy {
  background-image: url('../images/9.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  position: relative;
}

.card-image-06-3 {
  background-image: url('../images/10.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  position: relative;
}

.card-image-06-scopy-copy {
  background-image: url('../images/9.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  position: relative;
}

.card-image-06-copy-sorting {
  background-image: url('../images/8.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  position: relative;
}

.card-image-06-demand {
  background-image: url('../images/serviceimage1-4.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  min-height: 120px;
  position: relative;
}

.standard-header-ondemand {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/2.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 120px 3% 80px;
  display: flex;
}

.standard-header-ondemand.ocean-shipping {
  background-image: linear-gradient(to top, #24294708, #0a1b2bfa 70%, #0a1b2b), url('../images/serviceimage1-4.jpg');
  background-position: 0 0, 50% 100%;
}

.standard-header-ondemand.ground-transport {
  background-image: linear-gradient(#0a1b2b80, #0a1b2bfa 70%, #0a1b2b), url('../images/hero_ground.jpg');
  background-position: 0 0, 50%;
}

.standard-header-ondemand.air-transport {
  background-image: linear-gradient(#0a1b2b80, #0a1b2bfa 70%, #0a1b2b), url('../images/hero_air_freight.jpg');
  background-position: 0 0, 50%;
}

.standard-header-ondemand.header-blog {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  min-height: 600px;
  padding-top: 210px;
  padding-bottom: 156px;
}

.standard-header-ondemand.header-faq {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  min-height: 600px;
  padding-top: 150px;
}

.standard-header-ondemand.header-licence {
  background-color: var(--background);
  background-image: none;
  min-height: auto;
  padding-top: 180px;
}

.standard-header-ondemand.header-search {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  min-height: 600px;
  padding-top: 150px;
}

.standard-header-ondemand.ecommerce {
  background-image: linear-gradient(to top, #24294708, #0a1b2bfa 70%, #0a1b2b), url('../images/serviceimage1-1.jpg');
  background-position: 0 0, 50% 100%;
}

.icon-circle-omega-more {
  background-color: var(--maroon);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  margin-right: 14px;
  display: flex;
}

.small-client-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ebecf0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 55px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.image-32 {
  max-width: none;
  max-height: 70px;
}

.image-33 {
  max-width: none;
  max-height: 60px;
}

.company-logo-section {
  padding-top: 0;
  padding-bottom: 80px;
  overflow: hidden;
}

.logo-image-2 {
  width: 140px;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.logo-image-2._120w {
  width: 100px;
}

.div-block-177 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-177.logo-bar {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-177.logo-bar._20-top-margin {
  margin-top: 20px;
}

.div-block-177.logo-bar._20-top-margin._60-opacity {
  opacity: .6;
  width: 100vw;
  max-width: 960px;
  margin-top: 30px;
}

.heading-5 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-5.centre {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

._60px-wrapper {
  margin-top: 80px;
}

._60px-wrapper._60-opacity {
  opacity: .6;
  width: 97%;
  max-width: 1280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.link-block-4 {
  flex: none;
}

.logo-image-2-copy {
  width: 140px;
  max-width: 60%;
  max-height: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo-image-2-copy {
  width: 140px;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.logo-image-2-copy._120w {
  width: 100px;
}

.container-blog-inside {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.container-blog-inside.space-below {
  margin-bottom: 160px;
  padding-left: 0;
  padding-right: 0;
}

.yellow-cta-contact {
  background-color: var(--dark);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.nav05_icon_wrap {
  max-width: 200px;
  margin-top: -13px;
  margin-left: 16px;
  padding-left: 0;
  display: flex;
}

.nav05_social_link {
  color: #4e5d78;
  justify-content: center;
  align-items: center;
  padding: 8px 11px;
  text-decoration: none;
  display: flex;
}

.slide-2 {
  background-image: url('../images/WhatsApp-Image-2020-12-23-at-9.15.03-PM.jpeg');
  background-position: 0%;
  background-size: auto;
}

.slider-2 {
  border-radius: 0;
  min-width: 500px;
}

.slide-3 {
  background-image: url('../images/WhatsApp-Image-2020-12-23-at-9.15.03-PM-3.jpeg');
  background-position: 50%;
  background-size: auto;
}

.slide-4 {
  background-image: url('../images/WhatsApp-Image-2020-12-23-at-9.15.03-PM-2.jpeg');
  background-position: 50%;
  background-size: auto;
}

.mask {
  border-radius: 10px;
}

@media screen and (min-width: 1440px) {
  .company-logo-section {
    padding-bottom: 60px;
  }

  .div-block-177.logo-bar._20-top-margin._60-opacity {
    opacity: .6;
    width: 100vw;
  }

  ._60px-wrapper._60-opacity {
    opacity: .6;
  }
}

@media screen and (max-width: 991px) {
  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

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

  .hero-heading.hero-heading-inner.hero-heading-centre {
    font-size: 45px;
  }

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

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column {
    width: 100%;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

  .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .dropdown-link {
    color: #3b4c5b;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: #73a7d417;
  }

  .dropdown-link.w--current {
    color: var(--orange);
  }

  .dropdown-mobile {
    z-index: 999;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    background-color: #fff;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .mobile-dropdown {
    right: 10%;
  }

  .mobile-dropdown.w--open {
    background-color: #fff;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px #54668121;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .hero-content {
    flex-wrap: wrap;
  }

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

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .service-square-wrap {
    margin-bottom: 10px;
  }

  .content-wrap-01 {
    flex-wrap: wrap;
  }

  .section-content-white, .section-content-02 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .return-top {
    right: 3%;
  }

  .service-pattern {
    max-width: 210px;
  }

  .service-pattern.service-pattern-02 {
    max-width: 390px;
  }

  .navigation-link-wrap {
    display: none;
  }

  .featured-wrap {
    flex-wrap: wrap;
  }

  .map-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .contact-wrap {
    flex-wrap: wrap;
  }

  .our-people {
    max-width: 100%;
  }

  .title-block-half {
    width: 100%;
  }

  .standard-header {
    padding-top: 160px;
  }

  .title-wrap-centre {
    flex-wrap: wrap;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-card-wrap {
    width: 50%;
  }

  .section-client-logo {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-hero {
    padding-top: 160px;
  }

  .title-tight {
    flex-flow: column wrap;
  }

  .section-image {
    margin-bottom: 55px;
  }

  .section-content-03 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .plain-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .breadcrumb-block {
    width: 90%;
  }

  .section-image-company {
    margin-bottom: 55px;
  }

  .author-wrap {
    flex-wrap: wrap;
  }

  .category-wrap {
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
  }

  .blog-item {
    width: 50%;
    margin-bottom: 35px;
  }

  .blog-item.featured-item {
    width: 100%;
  }

  .section-blog-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-block-centre {
    justify-content: center;
    width: 100%;
  }

  .header-blog-page {
    padding-top: 160px;
  }

  .section-blog-post {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sg-menu-wrap {
    z-index: 99;
    width: 0%;
    overflow: hidden;
  }

  .sg-content-wrap {
    width: 100%;
    margin-left: 0%;
  }

  .sg-full-colour-wrap {
    width: 25%;
    margin-bottom: 15px;
  }

  .colour_wrap_main {
    flex-wrap: wrap;
  }

  .content-block-hero-centre {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .faq-paragraph {
    margin-left: 15px;
    margin-right: 15px;
  }

  .faq-question-bar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-wrap-focus {
    flex-direction: column;
  }

  .sg-navigation-mobile {
    background-color: var(--background);
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 30px 15px;
    display: flex;
  }

  .sg-logo-mobile {
    width: 130px;
  }

  .section-category, .section-contact, .section-faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-download {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-news {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sg-button-standard, .sg-button-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-author {
    background-position: 100% 100%;
    padding-top: 160px;
  }

  .section-author, .section-search-results {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-copy.space-below, .container-copy-copy.space-below, .container-copy-copy.space-below {
    margin-bottom: 80px;
  }

  .capital-heading-copy {
    margin-left: 0;
  }

  .container-copy.space-below, .container-about.space-below {
    margin-bottom: 80px;
  }

  .hero-heading-copy {
    text-align: center;
  }

  .hero-heading-copy.hero-heading-inner.hero-heading-centre {
    font-size: 45px;
  }

  .paragraph-hero-copy {
    text-align: center;
  }

  .content-block-hero-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .container-copy-copy-copy.space-below {
    margin-bottom: 80px;
  }

  .section-content-02-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-block-hero-copy-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .counter-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-pattern-copy {
    max-width: 210px;
  }

  .service-pattern-copy.service-pattern-02 {
    max-width: 390px;
  }

  .section-news-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .logo-wrapper, .logo-wrapper-copy, .logo-wrapper-copy, .logo-wrapper-copy, .logo-wrapper-copy, .logo-wrapper-copy, .logo-wrapper-copy-copy, .logo-wrapper-copy-copy, .logo-wrapper-copy-copy, .logo-wrapper-copy-copy, .logo-wrapper-copy-copy {
    margin-top: 65px;
  }

  .container-service-page.space-below {
    margin-bottom: 80px;
  }

  .section-content-02-service {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .fe08 {
    padding-top: 120px;
  }

  .fe08_card {
    width: 50%;
  }

  .fe09 {
    padding-top: 120px;
  }

  .breadcrumb-block-serv {
    width: 90%;
  }

  .fe09-lp {
    padding-top: 120px;
  }

  .section-contact-quote {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .c09_column_02 {
    padding-left: 0;
  }

  .c09_paragraph {
    margin-left: 0;
    margin-right: 0;
  }

  .c02_button-copy {
    position: relative;
  }

  .c09_feature_wrap {
    max-width: 500px;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .navigation-2 {
    display: none;
  }

  .mobile-dropdown-2, .mobile-toggle {
    width: 100%;
  }

  .navigation-link-block-mob {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-link-block-mob:hover {
    background-color: #0000;
  }

  .navigation-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    padding: 25px 3%;
    display: flex;
  }

  .nav-content-wrap {
    padding-left: 10px;
  }

  .navigation-left {
    display: none;
  }

  .navigation-full {
    background-color: #fff;
  }

  .menu-mob {
    color: #fff;
    background-color: #8c54ff;
    border-radius: 10px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .nav-title {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .dropdown-list-mob {
    background-color: #fff;
  }

  .dropdown-list-mob.w--open {
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px #5252520d;
  }

  .fe08_card-copy {
    width: 50%;
  }

  .toggle-origin {
    width: 100%;
    padding-left: 16px;
  }

  .toggle-origin.w--open {
    width: 100%;
  }

  .dropdown-origin {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .menu-button-origin {
    color: #ff784c;
    background-color: #ff784c1a;
    border-radius: 10px;
    margin-left: 14px;
  }

  .menu-button-origin.w--open {
    color: #fff;
    background-color: #ff784c;
  }

  .list-wrap-origin {
    padding: 20px;
  }

  .navigation-origin {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .nav-container-origin {
    flex-wrap: wrap;
  }

  .image-wrap-origin {
    display: none;
  }

  .nav-menu-origin {
    background-color: #fff3e7;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .chevron-origin {
    margin-right: 20px;
  }

  .nav-link-origin {
    width: 100%;
  }

  .navigation-grid-origin {
    grid-template-columns: 1fr 1fr;
  }

  .list-origin.w--open {
    z-index: 5;
    box-shadow: none;
    padding-top: 0;
    position: static;
    top: auto;
  }

  .container-origin {
    position: relative;
  }

  .menu-subtext {
    max-width: 40ch;
  }

  .button-inner-panther {
    display: none;
  }

  .toggle-panther {
    width: 100%;
    padding-left: 16px;
  }

  .toggle-panther.w--open {
    width: 100%;
  }

  .content-wrap-panther {
    margin-bottom: 0;
  }

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

  .chevron-panther {
    margin-right: 20px;
  }

  .button-panther {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .column-panther {
    width: 100%;
    padding: 10px 16px;
    display: flex;
  }

  .dropdown-panther {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .navigation-panther {
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-link-panther {
    width: 100%;
  }

  .menu-button-panther {
    color: #79cabe;
    background-color: #79cabe1a;
    border-radius: 15px;
    margin-left: 14px;
  }

  .menu-button-panther:hover {
    color: #fff;
    background-color: #79cabe;
  }

  .menu-button-panther.w--open {
    color: #fff;
    background-color: #79cabe;
    border-style: none;
    border-radius: 10px;
  }

  .container-panther {
    position: relative;
  }

  .nav-title-panther {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
  }

  .column-cta-panther {
    display: none;
  }

  .nav-menu-panther {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .list-panther.w--open {
    z-index: 5;
    box-shadow: none;
    padding-top: 0;
    position: static;
    top: auto;
  }

  .asset-panther {
    width: 122px;
    height: 122px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .nav-container-panther {
    flex-wrap: wrap;
  }

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

  .brand-3 {
    margin-right: 10px;
    padding: 0;
  }

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

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

  .container-omega {
    min-height: auto;
    position: relative;
  }

  .column-full-omega {
    width: 100%;
  }

  .toggle-omega {
    width: 100%;
    padding-left: 16px;
  }

  .toggle-omega.w--open, .nav-link-omega {
    width: 100%;
  }

  .dropdown-wrapper-omega {
    box-shadow: none;
  }

  .chevron {
    margin-right: 20px;
  }

  .nav-menu-omega {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .menu-button-omega {
    color: #07f;
    border: 1px solid #0000001a;
    margin-left: 14px;
  }

  .menu-button-omega.w--open {
    color: #fff;
    background-color: #07f;
    border-style: solid;
  }

  .dropdown-list-omega.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .column-omega {
    width: 100%;
  }

  .section-content-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-omega-copy, .nav-link-omega-copy, .column-omega-copy {
    width: 100%;
  }

  .container-blog.space-below {
    margin-bottom: 80px;
  }

  .blog-grid {
    grid-column-gap: 22px;
    grid-template-columns: 1fr .6fr;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .featured-item {
    flex-wrap: wrap;
  }

  .blog-item-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-column-copy {
    width: 20%;
  }

  .container-blog-post.space-below, .container-blog-n.space-below {
    margin-bottom: 80px;
  }

  .fe09-about {
    padding-top: 120px;
  }

  .c02_button-copy-2 {
    position: relative;
  }

  .button-copy, .button-copy-2-jobs {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-blog-page-copy {
    padding-top: 160px;
  }

  .button-top-nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-foot-with-social {
    flex-direction: row;
    align-items: center;
    margin-top: 72px;
    display: flex;
  }

  .small-text-footer {
    align-self: center;
  }

  .footer-foot-logo {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .footer-foot-logo.w--current {
    margin-right: 0;
  }

  .standard-header-ondemand {
    padding-top: 160px;
  }

  .company-logo-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-image-2._120w {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-177.logo-bar._20-top-margin._60-opacity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  .heading-5 {
    font-size: 18px;
  }

  .link-block-3 {
    flex: 0 auto;
  }

  ._60px-wrapper._60-opacity {
    width: 97%;
    margin-top: 0;
  }

  .logo-image-2-copy._120w {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-blog-inside.space-below {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading, .hero-heading.hero-heading-inner {
    font-size: 55px;
  }

  .button.button-space.button-hide {
    display: none;
  }

  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }

  .content-block-left {
    padding-left: 25px;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .column-wrap-reversed.column-space {
    margin-bottom: 80px;
  }

  .content-block-right {
    padding: 10px;
  }

  .button-nav {
    max-width: 160px;
  }

  .section-content-white, .section-content-02 {
    padding: 80px 3%;
  }

  .section-featured {
    padding-top: 20px;
    display: none;
  }

  .feature-block-contain {
    flex-direction: column;
  }

  .feature-block {
    width: 100%;
    margin-bottom: 25px;
  }

  .feature-card-wrap {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-client-logo {
    padding-left: 3%;
    padding-right: 3%;
  }

  .news-bar {
    display: none;
  }

  .title-block {
    min-width: auto;
    max-width: 80%;
  }

  .section-content-03 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .values-wrap {
    justify-content: flex-start;
  }

  .plain-column {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 35px;
    display: flex;
  }

  .section-breadcrumb {
    display: none;
  }

  .section-anchor-links {
    padding-top: 20px;
    display: none;
  }

  .feature-column {
    width: 100%;
    height: 100%;
  }

  .category {
    margin-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-content-right {
    width: 100%;
    padding-left: 15px;
  }

  .featured-post {
    flex-flow: column wrap;
  }

  .category-wrap {
    margin-bottom: 0;
  }

  .blog-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog-content {
    padding: 80px 3%;
  }

  .blog-image-large {
    min-height: 310px;
  }

  .section-blog-post {
    padding: 80px 3%;
  }

  .sg-full-colour-wrap {
    width: 33%;
  }

  .sg-colour-wrap {
    margin-bottom: 25px;
  }

  .faq-wrapper {
    flex-wrap: wrap-reverse;
  }

  .column-right {
    width: 100%;
  }

  .faq-contact-wrap {
    align-items: flex-start;
  }

  .column-left {
    width: 100%;
  }

  .section-category {
    padding: 80px 3%;
  }

  .section-contact {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-faq, .section-news, .section-author, .section-search-results {
    padding: 80px 3%;
  }

  .news-bar-copy {
    display: none;
  }

  .capital-heading-copy {
    margin-left: 0;
  }

  .hero-heading-copy, .hero-heading-copy.hero-heading-inner {
    font-size: 55px;
  }

  .section-anchor-links-copy {
    padding-top: 20px;
    display: none;
  }

  .section-content-02-copy {
    padding: 80px 3%;
  }

  .content-block-hero-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-news-copy {
    padding: 80px 3%;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .logo-wrapper {
    margin-top: 45px;
    padding-top: 31px;
    display: block;
    position: relative;
  }

  .section-featured-copy, .section-featured-new {
    padding-top: 20px;
    display: none;
  }

  .logo-wrapper-copy, .logo-wrapper-copy-copy, .logo-wrapper-copy-copy, .logo-wrapper-copy-copy, .logo-wrapper-copy-copy, .logo-wrapper-copy-copy {
    margin-top: 45px;
    padding-top: 31px;
    display: block;
    position: relative;
  }

  .section-content-02-service {
    padding: 80px 3%;
  }

  .fe08_card {
    width: 100%;
  }

  .fe09_wrap {
    flex-wrap: wrap;
  }

  .fe09_column {
    width: 50%;
  }

  .section-featured-copy {
    padding-top: 20px;
    display: none;
  }

  .fe09-lp {
    display: flex;
  }

  .section-contact-quote {
    padding-left: 3%;
    padding-right: 3%;
  }

  .c09_column_02 {
    padding-left: 0;
  }

  .fe08_card-copy, .navigation-menu-origin {
    width: 100%;
  }

  .button-origin, .button-inner-panther {
    display: none;
  }

  .navigation-menu-panther {
    width: 100%;
  }

  .button-panther {
    display: none;
  }

  .asset-panther {
    width: 100px;
  }

  .navigation-menu-omega {
    width: 100%;
  }

  .nav-wrapper-omega {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-omega {
    display: none;
  }

  .section-content-copy {
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-wrapper-omega-copy {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-grid {
    grid-row-gap: 62px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .blog-hero-image {
    margin-top: -100px;
  }

  .footer-column-copy {
    width: 50%;
  }

  .section-featured-copy-copy {
    padding-top: 20px;
    display: none;
  }

  .div-block-7 {
    display: block;
  }

  .jobs {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-2 {
    flex: 0 auto;
    padding-right: 0;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .blog-hero-image-2 {
    margin-top: -100px;
  }

  .button-copy.button-space.button-hide, .button-copy-2-jobs.button-space.button-hide, .button-top-nav.button-space.button-hide {
    display: none;
  }

  .footer-foot-with-social {
    flex-direction: row;
  }

  .logo-image-2 {
    max-width: 80%;
    display: block;
  }

  .logo-image-2._120w {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-177.logo-bar._20-top-margin._60-opacity {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-image-2-copy {
    max-width: 80%;
    display: block;
  }

  .logo-image-2-copy._120w {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container, .container.space-below {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading.hero-heading-inner {
    font-size: 42px;
  }

  .button {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer-column, .footer-column-large {
    width: 100%;
  }

  .footer {
    overflow: hidden;
  }

  .image-block {
    padding: 8px;
  }

  .section-content {
    overflow: hidden;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navigation-block-left {
    width: 100%;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-nav {
    margin-bottom: 15px;
    margin-right: 0;
    display: none;
  }

  .button-dark {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .section-content-white {
    overflow: hidden;
  }

  .button-outline {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .section-featured {
    overflow: hidden;
  }

  .yellow-cta {
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .cta-location {
    font-size: 65px;
  }

  .location-chain-wrap {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .map-block {
    padding: 8px;
  }

  .our-people {
    grid-template-areas: "Area . Area-2"
                         ". Area-3 Area-2"
                         "Area-4 Area-3 Area-2"
                         "Area-4 Area-3 Area-6"
                         "Area-4 Area-5 Area-6"
                         "Area-7 Area-5 Area-6"
                         ". Area-5 .";
  }

  .title-wrap-centre {
    max-width: 100%;
  }

  .feature-block-wrap {
    padding: 20px 20px 80px;
  }

  .feature-card-wrap {
    width: 100%;
  }

  .news-bar {
    overflow: hidden;
  }

  .section-image {
    margin-bottom: 40px;
  }

  .title-block {
    max-width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .line-break {
    width: auto;
  }

  .pattern-06 {
    max-width: 130px;
  }

  .section-image-company {
    margin-bottom: 40px;
  }

  .author-wrap {
    padding-left: 10px;
  }

  .sg-full-colour-wrap {
    width: 100%;
  }

  .faq-contact-wrap {
    padding-right: 0;
  }

  .question-title {
    flex: 1;
  }

  .button-download {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .search {
    flex-direction: column;
  }

  .search-input {
    margin-bottom: 4px;
  }

  .section-news {
    overflow: hidden;
  }

  .sg-button-standard, .sg-button-mobile {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .rich-text-block {
    flex-wrap: wrap;
  }

  .button-outline-02 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .container-copy-copy {
    align-self: center;
    margin-left: auto;
  }

  .div-block-171 {
    overflow: hidden;
  }

  .background-video-copy {
    min-height: 650px;
  }

  .container-copy-copy {
    margin-top: 100px;
  }

  .capital-heading-copy {
    margin-left: 0;
  }

  .hero-heading-copy.hero-heading-inner {
    font-size: 42px;
  }

  .paragraph-hero-copy.paragraph-inner {
    margin-left: 0;
  }

  .button-wrap-hero-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .container-copy-copy-copy {
    align-self: center;
    margin-left: auto;
  }

  .yellow-cta-services {
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .content-block-hero-copy-copy {
    margin-top: 57px;
  }

  .yellow-cta-blog {
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .section-news-copy {
    overflow: hidden;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-featured-copy, .section-featured-new {
    overflow: hidden;
  }

  .logo-wrapper-copy, .logo-wrapper-copy-copy, .logo-wrapper-copy-copy, .logo-wrapper-copy-copy, .logo-wrapper-copy-copy, .logo-wrapper-copy-copy {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .fe08 {
    display: flex;
  }

  .fe08_card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .fe08_title_wrap {
    align-self: center;
    width: 300px;
  }

  .fe08_container {
    flex: 0 auto;
  }

  .fe09_column {
    width: 100%;
  }

  .section-featured-copy {
    display: flex;
    overflow: hidden;
  }

  .form01_field_wrap {
    flex-direction: column;
  }

  .form01_input, .form01_input-2 {
    width: 100%;
  }

  .form_wrap-lp {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .form01 {
    min-width: 300px;
    margin-left: 12px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .fe08_title_wrap-copy {
    margin-bottom: 10px;
  }

  .fe09-lp {
    padding-bottom: 0;
    display: block;
  }

  .form01_input-copy {
    width: 100%;
  }

  .c09 {
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
  }

  .c09_icon_circle {
    margin-bottom: 15px;
  }

  .c02_button-copy {
    min-width: 100px;
    max-width: 200px;
  }

  .html-embed {
    display: none;
  }

  .c09_feature_wrap {
    flex-direction: column;
  }

  .c09_feature_column_85 {
    padding-left: 10px;
  }

  .navigation-button {
    display: none;
  }

  .navigation-link-block-mob, .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navigation-mob {
    padding-top: 0;
  }

  .flowbase-logo {
    width: 150px;
  }

  .navigation-new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fe08_card-copy {
    padding-left: 25px;
    padding-right: 25px;
  }

  .brand-2 {
    margin-left: 20px;
  }

  .link-column-origin {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-grid-origin {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .column-panther {
    padding-left: 10px;
    padding-right: 10px;
  }

  .asset-panther {
    width: 90px;
    height: 100px;
    margin-right: 15px;
  }

  .dropdown-omega {
    position: relative;
  }

  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .toggle-omega.w--open {
    z-index: auto;
  }

  .dropdown-wrapper-omega {
    z-index: 10000;
  }

  .review-logo {
    margin-bottom: 12px;
  }

  .navigation-omega {
    display: none;
  }

  .brand-logo-2 {
    max-width: 83%;
  }

  .nav-wrapper-omega {
    background-color: #242947f7;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
  }

  .nav-menu-omega {
    z-index: 1000;
    background-color: var(--dark);
    position: absolute;
  }

  .menu-button-omega, .menu-button-omega.w--open {
    background-color: var(--dark);
  }

  .dropdown-list-omega.w--open {
    z-index: 10;
  }

  .navigation-link-omega {
    display: block;
  }

  .section-content-copy {
    overflow: hidden;
  }

  .navigation-omega-copy {
    display: flex;
  }

  .icon-circle-omega-copy {
    width: 39%;
    height: 100%;
  }

  .background-video-copy-copy {
    min-height: 700px;
  }

  .nav-wrapper-omega-copy {
    background-color: #242947f7;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 300px;
    display: block;
    position: static;
  }

  .navigation-omega-mob {
    display: flex;
  }

  .cta-omega-copy {
    display: none;
  }

  .navigation-link-omega-copy, .navigation-link-omega-copy-copy {
    display: flex;
  }

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

  .yellow-cta-services-blog {
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .profile-block {
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .content-left_blog {
    padding-left: 0;
    padding-right: 20px;
  }

  .footer-column-copy {
    width: 100%;
  }

  .navbar-2 {
    background-color: var(--maroon);
  }

  .rich-text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-blog-n, .container-blog-n.space-below {
    padding-left: 0;
    padding-right: 0;
  }

  .section-featured-copy-copy {
    display: flex;
    overflow: hidden;
  }

  .yellow-cta-services-job-copy {
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .rich-text-block-3 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .c09-2 {
    padding-top: 0;
    overflow: hidden;
  }

  .fe09-about {
    padding-top: 10px;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .c02_button-copy-2 {
    min-width: 100px;
    max-width: 200px;
  }

  .form01-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-copy, .button-copy-2-jobs, .button-top-nav {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .yellow-cta-services-blog-home {
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .grid-7 {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

  .image-9-copy {
    margin-left: 10px;
    padding: 0;
  }

  .author-box-text {
    margin-left: 10px;
  }

  .footer-foot-with-social {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0;
    display: block;
  }

  .small-text-footer {
    align-self: center;
    padding-bottom: 10px;
  }

  .div-block-175 {
    align-items: flex-start;
    display: flex;
  }

  .div-block-176 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-circle-omega-more {
    background-color: var(--indigo);
  }

  .company-logo-section {
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-177.logo-bar._20-top-margin._60-opacity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-5.centre {
    font-size: 18px;
  }

  ._60px-wrapper._60-opacity {
    width: 95%;
    margin-top: 0;
  }

  .container-blog-inside, .container-blog-inside.space-below {
    padding-left: 0;
    padding-right: 0;
  }

  .yellow-cta-contact {
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .slider-2 {
    min-width: 280px;
  }
}

#w-node-_796cbed7-488a-2fc9-1553-6cd76c8132d9-4c765c8e {
  grid-area: Area-2;
}

#w-node-_058c57fe-bc6b-3da3-a7ae-3e3b7794cbf0-4c765c8e {
  grid-area: Area-6;
}

#w-node-cfcfd1c0-03fe-94e5-2b24-805631c874bb-4c765c8e {
  grid-area: Area-3;
}

#w-node-_5d7c2171-7d78-c199-8225-17195c87ce73-4c765c8e {
  grid-area: Area-5;
}

#w-node-dee7c36b-3143-97e4-a8e4-175b623a7593-4c765c8e {
  grid-area: Area-4;
}

#w-node-_91fff87b-b43b-c49c-c5a5-2e7633ce2f3b-4c765c8e {
  grid-area: Area-7;
  place-self: center;
}

#w-node-cdf967f9-428f-de11-efb9-c8b10a9cb97e-0764616a {
  justify-self: auto;
}

#w-node-_36cbe5e4-14d4-509a-697d-6345e45f5ae9-cb7e763f {
  justify-self: center;
}


