:root {
  --midnight-blue: #1f2c3d;
  --steel-blue: #096ad0;
  --alice-blue: #096ad033;
  --white: white;
  --096ad0: #096ad00a;
  --opacwhite: #ffffffb0;
  --steel-blue-61: #196dad;
  --relume-library-lite--grey: #e4e2df;
  --black: black;
  --d32f2f: #d32f2f;
  --firebrick: #b52929;
  --midnight-blue-2: #031e6d;
  --mitr-teal: #2b8482;
  --relume-library-lite--rl-black: black;
  --shadow: #0000003d;
  --steel-blue-60: #096ad099;
  --mitr-navy: #1a164d;
  --neutral: #797979;
  --opacityblack: #00000080;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-gray: #f4f4f4;
  --mitr-brand-red: #ff4c57;
  --logo-red: #ff0023;
  --yellow: #ffc400;
  --subtlewhite: #ffffff1a;
  --apple-text-glow: #fdc9ae;
  --beige-neutral: #ece6df;
  --mitr-screen-blue: #1a164d5c;
  --apple-text-neutral: #c8c2bd;
  --relume-library-lite--white: white;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--midnight-blue);
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.3em;
}

h2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4em;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}

p {
  color: var(--midnight-blue);
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: IBM Plex Sans Thai Looped, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  font-size: 16px;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
}

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

blockquote {
  border-left: 1px solid var(--steel-blue);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 23px;
  font-weight: 300;
  line-height: 32px;
}

.section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.bo-bottom-padding {
  padding-bottom: 0;
}

.section.divider {
  background-color: var(--alice-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.full-screen.background-image-side {
  background-color: var(--alice-blue);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.full-screen.stretch {
  align-items: stretch;
}

.section.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.section.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.section.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.light-blue {
  background-color: #096ad014;
}

.section.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.section.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

.section.background-image.bg-tile-1 {
  background-image: linear-gradient(to bottom, var(--white), #ffffff38 37%), url('../images/labor-day-composition-with-hand-drawn-tools.jpg');
  background-position: 0 0, 50% 100%;
  min-height: 400px;
  padding-top: 140px;
  padding-bottom: 100px;
}

.section.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section.half-screen-background-image.right {
  background-position: 100%;
}

.section.half-screen-background-image.right.bg-illus-engineers-team-discussing-issues {
  background-image: url('../images/engineers-team-discussing-issues-at-construction-site.jpg');
  padding-bottom: 100px;
}

.section.half-screen-background-image.bg-illus-construction-team {
  background-image: linear-gradient(210deg, #fff, #fff0), linear-gradient(#096ad029, #096ad029), url('../images/6541-s-logistic-workers-carrying-boxes-with-loaders.jpg');
  background-position: 0 0, 0 0, 0 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-bottom: 100px;
}

.section.black {
  background-color: var(--midnight-blue);
}

.section.black._80vh {
  flex-direction: column;
  min-height: 600px;
  display: flex;
}

.section.black._80vh.bg-image01 {
  background-color: #f0f0f0;
  background-image: linear-gradient(184deg, #fffffffa, #fff0), url('../images/Masked-energy-industry-banners.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 120vw;
}

.section.black._80vh.bg-image02 {
  background-color: #ced6dd;
  background-image: linear-gradient(#e0e0e0, #0000 45%), url('../images/219set-plumbing-services-professional-plumber-man-with-tool-case-plunger-repair-tools2x.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  min-height: 640px;
}

.section.black._80vh.bg-image03 {
  background-image: url('../images/bg-plumber-characters-pipe-system-background2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px;
  padding-bottom: 80px;
}

.section.black._80vh.bg-image04 {
  background-color: #cfe2ef;
  background-image: url('../images/bg-construction-team-working-site2x.jpg');
  background-position: 50% 200%;
  background-repeat: no-repeat;
  background-size: 1600px;
  min-height: 560px;
}

.section.black._80vh.bg-image05 {
  background-color: #fff;
  background-image: url('../images/flip-contact-us-landing-page2x.jpg');
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: 720px;
  min-height: 480px;
  padding-bottom: 60px;
}

.section.black._80vh.bg-image06 {
  filter: brightness(165%);
  background-image: url('../images/How-to-Shipping2x.jpg');
  background-position: 80% 150%;
  background-repeat: repeat-x;
  background-size: 2000px;
  min-height: 480px;
  padding-bottom: 80px;
}

.section.black._80vh.bg-image07 {
  background-color: #0862c0;
  background-image: linear-gradient(#0862c0 15%, #0000), url('../images/repairing--illustration-22x.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  min-height: 480px;
  padding-bottom: 80px;
}

.section.black._80vh.cta-contact {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/flip-contact-us-landing-page2x.jpg');
  background-position: 0 0, 80% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  min-height: 400px;
}

.section.black._80vh.bg-image08 {
  background-color: #dbebe8;
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/Filltheform.jpg');
  background-position: 0 0, 80% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 640px;
  min-height: 560px;
}

.section.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.section.page-header {
  max-height: 480px;
  padding-top: 140px;
  padding-bottom: 80px;
}

.section.page-header.image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

.section.page-header.image-small {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 60px;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.section.page-header.image-small.img-bg-product01 {
  color: var(--white);
  background-image: url('../images/Pipe-bg.jpg'), url('../images/cinematic---big.svg');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-bottom: 60px;
}

.section.page-header.image-small.img-bg-product02 {
  color: var(--white);
  background-image: url('../images/overview-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  padding-bottom: 60px;
}

.section.page-header.blog-image-small {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 80vh;
  max-height: 560px;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.section.page-header.blog-image-small.img-bg-product01 {
  color: var(--white);
  background-image: url('../images/Pipe-bg.jpg'), url('../images/cinematic---big.svg');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-bottom: 60px;
}

.section.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.top-divider {
  border-top: 1px solid var(--alice-blue);
}

.section.pale-blue {
  background-color: var(--096ad0);
}

.section.pale-blue.layer-overlap {
  z-index: 111;
  overflow: visible;
}

.section.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.section.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.cta-wrapper {
  background-image: url('../images/Pipe-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.section.cta-wrapper.dark-overlay {
  background-image: linear-gradient(#031e6dc2, #031e6dc2), url('../images/Pipe-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section.left-screen {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.left-screen.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section.left-screen.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.section.left-screen.map {
  filter: grayscale();
  background-position: 50%;
  flex: 1;
  min-height: 400px;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.left-screen._2maps {
  filter: grayscale();
  background-image: none;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  min-width: 50%;
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.right-screen {
  flex: none;
  width: 50%;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.right-screen.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section.right-screen.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.section.right-screen.map {
  background-position: 50%;
  flex: 1;
  min-height: 400px;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.right-screen.ocean-blue {
  background-image: linear-gradient(to bottom, var(--steel-blue-61), var(--steel-blue-61));
}

.section.d-flex--vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section.light {
  z-index: 111;
  background-color: var(--relume-library-lite--grey);
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/PXBmetal-6317699_1280.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: -30px;
}

.section.light.layer-overlap {
  z-index: 111;
  overflow: visible;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.grid-container {
  z-index: -1;
  display: block;
  position: fixed;
  inset: auto 0 0;
}

.wrapper.space-around {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.centre-align {
  align-items: center;
  display: flex;
  overflow: visible;
}

.wrapper.lg-negative-margins {
  flex-direction: row;
  flex: 0 auto;
  margin-top: -80px;
  margin-bottom: -80px;
  display: flex;
}

.wrapper.navbar {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.introduction {
  z-index: -1;
  transform-origin: 50% 100%;
  height: 100%;
  position: absolute;
}

.wrapper.mobile-navbar-container {
  flex-direction: column;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.wrapper.d-flex--reverse {
  flex-direction: row-reverse;
  justify-content: flex-start;
  display: flex;
}

.wrapper.overlap-card-wrapper {
  z-index: 111;
  margin-top: -20px;
  margin-bottom: 40px;
  position: relative;
}

.wrapper.overlap-card-wrapper.overlap-bothy {
  margin-bottom: -20px;
}

.wrapper.blog-title-wrapper {
  color: var(--white);
  flex-direction: row;
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.wrapper.brand-bw1 {
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.color-block {
  background-color: var(--alice-blue);
  border-radius: 3px;
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.steel-blue {
  background-color: var(--steel-blue);
}

.color-block.black {
  background-color: var(--midnight-blue);
}

.color-block.white {
  background-color: #fff;
}

.color-block.white.border {
  border: 1px solid #3d9afc;
}

.color-block.light-blue {
  border-style: none;
}

.grid {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.grid.intro {
  height: 100%;
}

.block {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block.lg-50 {
  float: left;
  justify-content: center;
  width: 50%;
  min-height: 400px;
  padding: 80px;
  display: flex;
}

.column-overlay {
  border-left: 1px solid #096ad00d;
  border-right: 1px solid #096ad00d;
  width: 100%;
  height: 100%;
}

.column-overlay.white {
  border-left-color: #ffffff14;
  border-right-color: #ffffff14;
}

.centre-align {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.centre-align.bottom-margin {
  margin-bottom: 40px;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

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

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-4.align-bottom {
  justify-content: flex-end;
}

.col.lg-4.align-bottom.md-4 {
  align-items: center;
}

.col.lg-4.centre-align.card-group-left {
  margin-left: auto;
  margin-right: -20px;
}

.col.lg-4.centre-align.card-group-right {
  z-index: 0;
  margin-left: -20px;
  margin-right: auto;
}

.col.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.col.lg-4.flex-stretch {
  align-items: stretch;
}

.col.lg-4.xs-1.margin-bottom {
  margin-bottom: 40px;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-3.no-padding {
  float: left;
}

.col.lg-3.flex-stretch {
  align-items: stretch;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.col.lg-6.centre-align-vertical {
  justify-content: center;
}

.col.lg-6.md-3.centre-align {
  align-items: center;
}

.col.lg-6.sm-margin-bottom.stretch {
  align-items: stretch;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-2.category__card {
  text-align: center;
  align-items: center;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  justify-content: center;
}

.col.lg-7 {
  width: 58.33%;
}

.col.lg-8 {
  width: 66.66%;
}

.col.lg-9 {
  width: 75%;
}

.col.lg-10 {
  width: 83.33%;
}

.col.lg-11 {
  width: 91.66%;
}

.col.lg-12 {
  width: 100%;
}

.paragraph-small {
  color: var(--black);
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.no-top-margins {
  margin-top: 0;
}

.paragraph-small.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.paragraph-small.divider-line {
  margin-left: 8px;
  margin-right: 8px;
}

.paragraph-small.short-paragraph {
  width: 75%;
  min-height: 10px;
}

.paragraph-small.white {
  color: #fff9;
}

.paragraph-small.footer {
  margin-bottom: 0;
  font-size: 13px;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

.row.flex-horizontal.blue.padding {
  margin-left: -30px;
  margin-right: -30px;
  padding: 20px;
}

.row.flex-horizontal.no-bottom-margin {
  margin-bottom: 0;
}

.row.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.row.align-centre.flex-vertical-align {
  align-items: center;
}

.row.align-centre.no-wrap {
  flex-wrap: nowrap;
}

.row.align-centre.lg-nowrap {
  flex-wrap: nowrap;
  justify-content: space-between;
}

.row.align-centre.blog-header-wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 100px;
}

.row.lg-reverse-layout {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.button {
  background-color: var(--d32f2f);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #0000;
  border-radius: 40px;
  margin-top: auto;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .15s;
  box-shadow: 0 4px 11px #013a7554;
}

.button:hover {
  background-color: var(--firebrick);
  background-image: none;
  border-style: solid;
  border-width: 1px;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.button.ghost {
  border: 1px solid var(--steel-blue);
  box-shadow: none;
  color: var(--steel-blue);
  background-color: #0000;
}

.button.ghost:hover {
  background-color: var(--steel-blue);
  color: #fff;
  background-image: none;
  transform: none;
}

.button.ghost.reversed {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button.ghost.reversed:hover {
  color: var(--steel-blue);
  background-color: #fff;
}

.button.ghost.text-white {
  border-color: var(--opacwhite);
  color: var(--white);
}

.button.reversed {
  color: var(--steel-blue);
  background-color: #fff;
}

.button.reversed:hover {
  background-image: none;
}

.button.lg-wide {
  text-align: center;
  width: 100%;
}

.button.margin-left {
  margin-right: 20px;
}

.button.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.button.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.button.white {
  color: var(--steel-blue-61);
  background-color: #fff;
  border-style: none;
  margin-bottom: 20px;
  margin-right: 20px;
  font-weight: 400;
  box-shadow: 0 4px 11px #013a751a;
}

.button.white.tagcloud {
  color: var(--steel-blue);
  font-weight: 400;
}

.button.lg-search65 {
  width: 65%;
}

.button.blue {
  color: var(--white);
}

.button.blue:hover {
  background-color: var(--midnight-blue-2);
}

.button.standard-link {
  color: var(--steel-blue-61);
  cursor: none;
  background-color: #fff;
  border-style: none;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 16px 32px;
  font-weight: 400;
  box-shadow: 0 4px 11px #013a751a;
}

.button.standard-link.tagcloud {
  color: var(--steel-blue);
  font-weight: 400;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.fixed {
  background-color: var(--midnight-blue);
  padding-top: 36px;
  padding-bottom: 36px;
  display: block;
  position: fixed;
}

.jp-margin-bottom {
  margin-bottom: 40px;
}

.jp-margin-bottom.small {
  margin-bottom: 20px;
}

.jp-margin-bottom.align-left {
  text-align: left;
}

.form {
  width: 100%;
}

.form-field {
  background-color: var(--096ad0);
  color: var(--black);
  background-image: none;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::placeholder {
  color: var(--steel-blue);
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-field.no-bottom-margins.margin-right {
  margin-right: 20px;
}

.form-field.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.text-area {
  background-color: var(--096ad0);
  color: var(--steel-blue);
  border-style: none;
  border-radius: 3px;
  min-height: 140px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-left: 16px;
}

.text-area::placeholder {
  color: var(--steel-blue);
}

.page-preview-link {
  background-color: var(--midnight-blue);
  box-shadow: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 36px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, var(--steel-blue));
  transform: translate(0, -4px);
  box-shadow: 0 8px 40px #0000001a;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.jp-hide {
  display: block;
}

.page-wrapper.is-green {
  background-color: var(--mitr-teal);
}

.page-wrapper.is-black {
  background-color: var(--relume-library-lite--rl-black);
}

.price-table-container {
  border: 1px solid var(--alice-blue);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 50px;
  display: flex;
}

.price-table-container.flex-stretch {
  align-items: stretch;
}

.price-table-container.link {
  align-items: stretch;
  text-decoration: none;
  transition: border .2s ease-in-out;
}

.price-table-container.link:hover {
  border-color: var(--steel-blue);
}

.logo {
  flex: 1;
  margin-left: 20px;
  position: absolute;
}

.logo.w--current {
  flex: 1;
}

.logo.rel {
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.logo.rel.w--current {
  flex: 0 auto;
  display: flex;
}

.column-styleguide {
  border: 1px solid var(--steel-blue);
  background-color: #096ad00f;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.styleguide-caption {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.styleguide-caption.small-divider {
  margin-top: -15px;
  font-size: 12px;
}

.white {
  color: #fff;
  font-weight: 300;
}

.horizontal-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.horizontal-line.blue {
  background-color: var(--steel-blue);
}

.horizontal-line.light {
  color: var(--steel-blue);
  background-color: #297fcacc;
  margin-top: 10px;
  margin-bottom: 20px;
}

.horizontal-line.light.white {
  background-color: #fffc;
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.footer-link {
  opacity: .5;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-link.spacing {
  margin-left: 16px;
  margin-right: 16px;
}

.footer-link.spacing.last {
  margin-right: 0;
}

.footer-link.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link.no-padding.last {
  margin-right: -20px;
}

.social-media-icon {
  padding: 8px;
}

.contact-form-container {
  border-radius: 6px;
  width: 100%;
}

.contact-form-container.card {
  border: 1px none var(--alice-blue);
  background-color: #fff;
  padding: 60px;
  box-shadow: 10px 0 80px #1f2c3d1a;
}

.contact-form-container.card.white-background {
  border: 1px solid var(--steel-blue);
  background-color: #fff;
}

.contact-form-container.light-blue.padding {
  padding: 40px;
}

.icon {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.light-blue {
  background-color: #096ad00a;
}

.question {
  align-items: flex-start;
  display: flex;
}

.answer-text {
  margin-top: 8px;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-left: 24px;
  margin-right: 8px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-left: 0;
  margin-right: 16px;
}

.answer {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
  overflow: hidden;
}

.answer._2 {
  margin-left: 32px;
  padding-left: 0;
  padding-right: 0;
}

.question-container {
  border: 1px solid var(--alice-blue);
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-container.transparent {
  background-color: #0000;
  border-style: none;
  margin-bottom: 16px;
  padding: 10px 0;
}

.service-icon {
  float: left;
  border: 1px solid var(--steel-blue);
  color: var(--steel-blue);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.service-icon._2 {
  border-color: var(--steel-blue);
  color: var(--steel-blue);
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0;
}

.question-text {
  flex: 1;
  margin-top: 15px;
  margin-left: 24px;
}

.div-block-8 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: static;
}

.nav-link-2 {
  color: var(--steel-blue);
  cursor: pointer;
  border-bottom: 4px solid #fff;
  margin-left: 10px;
  padding: 16px 16px 18px;
  font-size: 15px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  border-bottom: 4px solid var(--midnight-blue-2);
  opacity: 1;
  color: var(--midnight-blue-2);
}

.nav-link-2:focus {
  color: var(--midnight-blue-2);
  font-weight: 600;
}

.nav-link-2.w--current {
  transition-property: none;
}

.nav-link-2.border {
  border: 1px solid var(--steel-blue);
  opacity: 1;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-2.border:hover, .nav-link-2.border.cta {
  background-color: var(--steel-blue);
  color: #fff;
}

.nav-link-2.dropdown {
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-2.full-opacity {
  opacity: 1;
}

.nav-link-2.burger-nav {
  opacity: 1;
  color: #096ad099;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: opacity .15s, color .2s;
  display: block;
  position: relative;
}

.nav-link-2.burger-nav:hover {
  opacity: 1;
  color: var(--steel-blue);
}

.menu-button-2.w--open {
  color: var(--alice-blue);
  background-color: #fff;
}

.nav-bar {
  z-index: 999;
  box-shadow: 1px 1px 6px 1px var(--shadow);
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.sample-website {
  flex-direction: column;
  position: absolute;
}

.nav-bar.burger-nav {
  background-color: #fff;
}

.toggle-grid {
  z-index: 100;
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 60px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 16px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 70px;
}

.blue {
  background-color: var(--steel-blue);
}

.partner-logo {
  filter: brightness(240%) grayscale();
  width: 100px;
}

.phone-image.negative-margins {
  margin-bottom: -125px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margins.header-title {
  color: var(--steel-blue);
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
}

.no-margins.page-header-title {
  color: var(--midnight-blue-2);
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1em;
}

.no-margins.page-header-title.dark-bg {
  color: var(--white);
  font-size: 48px;
}

.no-margins.page-header-title {
  color: var(--steel-blue);
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 600;
}

.no-margins.blog-header-title {
  color: var(--white);
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1em;
}

.no-margins.blog-header-title.dark-bg {
  color: var(--white);
  font-size: 48px;
}

.styleguide-small-divider {
  opacity: .3;
  width: 100%;
  margin-top: 0;
}

.no-bottom-margins {
  margin-bottom: 0;
}

.jp-margin-top {
  margin-top: 20px;
}

.column-image {
  margin-bottom: 20px;
  padding: 0 40px 10px;
  transition: transform .2s;
}

.column-image:hover {
  transform: translate(0, -5px);
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide {
  background-color: #0000;
}

.slide.small {
  width: 70%;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-arrow, .slide-nav {
  color: var(--steel-blue);
}

.full-width-image {
  width: 100%;
}

.jp-overflow-visible {
  overflow: visible;
}

.small-icon {
  float: left;
  margin-right: 16px;
  display: block;
}

.inline-form {
  width: 75%;
  display: flex;
}

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

.components-list-container {
  background-color: var(--midnight-blue);
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

.components-list-container._2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}

.flex-stretch {
  flex-direction: column;
  display: flex;
}

.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.flex-horizontal-justify-start-align-centre {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tick-icon {
  margin-right: 8px;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.align-bottom {
  align-items: flex-end;
}

.blog-thumbnail-container {
  border: 1px solid var(--alice-blue);
  border-radius: 6px;
  flex: 1;
  margin-bottom: 30px;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.blog-thumbnail-container:hover {
  transform: translate(0, -5px);
}

.blog-thumbnail-container.no-border {
  border-style: none;
}

.blog-thumbnail-container.no-border:hover {
  transform: translate(0, -10px);
}

.padding {
  padding: 20px;
}

.padding.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.masonry-div {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 3px;
  flex: 1;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.masonry-div.vertical {
  flex: 1;
}

.margin-bottom-gutter {
  margin-bottom: 30px;
}

.tab {
  width: 100%;
}

.tabs-menu {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.tab-link {
  opacity: .5;
  color: var(--steel-blue);
  text-align: center;
  background-color: #0000;
  flex: 1;
  width: 33.33%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  font-weight: 700;
}

.intro-hero-headline {
  color: var(--midnight-blue-2);
  letter-spacing: -3px;
  font-size: 72px;
  font-weight: 400;
  line-height: .9em;
}

.intro-paragraph {
  opacity: .65;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5em;
}

.intro-paragraph.short-paragraph, .intro-paragraph.intro-short-paragraph {
  opacity: .89;
  color: var(--black);
  font-family: Mitr, sans-serif;
  font-weight: 400;
  line-height: 1.25em;
}

.big-brick {
  width: 150px;
}

.big-brick._1 {
  margin-left: -50px;
}

.big-brick._2 {
  margin-top: 20px;
  margin-right: -150px;
}

.big-brick._3 {
  margin-top: 20px;
  margin-left: -200px;
  position: relative;
}

.big-brick._4 {
  z-index: 1;
  position: relative;
}

.small-brick {
  width: 100px;
}

.small-brick._2 {
  margin-top: 20px;
  margin-left: -50px;
}

.bricks-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -66px;
  margin-bottom: 238px;
  display: flex;
  transform: scale(2);
}

.white-bricks {
  z-index: 1;
  flex-flow: row;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blue-bricks {
  align-items: flex-start;
  margin-left: -50px;
  display: flex;
}

.centred-logo-container {
  justify-content: center;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 14px;
}

.nav-link-with-icon-containr {
  align-items: center;
  display: flex;
}

.menu-icon {
  margin-right: 8px;
}

.navbar-links-container {
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.dark-blue {
  background-color: var(--midnight-blue);
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 26px;
  font-size: 12px;
  text-decoration: none;
}

.nav-link.cta {
  background-color: var(--steel-blue);
  color: #fff;
  transition: background-color .1s ease-in-out;
}

.nav-link.cta:hover {
  background-color: #328ae6;
}

.back-to-legowerk-link {
  z-index: 100;
  background-color: var(--midnight-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 90px;
  margin: 16px;
  padding: 8px 14px;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.dropdown-container {
  background-color: var(--midnight-blue);
  width: 100%;
  margin-top: 36px;
  display: block;
  position: fixed;
}

.components-wrapper {
  border-style: solid none;
  border-width: 20px;
  border-color: var(--alice-blue);
  overflow: hidden;
}

.hover.hover-on-image {
  opacity: 1;
  background-color: #e4f1fd;
  width: auto;
  height: 100%;
  padding: 30px;
  display: block;
  position: absolute;
}

.portrait-container {
  margin-bottom: 30px;
  position: relative;
}

.team-small-container {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-9 {
  margin-right: 20px;
}

.bold {
  font-weight: 500;
}

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

.testimonial-container {
  background-color: #fff;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.testimonial-container.border {
  border: 1px solid var(--steel-blue);
  background-color: #fff;
  border-radius: 3px;
  align-items: flex-start;
  display: flex;
}

.quotation-mark {
  opacity: .1;
  margin-right: 24px;
}

.slider-3 {
  background-color: #0000;
  height: 100%;
}

.slide-nav-2 {
  margin-top: 20px;
  margin-bottom: -20px;
  font-size: 10px;
  position: relative;
}

.jp-hide {
  display: none;
}

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

.horizontal-short-line {
  background-color: var(--alice-blue);
  height: 1px;
  margin-left: -50px;
  margin-right: -50px;
}

.div-block-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.social-link {
  border: 1px solid var(--steel-blue);
  background-color: var(--steel-blue);
  border-radius: 50px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 8px;
  display: inline;
}

.team-small-container-1 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-container {
  margin-bottom: 30px;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-weight: 600;
  display: block;
}

.half-screen-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.page-title {
  color: #fff;
}

.short-paragraph {
  width: 75%;
}

.short-paragraph.text-white {
  color: var(--opacwhite);
  font-family: K2D;
  font-weight: 300;
}

.div-block-33 {
  width: 100%;
}

.app-download-button {
  float: left;
  margin-right: 30px;
}

.feature-icon-horizontal {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.icon-side {
  width: 36px;
  margin-right: 30px;
}

.value-proposition-container.vertical-align {
  flex: 1;
  align-items: center;
  display: flex;
}

.value-proposition-buttons {
  margin-top: 40px;
}

.value-proposition-hero-image.margin-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.value-proposition-hero-image.img-floatingwshadow {
  border-radius: 18px;
}

.computer-image {
  width: 70vw;
  margin-left: 10vw;
  position: absolute;
}

.computer-image-container {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.row-3 {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-3.centre-align {
  justify-content: center;
  display: flex;
}

.col-2 {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.col-2.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col-2.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.side-image.lightbox-video {
  position: relative;
}

.side-image.map {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.border-to-edge-picture {
  float: left;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 600px;
  position: relative;
  top: 0;
}

.big-blog-thumbnail-container {
  margin-bottom: 80px;
  transition: transform .2s ease-in-out;
}

.big-blog-thumbnail-container.no-bottom-margins {
  margin-bottom: 0;
}

.intro-feature-container {
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.intro-feature-container.bottom-right {
  justify-content: space-between;
  align-items: stretch;
}

.features-phone-image {
  margin-top: -30px;
  margin-left: -30px;
}

.features-mac {
  margin-bottom: -30px;
  margin-right: -30px;
}

.mac-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-35 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block {
  color: var(--steel-blue);
  text-align: left;
  font-family: K2D;
  font-size: 18px;
  line-height: 24px;
}

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

.starter-website-image {
  margin-bottom: -75px;
  margin-right: -208px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.success-message {
  background-color: var(--096ad0);
}

.footer-heading {
  margin-bottom: 20px;
  text-decoration: none;
}

.div-block-39 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

.avatar-container {
  display: flex;
}

.div-block-48 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.full-width {
  width: 100%;
}

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

.low-opacity {
  color: var(--steel-blue-60);
}

.feature-image {
  height: 60px;
}

.masonry-div-header {
  color: #fff;
}

.centred-logo {
  margin-left: 20px;
  margin-right: 20px;
}

.video-placeholder {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s ease-in-out;
  display: flex;
}

.lightbox-link:hover {
  transform: scale(1.01);
}

.play-icon {
  position: absolute;
}

.brand {
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.transparent-overlay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.dropdown-link-text:hover {
  color: var(--midnight-blue-2);
}

.dropdown-chevron {
  margin-right: -1px;
}

.dropdown-link {
  color: var(--steel-blue);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.dropdown-link:hover {
  opacity: 1;
  color: var(--midnight-blue-2);
}

.dropdown-link.w--current {
  opacity: 1;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  border-color: var(--steel-blue);
  opacity: 1;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
}

.small-slide {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.date-container {
  display: flex;
}

.value-point-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.negative-margin {
  margin-left: -18px;
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog-thumbnail {
  transition: transform .15s;
}

.blog-thumbnail:hover {
  transform: translate(0, -5px);
}

.blog-tag {
  background-color: var(--steel-blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 30px;
  padding: 6px 10px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
}

.blog-content-preview-container {
  margin-top: -37px;
  position: relative;
}

.back-icon {
  margin-right: 8px;
}

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

.utility-page-wrap.light-blue {
  background-image: url('../images/BG-grey1-1600x900.jpg');
  background-position: 50%;
  background-size: auto;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 320px;
  padding: 30px;
  display: flex;
}

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

.utility-page-icon {
  mix-blend-mode: luminosity;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.shadow {
  z-index: 0;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 16px;
}

.shadow._1 {
  inset: auto 2px -10px auto;
}

.video-preview {
  z-index: 1;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.play-icon-1 {
  z-index: 2;
  position: relative;
}

.video-preview-container {
  z-index: 1;
  transition: transform .2s;
  position: relative;
}

.video-preview-container:hover {
  z-index: 1;
  position: relative;
  transform: translate(-5px, -5px);
}

.acme-logomark {
  margin-right: 10px;
}

.map {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 6px;
  overflow: hidden;
}

.pin {
  position: absolute;
}

._0-opacity {
  opacity: 0;
}

.lightbox-image {
  transition: transform .2s ease-in-out;
}

.lightbox-image:hover {
  transform: translate(0, -5px);
}

.how-it-works-line {
  background-color: #096ad033;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: 315px;
}

.how-it-works-step {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.how-it-works-step.justify-top {
  justify-content: flex-start;
  min-height: 320px;
}

.step-number {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.circle {
  z-index: 1;
  background-color: #fff;
  border: 1px #096ad0;
  border-radius: 49px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 30px #1f2c3d1a;
}

.how-it-works-tab {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.step-container {
  margin-bottom: 80px;
}

.no-underline {
  text-decoration: none;
}

.navmenu-container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 0;
  position: relative;
}

.brand-logo--text {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

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

.navlink-dropdown__link {
  color: #000;
  padding: 10px 25px;
  font-weight: 400;
  transition: all .2s ease-in-out;
  display: block;
}

.navlink-dropdown__link:hover {
  color: #e91e63;
  transform: translate(-10px);
}

.navlink-dropdown__link.w--current {
  color: #e91e63;
  font-weight: 700;
  text-decoration: none;
}

.index-left-25 {
  z-index: 11;
  object-fit: fill;
  background-color: #fff;
  width: 25%;
  height: 99vh;
  padding-top: 60px;
  padding-left: 8%;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  position: sticky;
  top: 0;
  box-shadow: 3px 0 4px -3px #0003;
}

.navlink-dropdown__wrapper {
  color: #000;
  padding: 20px 10px;
  text-decoration: none;
}

.navlink-dropdown__trigger {
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.flow__content-title {
  color: var(--steel-blue);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-weight: 400;
}

.flow__content-title.underline {
  border-bottom: 1px solid #8d8d8d;
  margin-bottom: 20px;
  font-family: Mitr, sans-serif;
  font-size: 46px;
  font-weight: 600;
}

.flow__content-title.margin-top._100 {
  margin-top: 100px;
}

.flow__content-title.margin-top._100.bold.text-dark {
  color: var(--black);
}

.navlink-dropdown__text-block {
  text-transform: uppercase;
  line-height: 28px;
}

.quotation-section--color-bg {
  background-color: #cfcfcf1a;
  margin-left: -10%;
  margin-right: -20%;
  padding: 100px 100px 60px 80px;
}

.quotation-section--color-bg.white-bg {
  background-color: #fff;
}

.quotation-section--color-bg.black-bg {
  color: #e5e5e5;
  background-color: #464646;
}

.quotation-section--color-bg.gray-bg {
  background-color: #6d6c6c1a;
}

.index__desc {
  color: #000;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.index__subject {
  color: #000;
  text-decoration: none;
}

.navlink-dropdown__content {
  position: relative;
  overflow: hidden;
}

.stage__section--sticky-parent {
  justify-content: flex-start;
  align-items: baseline;
  padding-left: 20px;
  display: flex;
}

.quote--item-wrapper {
  column-count: auto;
  border-bottom: 1px solid #8d8d8d;
  padding-top: 40px;
  padding-bottom: 10px;
}

.quotation-content-right-75 {
  flex: 0 auto;
  width: 75%;
  padding-left: 5%;
  padding-right: 10%;
  overflow: hidden;
}

.logo-2 {
  height: 40px;
  margin-top: 3px;
}

.logo-2.responsive-menu {
  margin-top: 12px;
}

.navbar-2 {
  background-color: var(--steel-blue-60);
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.dropdown-icon {
  opacity: .4;
  margin-right: 10px;
}

.app-store-button {
  border-radius: 4px;
  height: 46px;
}

.menu-button {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  transition: background-color .2s;
}

.menu-button:hover {
  background-color: #212429;
  border-color: #212429;
}

.menu-button.w--open {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.menu-button.blue.w--open {
  background-color: #25395e;
  border-color: #25395e;
}

.nav-paragraph {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.dropdown-2 {
  display: block;
}

.nav-menu-content-block {
  text-align: center;
  border: 2px solid #ebeef3;
  border-radius: 4px;
  margin-top: 40px;
  padding: 20px;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.no-menu {
  z-index: 0;
}

.app-store-link-button {
  margin-bottom: 4px;
}

.app-store-link-button:hover {
  opacity: .8;
}

.right-nav-menu {
  box-shadow: none;
  text-align: left;
  object-fit: fill;
  background-color: #fff;
  min-height: 80vh;
  margin-left: 0;
  margin-right: 0;
  padding: 0 31px 31px;
  overflow: auto;
}

.nav-title {
  color: #1f6fff;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.dropdown-list-3.sidebar.w--open {
  border: 1px solid #0000001a;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px #0000;
}

.nav-link-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 16px 15px;
  font-family: Mitr, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
  transition: background-color .2s, border .2s;
}

.nav-link-4:hover {
  border-color: var(--d32f2f);
  background-color: #0000;
}

.nav-link-4.dropdown-toggle {
  letter-spacing: 0;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
}

.nav-link-4.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.nav-link-4.dropdown-toggle.color:hover {
  color: var(--d32f2f);
}

.nav-link-4.color {
  background-color: #cfcfcf1a;
  margin-bottom: 4px;
  margin-right: 0;
  font-size: 16px;
  display: block;
}

.nav-link-4.color:hover {
  color: var(--d32f2f);
}

.dropdown-link-2 {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link-2:hover {
  background-color: var(--d32f2f);
  color: #fff;
}

.dropdown-link-2.w--current {
  color: var(--black);
}

.dropdown-link-2.w--current:hover {
  color: #fff;
}

.dropdown-link-2.sub-item {
  padding-left: 40px;
}

.product-navbar {
  margin-left: -99px;
}

.product-index-left-25 {
  z-index: 11;
  object-fit: fill;
  background-color: #fff;
  width: 25%;
  height: 99vh;
  padding-top: 60px;
  padding-left: 8%;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  position: sticky;
  top: 60px;
  box-shadow: 3px 0 4px -3px #0003;
}

.margin-bottom-gutter--small {
  margin-bottom: 20px;
}

.d-flex--baseline--strech {
  flex-direction: row;
  align-self: stretch;
  align-items: baseline;
  display: flex;
}

.search__input {
  border: 1px solid var(--steel-blue);
  background-color: var(--steel-blue);
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.search__input:hover {
  border: 1px solid var(--steel-blue);
  background-color: var(--steel-blue);
  color: #fff;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.search__input.ghost {
  border: 1px solid var(--steel-blue);
  box-shadow: none;
  color: var(--steel-blue);
  background-color: #0000;
}

.search__input.ghost:hover {
  background-color: var(--steel-blue);
  color: #fff;
  background-image: none;
  transform: none;
}

.search__input.ghost.reversed {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.search__input.ghost.reversed:hover, .search__input.reversed {
  color: var(--steel-blue);
  background-color: #fff;
}

.search__input.reversed:hover {
  background-image: none;
}

.search__input.lg-wide {
  text-align: center;
  width: 100%;
}

.search__input.margin-left {
  margin-right: 20px;
}

.search__input.side-margins {
  margin-left: 16px;
  margin-right: 16px;
}

.search__input.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.search__input.white {
  color: var(--steel-blue-60);
  background-color: #fff;
  border-style: none;
  margin-bottom: 20px;
  margin-right: 20px;
  box-shadow: 0 4px 11px #013a751a;
}

.search__input.ghost-still {
  border: 1px solid var(--steel-blue);
  background-color: var(--096ad0);
  box-shadow: none;
  color: var(--steel-blue);
  margin-right: 10px;
}

.search__input.ghost-still:hover {
  color: #fff;
  transform: none;
}

.search__input.ghost-still.reversed {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.search__input.ghost-still.reversed:hover {
  color: var(--steel-blue);
  background-color: #fff;
}

.quotation-form {
  flex-wrap: wrap;
  display: flex;
}

.pagination-button-wrapper {
  justify-content: space-around;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product__header-description {
  color: var(--steel-blue);
}

.product__header-description.text-white {
  color: var(--opacwhite);
  margin-bottom: 100px;
}

.section-footer {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  color: var(--white);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-footer.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-footer.bo-bottom-padding {
  padding-bottom: 0;
}

.section-footer.divider {
  background-color: var(--alice-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-footer.full-screen.background-image-side {
  background-color: var(--alice-blue);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-footer.full-screen.stretch {
  align-items: stretch;
}

.section-footer.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.section-footer.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-footer.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section-footer.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.section-footer.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-footer.light-blue {
  background-color: #096ad014;
}

.section-footer.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.section-footer.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.section-footer.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section-footer.half-screen-background-image.right {
  background-position: 100%;
}

.section-footer.black {
  background-color: var(--midnight-blue);
}

.section-footer.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.section-footer.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.section-footer.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.section-footer.page-header.image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

.section-footer.page-header.image-small {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-footer.page-header.image-small.img-bg-product01 {
  color: var(--white);
  background-image: url('../images/Plumber-drawing-bg.jpg'), url('../images/cinematic---big.svg');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
}

.section-footer.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-footer.top-divider {
  border-top: 1px solid var(--alice-blue);
}

.section-footer.pale-blue {
  background-color: var(--096ad0);
}

.section-footer.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.section-footer.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-footer.cta-wrapper {
  background-image: url('../images/Pipe-bg.jpg');
  background-position: 0 0;
  background-size: auto;
}

.inner-product-image__wrapper {
  box-shadow: 1px 1px 22px 0 var(--shadow);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  max-height: 320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.spec-menu-button {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  transition: background-color .2s;
}

.spec-menu-button:hover {
  background-color: #212429;
  border-color: #212429;
}

.spec-menu-button.w--open {
  background-color: #1fdb6a;
  border-color: #1fdb6a;
}

.spec-menu-button.blue.w--open {
  background-color: #25395e;
  border-color: #25395e;
}

.spec-sq-img__wrapper {
  flex-direction: column;
  width: 160px;
  max-width: 100%;
  height: 160px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-flex--horizontal {
  padding-top: 10px;
  display: flex;
}

.feature-title {
  color: var(--midnight-blue-2);
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1em;
}

.feature-title.text-white {
  color: #fff;
}

.image-container--corner {
  border-radius: 18px;
  width: 100%;
  transition: all .1s;
  overflow: hidden;
}

.image-container--corner:hover {
  transform: translate(0, -14px);
}

.image-container--corner.card {
  border: 1px none var(--alice-blue);
  background-color: #fff;
  padding: 60px;
  transition-duration: .15s;
  transition-timing-function: ease-in-out;
  box-shadow: 10px 0 80px #1f2c3d1a;
}

.image-container--corner.card:hover {
  transform: translate(0, -12px);
}

.image-container--corner.card.white-background {
  border: 1px solid var(--steel-blue);
  background-color: #fff;
}

.image-container--corner.light-blue.padding {
  padding: 40px;
}

.tools__card {
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  margin: 15px auto;
  padding: 40px;
  transition: all .2s;
  box-shadow: 0 1px 1px #0003;
}

.tools__card:hover {
  margin: 12px auto;
  padding: 43px;
  box-shadow: 0 8px 20px -4px #0000001a;
}

.tools__card.text-center:hover {
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
}

.card--image {
  background-color: #fafafa;
  border-radius: 14px;
  margin: 15px 0;
  padding: 0;
  transition: all .2s;
  overflow: hidden;
  box-shadow: 0 1px 1px #0003;
}

.card--image:hover {
  margin: 15px 0;
  padding-top: 0;
  padding-bottom: 0;
  transform: translate(0, -10px);
  box-shadow: 0 8px 20px -4px #0000001a;
}

.card--image.floatimg-img {
  object-fit: contain;
  margin-top: -100px;
  margin-left: -20vw;
  transition-duration: .1s;
  box-shadow: 3px 3px 24px #0000005c;
}

.card--image.floatimg-img.flip-image {
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/3670blueflip-logistics-concept-style-with-people-characters-situation.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.card--image.floatimg-img.right {
  margin-left: auto;
  margin-right: -20vw;
}

.card--image.floatimg-img.right-overlap {
  z-index: 222;
  margin-top: auto;
  margin-left: auto;
  margin-right: -20vw;
  position: relative;
}

.card--image.centered {
  transform: scale(1.1);
}

.card--image.centered:hover {
  transform: translate(0, -20px)scale(1.1);
}

.overlap-card {
  border-radius: 14px;
  width: 100%;
  padding: 20px 40px;
  transition: all .1s;
  overflow: hidden;
}

.overlap-card:hover {
  transform: translate(0, -14px);
}

.overlap-card.corner-paper {
  border: 1px none var(--alice-blue);
  background-color: #fff;
  border-radius: 8px;
  padding-left: 40px;
  padding-right: 40px;
  transition-duration: .15s;
  transition-timing-function: ease-in-out;
  box-shadow: 10px 0 80px #1f2c3d1a;
}

.overlap-card.corner-paper:hover {
  transform: translate(0, -12px);
}

.overlap-card.corner-paper.white-background {
  border: 1px solid var(--steel-blue);
  background-color: #fff;
}

.overlap-card.corner-paper.centered {
  z-index: 111;
  position: relative;
  transform: scale(1.1);
  box-shadow: 0 1px 4px #00000024;
}

.overlap-card.corner-paper.centered:hover {
  transform: translate(0, -14px)scale(1.1);
  box-shadow: 2px 0 42px #00000024;
}

.overlap-card.corner-paper.form {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.overlap-card.corner-paper.form:hover {
  transform: none;
}

.overlap-card.corner-paper.tranparent-bg {
  z-index: 112;
  -webkit-backdrop-filter: blur(5px) blur(5px);
  backdrop-filter: blur(5px) blur(5px);
  color: var(--mitr-navy);
  align-items: center;
  max-width: 93%;
  min-height: 600px;
  display: flex;
  position: relative;
}

.overlap-card.corner-paper.certificate-paper {
  z-index: 112;
  -webkit-backdrop-filter: blur(5px) blur(5px);
  backdrop-filter: blur(5px) blur(5px);
  color: var(--mitr-navy);
  flex-flow: column;
  align-items: center;
  height: 100%;
  min-height: 400px;
  margin-top: -20px;
  margin-bottom: -15px;
  padding: 40px 120px;
  display: flex;
  position: relative;
}

.overlap-card.corner-paper.certificate-paper.align-center {
  justify-content: center;
  align-items: center;
}

.overlap-card.corner-paper.center-paper {
  z-index: 112;
  -webkit-backdrop-filter: blur(5px) blur(5px);
  backdrop-filter: blur(5px) blur(5px);
  color: var(--mitr-navy);
  flex-flow: column;
  align-items: center;
  height: 100%;
  min-height: 440px;
  margin-top: -20px;
  margin-bottom: -15px;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.overlap-card.corner-paper.fixed-w {
  z-index: 112;
  border-style: solid;
  border-color: var(--neutral);
  -webkit-backdrop-filter: blur(5px) blur(5px);
  backdrop-filter: blur(5px) blur(5px);
  color: var(--mitr-navy);
  align-items: center;
  min-width: 35%;
  max-width: 1400px;
  min-height: 600px;
  display: flex;
  position: relative;
}

.overlap-card.corner-paper.product {
  z-index: 112;
  box-sizing: content-box;
  aspect-ratio: auto;
  border: 1px solid var(--opacwhite);
  -webkit-backdrop-filter: blur(5px) blur(5px);
  backdrop-filter: blur(5px) blur(5px);
  color: var(--mitr-navy);
  object-fit: contain;
  background-color: #000;
  border-radius: 16px;
  align-items: center;
  min-height: 600px;
  padding: 0;
  display: flex;
  position: relative;
}

.overlap-card.corner-paper.product:hover {
  transform: none;
}

.overlap-card.corner-paper.refproject {
  z-index: 112;
  box-sizing: border-box;
  aspect-ratio: 1;
  color: var(--mitr-navy);
  background-image: url('../images/airline-2805584_1280.jpeg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 600px;
  margin-top: -40px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.overlap-card.corner-paper.refproject:hover {
  transform: none;
}

.overlap-card.corner-paper.certificate-papers {
  z-index: 112;
  -webkit-backdrop-filter: blur(5px) blur(5px);
  backdrop-filter: blur(5px) blur(5px);
  color: var(--mitr-navy);
  flex-flow: column;
  align-items: center;
  height: 100%;
  min-height: 320px;
  margin-top: -20px;
  margin-bottom: -15px;
  padding: 40px;
  display: flex;
  position: relative;
}

.overlap-card.corner-paper.certificate-papers.align-center {
  justify-content: center;
  align-items: center;
}

.overlap-card.light-blue.padding {
  padding: 40px;
}

.section-small {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-small.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-small.bo-bottom-padding {
  padding-bottom: 0;
}

.section-small.divider {
  background-color: var(--alice-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-small.blue {
  color: var(--white);
  background-color: #096ad0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-small.full-screen.background-image-side {
  background-color: var(--alice-blue);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-small.full-screen.stretch {
  align-items: stretch;
}

.section-small.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.section-small.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-small.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.section-small.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.section-small.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-small.light-blue {
  background-color: #096ad014;
}

.section-small.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.section-small.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.section-small.background-image.bg-tile-1 {
  background-image: linear-gradient(to bottom, var(--white), #fff0), linear-gradient(to bottom, #3a6ea53d, #3a6ea53d), url('../images/map.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat-x;
  background-size: auto, auto, 720px;
  padding-top: 140px;
}

.section-small.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.section-small.half-screen-background-image.right {
  background-position: 100%;
}

.section-small.half-screen-background-image.right.bg-illus-engineers-team-discussing-issues {
  background-image: url('../images/engineers-team-discussing-issues-at-construction-site.jpg');
}

.section-small.half-screen-background-image.bg-illus-construction-team {
  background-image: linear-gradient(#096ad029, #096ad029), url('../images/construction-team-working-site.jpg');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
}

.section-small.black {
  background-color: var(--midnight-blue);
}

.section-small.black._80vh {
  flex-direction: column;
  height: 80vh;
  min-height: 800px;
  display: flex;
}

.section-small.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.section-small.page-header {
  padding-top: 160px;
  padding-bottom: 80px;
}

.section-small.page-header.image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

.section-small.page-header.image-small {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-small.page-header.image-small.img-bg-product01 {
  color: var(--white);
  background-image: url('../images/Pipe-bg.jpg'), url('../images/cinematic---big.svg');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
}

.section-small.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-small.top-divider {
  border-top: 1px solid var(--alice-blue);
}

.section-small.pale-blue {
  background-color: var(--096ad0);
}

.section-small.pale-blue.layer-overlap {
  z-index: 111;
  overflow: visible;
}

.section-small.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.section-small.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-small.cta-wrapper {
  background-image: url('../images/Pipe-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-small.color {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-small.gray {
  z-index: 222;
  background-color: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 1px 1px 15px 1px #00000026;
}

.bullet-list-horizontal {
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.list-icon-bullet {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 5px 0;
}

.brand-logo--coloroverlay {
  filter: none;
}

.value-card-image {
  min-height: 240px;
  margin-top: 20px;
}

.flex-stretch-reverse {
  flex-direction: column;
  display: flex;
}

.vp-card__text--blue {
  color: var(--steel-blue);
  font-weight: 700;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.footer-wrapper.grid-container {
  z-index: -1;
  display: block;
  position: fixed;
  inset: auto 0 0;
}

.footer-wrapper.space-around {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.footer-wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.footer-wrapper.centre-align {
  align-items: center;
  display: flex;
  overflow: visible;
}

.footer-wrapper.lg-negative-margins {
  flex-direction: row;
  flex: 0 auto;
  margin-top: -80px;
  margin-bottom: -80px;
  display: flex;
}

.footer-wrapper.navbar {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-wrapper.introduction {
  z-index: -1;
  transform-origin: 50% 100%;
  height: 100%;
  position: absolute;
}

.footer-wrapper.mobile-navbar-container {
  flex-direction: column;
  align-items: stretch;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.footer-wrapper.d-flex--reverse {
  flex-direction: row-reverse;
  justify-content: flex-start;
  display: flex;
}

.footer-wrapper.value-card-wrapper {
  z-index: 111;
  margin-top: -20px;
  margin-bottom: 40px;
  position: relative;
}

.bullet-list-text {
  margin-bottom: 0;
  font-size: 20px;
}

.div-block-52 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

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

.d-flex-split-screen {
  flex-flow: row-reverse;
  justify-content: center;
  display: flex;
}

.contact__card {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex: 1;
  width: 100%;
  min-height: 50%;
  max-height: 280px;
  margin: 15px auto;
  padding: 60px;
  transition: all .2s;
  box-shadow: 0 1px 1px #0003;
}

.contact__card:hover {
  margin-left: auto;
  margin-right: auto;
  transform: translate(0, -10px);
  box-shadow: 0 8px 20px -4px #0000001a;
}

.contact__card.text-center:hover {
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
}

.contact__card.grayscale {
  filter: grayscale();
}

.column-card {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 25%;
  display: flex;
  position: relative;
}

.column-card.centre-align {
  align-items: center;
}

.column-card.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.column-card.lg-4.align-bottom {
  justify-content: flex-end;
}

.column-card.lg-4.align-bottom.md-4 {
  align-items: center;
}

.column-card.lg-4.centre-align.card-group-left {
  margin-left: auto;
  margin-right: -20px;
}

.column-card.lg-4.centre-align.card-group-right {
  z-index: 0;
  margin-left: -20px;
  margin-right: auto;
}

.column-card.lg-4.sm-2.lg-vertical-align {
  justify-content: center;
}

.column-card.lg-4.flex-stretch {
  align-items: stretch;
}

.column-card.lg-4.xs-1.margin-bottom {
  margin-bottom: 40px;
}

.column-card.lg-3 {
  flex: none;
  width: 25%;
}

.column-card.lg-3.no-padding {
  float: left;
}

.column-card.lg-3.flex-stretch {
  align-items: stretch;
}

.column-card.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.column-card.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.column-card.lg-6.centre-align {
  justify-content: flex-start;
  align-items: center;
}

.column-card.lg-6.centre-align-vertical {
  justify-content: center;
}

.column-card.lg-6.md-3.centre-align {
  align-items: center;
}

.column-card.lg-6.sm-margin-bottom.stretch {
  align-items: stretch;
}

.column-card.lg-2 {
  width: 16.66%;
}

.column-card.lg-2.category__card {
  text-align: center;
  align-items: center;
}

.column-card.lg-5 {
  width: 41.66%;
}

.column-card.lg-5.align-vertically {
  justify-content: center;
}

.column-card.lg-7 {
  width: 58.33%;
}

.column-card.lg-8 {
  width: 66.66%;
}

.column-card.lg-9 {
  width: 75%;
}

.column-card.lg-10 {
  width: 83.33%;
}

.column-card.lg-11 {
  width: 91.66%;
}

.column-card.lg-12 {
  width: 100%;
}

.contact-card-image {
  opacity: .6;
}

.gradient-text-bg {
  background-image: linear-gradient(to bottom, transparent, #00000030 7%, #0000005c 13%, var(--black));
  align-items: flex-end;
  width: 100%;
  padding-top: 100px;
  display: flex;
}

.gradient-text-bg.blog-list-flex {
  align-items: center;
}

.blog-header-post-summary {
  color: var(--steel-blue);
  font-size: 1.2rem;
  font-weight: 700;
}

.blog-date {
  color: var(--d32f2f);
  text-transform: uppercase;
  text-shadow: 3px 3px 6px #000;
  margin-right: 20px;
  font-family: K2D;
  font-size: 18px;
  font-weight: 700;
}

.blog-info-wrapper {
  border-left: 2px solid red;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.blog-tags {
  color: var(--d32f2f);
  text-transform: uppercase;
  text-shadow: 3px 3px 6px #000;
  margin-right: 20px;
  padding-left: 10px;
  font-family: K2D;
  font-size: 18px;
  font-weight: 700;
}

.blog-tags:hover {
  color: #fff;
}

.related-tag-banner {
  background-color: var(--d32f2f);
  color: var(--white);
  text-transform: uppercase;
  margin-top: -60px;
  margin-right: 30px;
  padding: 10px 10px 10px 20px;
  font-family: K2D;
  position: relative;
}

.section-blog {
  border-bottom: 1px solid var(--opacityblack);
  min-height: 800px;
  padding-top: 40px;
}

.related-tag-banner-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #d32f2f;
  margin-top: -60px;
  margin-right: 30px;
  padding: 10px 10px 10px 20px;
  font-family: K2D;
  position: relative;
}

.blog-pagination {
  margin-bottom: 60px;
}

.category-tag-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.category-tag-filter-title {
  padding-right: 60px;
  font-weight: 400;
}

.blog-slider-pagination {
  position: absolute;
  inset: 0%;
}

.slidercontrol {
  z-index: 222;
  color: var(--opacwhite);
  background-color: #0000;
  border-style: none;
  align-items: center;
  width: 15vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.slidercontrol:hover {
  border-style: solid;
}

.slidercontrol.previous {
  background-image: linear-gradient(to right, var(--opacityblack), transparent);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slidercontrol.next {
  background-image: linear-gradient(270deg, var(--opacityblack), transparent);
  justify-content: flex-end;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.collection-list-wrapper {
  flex-direction: column;
  display: flex;
}

.slider-wrapper {
  transition: all .3s;
}

.spec-sq-img {
  object-fit: cover;
  height: 240px;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-weight-bold {
  font-weight: 700;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-color-grey {
  color: gray;
}

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

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.margin-large {
  margin: 3rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-large {
  height: 3rem;
}

.padding-xsmall {
  padding: .5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.margin-medium {
  margin: 2rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.jp-form_checkbox-icon {
  border-width: 1px;
  border-color: #6f6f6f;
  border-radius: 0;
  width: 1rem;
  height: 1rem;
  margin: .25rem .5rem 0 -1.25rem;
}

.jp-form_checkbox-icon.w--redirected-checked {
  background-color: #f4f4f4;
  background-image: none;
  background-size: cover;
  border-width: 1px;
  border-color: #6f6f6f;
  width: 1rem;
  height: 1rem;
  margin: .25rem .5rem 0 -1.25rem;
}

.jp-form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-width: .125rem;
  border-color: #6f6f6f;
  width: 1rem;
  height: 1rem;
  margin: .25rem .5rem 0 -1.25rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-size-large {
  font-size: 1.5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.margin-xlarge {
  margin: 4rem;
}

.form_checkbox {
  margin-bottom: .25rem;
  padding-left: 1.25rem;
  display: flex;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.background-color-grey {
  background-color: #f5f5f5;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.margin-custom2 {
  margin: 2.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
  font-weight: 800;
}

.hide {
  display: none;
}

.margin-tiny {
  margin: .125rem;
}

.text-style-italic {
  font-style: italic;
}

.padding-0 {
  padding: 0;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.icon-height-small {
  height: 1rem;
}

.padding-large {
  padding: 3rem;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.heading-style-h1 {
  color: var(--relume-library-lite--rl-white);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.overflow-hidden {
  overflow: hidden;
}

.padding-small {
  padding: 1rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

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

.form_component {
  margin-bottom: 0;
}

.padding-custom1 {
  padding: 1.5rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.text-size-tiny {
  font-size: .75rem;
  font-weight: 600;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-xhuge {
  padding: 8rem;
}

.fs-styleguide_color.is-5 {
  background-color: #0f62fe;
}

.fs-styleguide_color.is-7 {
  background-color: #002d9c;
}

.fs-styleguide_color.is-1 {
  background-color: #161616;
  border: 1px solid #fff;
}

.fs-styleguide_color.is-9 {
  background-color: #606060;
}

.fs-styleguide_color.is-2 {
  background-color: #f4f4f4;
}

.fs-styleguide_color.is-4 {
  background-color: #4589ff;
}

.fs-styleguide_color.is-10 {
  background-color: #393939;
}

.fs-styleguide_color.is-3 {
  background-color: #262626;
}

.fs-styleguide_color.is-8 {
  background-color: #6f6f6f;
}

.fs-styleguide_color.is-6 {
  background-color: #0353e9;
}

.fs-styleguide_color.is-77 {
  background-color: #172329;
}

.fs-styleguide_color.is-17 {
  background-color: #171717;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-size-regular {
  font-size: 1rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e63d;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

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

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

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e663, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.form_message-success {
  background-color: #42be65;
}

.fs-styleguide_spacing-all {
  display: none;
}

.padding-medium {
  padding: 2rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
  font-weight: 600;
}

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

.fs-styleguide_section-header {
  background-image: none;
  background-position: 50%;
  background-size: .875rem;
  background-attachment: fixed;
  border-top: 1px solid #393939a8;
  border-bottom: 1px solid #393939a8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6rem 2.5rem;
  display: flex;
  overflow: hidden;
}

.form_message-error {
  background-color: #fa4d56;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.text-style-link {
  text-decoration: underline;
}

.margin-xhuge {
  margin: 8rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

.overflow-visible {
  overflow: visible;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_version {
  z-index: 5;
  color: #f4f4f4;
  font-weight: 500;
  text-decoration: none;
}

.padding-huge {
  padding: 6rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-auto {
  overflow: auto;
}

.button-btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0f62fe;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .1s;
  display: inline-block;
}

.button-btn:hover {
  background-color: #0353e9;
}

.button-btn:active {
  background-color: #002d9c;
}

.button-btn.is-text {
  color: #f4f4f4;
  background-color: #0000;
  border: 1px #000;
}

.button-btn.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-btn.is-secondary {
  background-color: #0000;
  border: 1px solid #f4f4f4;
}

.button-btn.is-small {
  padding: .5rem 1.25rem;
}

.button-btn.is-large {
  padding: 1rem 2rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.icon-height-medium {
  height: 2rem;
}

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

.fs-styleguide_label {
  color: #fff;
  background-color: #0353e9;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-custom3 {
  padding: 3.5rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-small {
  font-size: .875rem;
  font-weight: 600;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.margin-xxlarge {
  margin: 5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-muted {
  opacity: .6;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.margin-0 {
  margin: 0;
}

.margin-huge {
  margin: 6rem;
}

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

.styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.btn {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0f62fe;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .1s;
  display: inline-block;
}

.btn:hover {
  background-color: #0353e9;
}

.btn:active {
  background-color: #002d9c;
}

.btn.is-secondary {
  background-color: #0000;
  border: 1px solid #f4f4f4;
}

.btn.is-text {
  color: #f4f4f4;
  background-color: #0000;
  border: 1px #000;
}

.btn.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.btn.is-small {
  padding: .5rem 1.25rem;
}

.btn.is-large {
  padding: 1rem 2rem;
}

.styleguide_section-header {
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-size: .875rem;
  background-attachment: fixed;
  border-top: 1px solid #393939a8;
  border-bottom: 1px solid #393939a8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6rem 2.5rem;
  display: flex;
  overflow: hidden;
}

.form_checkbox-icon {
  border-width: 1px;
  border-color: #6f6f6f;
  border-radius: 0;
  width: 1rem;
  height: 1rem;
  margin: .25rem .5rem 0 -1.25rem;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: #f4f4f4;
  background-image: url('../images/checkmark.svg');
  background-size: cover;
  border-width: 1px;
  border-color: #6f6f6f;
  width: 1rem;
  height: 1rem;
  margin: .25rem .5rem 0 -1.25rem;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-width: .125rem;
  border-color: #6f6f6f;
  width: 1rem;
  height: 1rem;
  margin: .25rem .5rem 0 -1.25rem;
}

.sticky2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.sticky2_item {
  background-color: #fff;
  border: 1px solid #6f6f6f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  padding: 2.5rem;
  display: flex;
  position: sticky;
  top: 12.5rem;
}

.sticky2_item._4 {
  top: 16.25rem;
}

.sticky2_item._2 {
  top: 13.75rem;
}

.sticky2_item._6 {
  top: 18.75rem;
}

.sticky2_item._3 {
  top: 15rem;
}

.sticky2_item._5 {
  top: 17.5rem;
}

.sticky2_content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 12rem;
}

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

.sticky1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
  position: relative;
}

.sticky1_content-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  position: sticky;
  top: 40%;
}

.sticky_content-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.sticky1_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2.5rem;
  display: flex;
  box-shadow: 7px 7px 20px #2e2e2e1a;
}

.tabs2_image-wrapper {
  width: 100%;
}

.tabs2_content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 48rem;
  display: flex;
}

.tabs_component {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs_side-menu {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.tabs_image {
  object-fit: cover;
  width: 100%;
  max-height: 32rem;
}

.background-color-neutral {
  background-color: #faf9f7;
}

.background-color-dark-secondary {
  background-color: #171717;
}

.background-color-dark-primary {
  color: #f5f5f5;
  background-color: #172329;
}

.fs-styleguide_images-layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #1018280d;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #10182808;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #10182824;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.fs-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #1018281a, 0 2px 4px -2px #1018280f;
}

.fs-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-lineheight-xtall {
  line-height: 2;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.text-lineheight-short {
  line-height: 1.3;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.text-lineheight-none {
  line-height: 1;
}

.rl_navbar5_menu-button {
  padding: 0;
}

.rl_navbar5_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.rl_navbar5_dropdown-background-layer {
  background-color: var(--relume-library-lite--rl-gray);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_navbar5_item-link {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_navbar5_spacing-block2 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar5_spacing-block1 {
  width: 100%;
  padding-bottom: .25rem;
}

.rl_navbar5_item-title {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

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

.rl_navbar5_blog-image-wrapper {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.rl_navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.rl_navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.rl_navbar5_dropdown-column-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
}

.rl_navbar5_dropdown-content-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.rl_navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.rl_navbar5_text-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

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

.rl_navbar5_icon {
  height: 1.5rem;
}

.rl_navbar5_icon-wrapper {
  flex: none;
}

.rl_navbar5_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.rl_navbar5_dropdown-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.rl_navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.rl_navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar5_dropdown-list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #000;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar5_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  padding: 1.5rem 2.5rem 1.5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_menu-dropdown {
  position: static;
}

.rl_navbar5_link {
  color: var(--relume-library-lite--rl-black);
  padding: 1.5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_link.w--current {
  color: #0000;
}

.rl_navbar5_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.rl_navbar5_logo-link {
  padding-left: 0;
}

.rl_navbar5_component {
  border: 1px solid var(--shadow);
  background-color: var(--096ad0);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
}

.section_header-splitscreen {
  justify-content: center;
  min-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.block_bg-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
  display: block;
  position: relative;
  overflow: hidden;
}

.header_overlayed {
  z-index: 11;
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.rl_header1_image {
  object-fit: cover;
  max-width: 49.5vw;
}

.rl_header1_image-wrapper50 {
  filter: brightness(36%);
  object-fit: fill;
  align-items: stretch;
  min-width: 50vw;
  display: flex;
  position: relative;
}

.rl-button-secondary {
  background-color: var(--firebrick);
  text-align: center;
  text-transform: capitalize;
  border-radius: 20px;
  min-width: 160px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  transition: all .2s;
}

.rl-button-secondary:hover {
  box-shadow: 0 3px 0 1px var(--white);
  transform: scale(1.1);
}

.rl-button-secondary.is-stretch {
  background-color: var(--mitr-brand-red);
  text-transform: none;
  flex: 1;
  min-width: auto;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.rl-button-secondary.is-nav {
  min-width: 120px;
}

.rl-button {
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  text-transform: capitalize;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  transition: all .2s;
}

.rl-button:hover {
  box-shadow: 0 2px 0 1px var(--mitr-brand-red);
  transform: scale(1.1);
}

.rl-button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium {
  color: var(--opacwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium.text-white {
  color: var(--opacwhite);
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
}

.rl-heading-style-h1.text-style-allcaps.is-textwhite {
  color: var(--relume-library-lite--rl-white);
}

.rl_header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_header1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-text-style-xbold {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl-text-style-xbold.is-mitr {
  color: var(--firebrick);
  text-transform: uppercase;
  padding-top: 5px;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.25;
}

.rl-text-style-xbold.is {
  color: var(--relume-library-lite--rl-white);
  font-family: IBM Plex Sans Thai, sans-serif;
}

.rl-text-style-xbold.is-mitr-top {
  color: var(--logo-red);
  text-transform: uppercase;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.25;
}

.rl_header11_component {
  grid-template-rows: minmax(60vh, 1fr);
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.section_header-splitscreeen {
  border-bottom: 1px solid var(--neutral);
  color: var(--opacwhite);
  background-color: #0c0b11;
  min-height: 80vh;
  max-height: 120dvh;
  padding-bottom: 60px;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.section_header-splitscreeen.is-cert {
  min-height: auto;
}

.header_col-effect1 {
  z-index: 111;
  border: 1px solid var(--shadow);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.div-block-53 {
  display: flex;
}

.header_effect-overlay-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.header_col-effect0 {
  z-index: 111;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #16161666;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.rl-page-wrapper.is-darkbg {
  background-color: var(--black);
}

.rl_header1_content-asym {
  z-index: 222;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.header_p-content-group {
  margin-left: auto;
  margin-right: 120px;
}

.rl_heading1_spacing-block-large {
  width: 100%;
  padding-bottom: 6rem;
}

.rl-heading-style-h1-display {
  color: var(--relume-library-lite--rl-white);
  -webkit-text-stroke-color: var(--yellow);
  text-transform: uppercase;
  text-shadow: .2rem .2rem 0 #0003, 1.25px 1.25rem 2rem #0009;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2em;
}

.header_col-effect2 {
  z-index: 111;
  border-style: none solid;
  border-right-width: .25px;
  border-right-color: var(--subtlewhite);
  border-left-width: .05px;
  border-left-color: var(--subtlewhite);
  -webkit-backdrop-filter: brightness(140%) blur(7px);
  backdrop-filter: brightness(140%) blur(7px);
}

.rl-padding-global-edge {
  padding-left: 5%;
  padding-right: 5%;
}

.hero_header-fullmitrbg {
  background-color: var(--black);
  color: var(--opacwhite);
  background-image: radial-gradient(circle at 0 0, #000000a8, #000 68%);
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rl_header1_image-wrapper {
  object-fit: fill;
  display: flex;
}

.rl-button-secondary-alternate {
  border: 1px solid var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-2.is-white {
  color: #fff;
}

.rl-heading-style-h1-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1-2.is-white {
  color: #fff;
}

.rl-heading-style-h1-2.is-red {
  color: var(--mitr-brand-red);
}

.rl_header5_content {
  color: #fff;
  width: 100%;
  max-width: 35rem;
}

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

.rl_section_header5 {
  color: var(--opacwhite);
  background-image: linear-gradient(#2b848280, #00000080), linear-gradient(#fff0 72%, #000), linear-gradient(#00000080, #00000080), url('../images/Apinan-Kaewprom.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  min-height: 90vh;
  padding-top: 15vh;
  padding-bottom: 5vh;
  position: relative;
}

.header-leftscreen {
  min-width: 50vw;
  height: 100%;
}

.rl_section_grid6-wrapper {
  color: var(--opacwhite);
  background-image: linear-gradient(#00000080, #00000080);
  min-height: 50vh;
  padding-top: 15vh;
  padding-bottom: 5vh;
  position: relative;
}

.rl_section_grid6-wrapper.is-column-design {
  background-image: none;
}

.rl_section_grid6-wrapper.is-glass-bg-design {
  background-image: none;
  margin-top: -60px;
  padding-bottom: 40vh;
}

.rl_section_grid6-wrapper.is-column-esg {
  padding-top: 0;
  padding-bottom: 0;
}

.rl_section_grid6-wrapper.is-column-design-policy {
  background-image: none;
}

.rl_section_grid6-wrapper.is-in-standard {
  background-image: none;
  margin-top: -60px;
}

.rl_section_color-header {
  background-image: linear-gradient(180deg, var(--mitr-teal), #0000 64%), linear-gradient(180deg, #0000000f, #00000075), linear-gradient(to bottom, #2b8482b0, #2b8482b0), url('../images/PXBai-generated-8662011_960_720.jpg');
  color: var(--opacwhite);
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  padding-top: 15vh;
  padding-bottom: 5vh;
  position: relative;
}

.rl-heading-style-display-effect {
  background-image: linear-gradient(157deg, var(--subtlewhite) 10%, #ffffff26 99%);
  filter: brightness(72%);
  color: var(--subtlewhite);
  letter-spacing: -15px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14rem;
  font-weight: 900;
  line-height: .75em;
  overflow: hidden;
}

.rl-heading-style-h1-subtle-display {
  color: var(--opacityblack);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: .9em;
}

.rl_pricing8_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_pricing8_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_pricing8_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.rl_pricing8_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_pricing8_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_pricing8_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_features3_cardcontent_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-heading-style-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.rl-heading-style-h4.is-red, .rl-heading-style-h4.is-qc {
  color: var(--mitr-brand-red);
}

.rl-heading-style-h6 {
  color: var(--opacwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_features3_cardcontent-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  padding-left: 20px;
  display: flex;
}

.rl_features3_card-content-top {
  flex-flow: wrap;
  display: flex;
}

.rl_features3_card-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-between;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.rl_features3_card {
  background-color: var(--white);
  box-shadow: 0 2px 0 1px var(--subtlewhite);
  border-radius: 16px;
  flex-direction: column;
  margin-left: -20px;
  margin-right: -20px;
  padding: 4rem 2rem;
  transition: all .2s;
  display: flex;
}

.rl_features3_card:hover {
  transform: translate(0, -10px);
}

.rl_features3_group {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rl_pricing8_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-3.text-color-white {
  color: var(--opacwhite);
}

.rl_pricing8_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  background-image: linear-gradient(96deg, var(--apple-text-glow), #fbccb3 13%, var(--beige-neutral));
  color: var(--relume-library-lite--rl-white);
  text-transform: uppercase;
  text-shadow: 0 1px 1px #fdc9ae6b;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl-heading-style-h2.is {
  color: var(--relume-library-lite--rl-black);
  text-shadow: none;
}

.rl-heading-style-h2.is-red {
  color: var(--d32f2f);
  text-shadow: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.rl_pricing8_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.rl-text-style-subheading.is-red {
  color: var(--mitr-brand-red);
}

.rl_pricing8_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_features3_component {
  z-index: 222;
  background-color: var(--subtlewhite);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--mitr-navy);
  background-image: linear-gradient(135deg, #fff0, #ffffff8c);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  margin-top: -90px;
  margin-bottom: 90px;
  display: flex;
  position: relative;
}

.rl_section_features3 {
  background-color: var(--relume-library-lite--rl-white);
  background-image: linear-gradient(180deg, var(--black) 17%, var(--mitr-teal)), linear-gradient(to bottom, var(--mitr-teal), var(--mitr-teal));
  color: var(--white);
}

.mitr-icon {
  align-self: flex-start;
  width: 40px;
  margin-bottom: 40px;
  margin-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 2rem;
}

.mitr-icon.small {
  margin-bottom: 20px;
}

.mitr-icon.align-left {
  text-align: left;
}

.rl-heading-style-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.rl-heading-style-h5.is-mitr {
  color: var(--mitr-brand-red);
  font-size: 1.25rem;
}

.rl-heading-style-h5.is-undeline {
  border-bottom: 6px solid var(--mitr-brand-red);
  padding-bottom: 20px;
}

.rl-heading-style-h5.is-undeline-yellow {
  border-bottom: 6px solid var(--yellow);
  padding-bottom: 20px;
}

.rl-heading-style-h5.is-undeline-glow {
  border-bottom: 6px solid var(--apple-text-glow);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--apple-text-glow), var(--white));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 5px;
  padding-bottom: 20px;
}

.rl-heading-style-h5.is-undeline-glow:hover {
  border-bottom-color: var(--firebrick);
}

.header_col-colorbg {
  z-index: 111;
  border-style: none solid;
  border-right-width: .25px;
  border-right-color: var(--subtlewhite);
  border-left-width: .05px;
  border-left-color: var(--subtlewhite);
  background-image: linear-gradient(#f6f6f6, #f6f6f6);
  min-width: 16.6667vw;
  padding: 4rem 10px 20px;
}

.header_col-colorbg.bg-color2 {
  background-image: linear-gradient(#ff4c57, #ff4c57);
}

.header_col-colorbg.bg-color3 {
  background-image: linear-gradient(#262626, #262626);
}

.header_col-colorbg.bg-color4 {
  background-image: linear-gradient(#0e0c2a, #0e0c2a);
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}

.header_col-colorbg.bg-color1 {
  color: var(--black);
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}

.header_col-colrbg2 {
  z-index: 111;
  background-color: #ff4c57;
}

.rl-error-text {
  color: #e23939;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-text-style-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-tiny {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_cta8_spacing-block-2 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-form-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_cta_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_cta8_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.rl_cta8_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.15;
}

.rl_cta8_heading-wrapper {
  color: var(--white);
  flex: 1;
  width: 100%;
  max-width: 40rem;
}

.rl_cta8_component {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.rl_section_cta8 {
  border-top: 1px solid var(--opacwhite);
  background-color: var(--black);
  color: var(--opacwhite);
}

.rl_header44_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_header44_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_header44_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_header44_component {
  width: 100%;
  max-width: 55rem;
}

.rl_section_header-ltext {
  background-color: var(--relume-library-lite--rl-white);
  color: var(--black);
  border-top: 1px solid #000;
}

.rl-button-link-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl_layout192_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout192_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout192_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_section_layout192 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_global_spacing-block-tiny {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_heading1_spacing-block-xlarge {
  width: 100%;
  padding-bottom: 10rem;
}

.rl-button-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_overlapplan_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_overlapplan_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_overlapplan_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.rl_overlapplan_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_overlapplan_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_overlapplan_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_overlapplan_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-heading-style-h4-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-heading-style-h1-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h6-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.rl_overlapplan_plan-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.rl_overlapplan_plan {
  border: 1px solid var(--relume-library-lite--rl-black);
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.rl_overlapplan_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.rl_overlapplan_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_overlapplan_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_overlapplan_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_overlapplan_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_pricing18 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_overlapplan_centerplan {
  border: 1px solid var(--relume-library-lite--rl-black);
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.rl-button-link-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_layout239_spacing-block-6 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-style-regular-3 {
  color: var(--opacwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout239_spacing-block-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-numbers {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout239_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout239_image-wrapper {
  aspect-ratio: 1;
  filter: hue-rotate(155deg);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rl_layout239_item {
  color: var(--subtlewhite);
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16rem;
  display: flex;
}

.rl_layout239_item.is-center {
  border-right: 2px solid var(--mitr-brand-red);
  border-left: 2px solid var(--mitr-brand-red);
}

.rl_layout239_content {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.rl_layout239_spacing-block-xlarge {
  width: 100%;
  padding-bottom: 8rem;
}

.rl-text-style-medium-5 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout239_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout239_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout239_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

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

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_layout239 {
  background-color: var(--relume-library-lite--rl-white);
  background-image: linear-gradient(to bottom, var(--opacwhite), var(--opacwhite)), url('../images/airline-2805584_1280.jpeg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top: 1px solid #000;
}

.rl_section_features4 {
  background-color: var(--mitr-navy);
  margin-top: -4rem;
}

.rl_section-footermitr {
  background-color: var(--black);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
  display: block;
  position: relative;
  overflow: hidden;
}

.rl_section-footermitr.grid {
  z-index: -1;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rl_section-footermitr.bo-bottom-padding {
  padding-bottom: 0;
}

.rl_section-footermitr.divider {
  background-color: var(--alice-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.rl_section-footermitr.full-screen.background-image-side {
  background-color: var(--alice-blue);
  background-image: url('../images/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rl_section-footermitr.full-screen.stretch {
  align-items: stretch;
}

.rl_section-footermitr.light-blue {
  background-color: var(--096ad0);
  border-style: none;
}

.rl_section-footermitr.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
}

.rl_section-footermitr.wider-padding.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.rl_section-footermitr.wider-padding.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.rl_section-footermitr.wider-padding.map {
  background-position: 50%;
  padding-top: 240px;
  padding-bottom: 240px;
}

.rl_section-footermitr.light-blue {
  background-color: #096ad014;
}

.rl_section-footermitr.blue {
  color: #096ad0;
  background-color: #096ad0;
}

.rl_section-footermitr.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

.rl_section-footermitr.background-image.bg-tile-1 {
  background-image: linear-gradient(to bottom, var(--white), #ffffff38 37%), url('../images/labor-day-composition-with-hand-drawn-tools.jpg');
  background-position: 0 0, 50% 100%;
  min-height: 400px;
  padding-top: 140px;
  padding-bottom: 100px;
}

.rl_section-footermitr.half-screen-background-image {
  background-image: url('../images/169---big.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 50%;
}

.rl_section-footermitr.half-screen-background-image.right {
  background-position: 100%;
}

.rl_section-footermitr.half-screen-background-image.right.bg-illus-engineers-team-discussing-issues {
  background-image: url('../images/engineers-team-discussing-issues-at-construction-site.jpg');
  padding-bottom: 100px;
}

.rl_section-footermitr.half-screen-background-image.bg-illus-construction-team {
  background-image: linear-gradient(210deg, #fff, #fff0), linear-gradient(#096ad029, #096ad029), url('../images/6541-s-logistic-workers-carrying-boxes-with-loaders.jpg');
  background-position: 0 0, 0 0, 0 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-bottom: 100px;
}

.rl_section-footermitr.black {
  background-color: var(--midnight-blue);
}

.rl_section-footermitr.black._80vh {
  flex-direction: column;
  min-height: 600px;
  display: flex;
}

.rl_section-footermitr.black._80vh.bg-image01 {
  background-color: #f0f0f0;
  background-image: linear-gradient(184deg, #fffffffa, #fff0), url('../images/Masked-energy-industry-banners.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 120vw;
}

.rl_section-footermitr.black._80vh.bg-image02 {
  background-color: #ced6dd;
  background-image: linear-gradient(#e0e0e0, #0000 45%), url('../images/219set-plumbing-services-professional-plumber-man-with-tool-case-plunger-repair-tools2x.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  min-height: 640px;
}

.rl_section-footermitr.black._80vh.bg-image03 {
  background-image: url('../images/bg-plumber-characters-pipe-system-background2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px;
  padding-bottom: 80px;
}

.rl_section-footermitr.black._80vh.bg-image04 {
  background-color: #cfe2ef;
  background-image: url('../images/bg-construction-team-working-site2x.jpg');
  background-position: 50% 200%;
  background-repeat: no-repeat;
  background-size: 1600px;
  min-height: 560px;
}

.rl_section-footermitr.black._80vh.bg-image05 {
  background-color: #fff;
  background-image: url('../images/flip-contact-us-landing-page2x.jpg');
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: 720px;
  min-height: 480px;
  padding-bottom: 60px;
}

.rl_section-footermitr.black._80vh.bg-image06 {
  filter: brightness(165%);
  background-image: url('../images/How-to-Shipping2x.jpg');
  background-position: 80% 150%;
  background-repeat: repeat-x;
  background-size: 2000px;
  min-height: 480px;
  padding-bottom: 80px;
}

.rl_section-footermitr.black._80vh.bg-image07 {
  background-color: #0862c0;
  background-image: linear-gradient(#0862c0 15%, #0000), url('../images/repairing--illustration-22x.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
  min-height: 480px;
  padding-bottom: 80px;
}

.rl_section-footermitr.black._80vh.cta-contact {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/flip-contact-us-landing-page2x.jpg');
  background-position: 0 0, 80% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  min-height: 400px;
}

.rl_section-footermitr.black._80vh.bg-image08 {
  background-color: #dbebe8;
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/Filltheform.jpg');
  background-position: 0 0, 80% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 640px;
  min-height: 560px;
}

.rl_section-footermitr.black.legos {
  padding-top: 138px;
  padding-bottom: 0;
  overflow: visible;
}

.rl_section-footermitr.page-header {
  max-height: 480px;
  padding-top: 140px;
  padding-bottom: 80px;
}

.rl_section-footermitr.page-header.image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 160px;
}

.rl_section-footermitr.page-header.image-small {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-size: cover;
  margin-top: 60px;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.rl_section-footermitr.page-header.image-small.img-bg-product01 {
  color: var(--white);
  background-image: url('../images/Pipe-bg.jpg'), url('../images/cinematic---big.svg');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-bottom: 60px;
}

.rl_section-footermitr.page-header.image-small.img-bg-product02 {
  color: var(--white);
  background-image: url('../images/overview-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  padding-bottom: 60px;
}

.rl_section-footermitr.page-header.blog-image-small {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 80vh;
  max-height: 560px;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.rl_section-footermitr.page-header.blog-image-small.img-bg-product01 {
  color: var(--white);
  background-image: url('../images/Pipe-bg.jpg'), url('../images/cinematic---big.svg');
  background-position: 0 0, 50%;
  background-repeat: no-repeat, repeat;
  background-size: cover, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  padding-bottom: 60px;
}

.rl_section-footermitr.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.rl_section-footermitr.top-divider {
  border-top: 1px solid var(--alice-blue);
}

.rl_section-footermitr.pale-blue {
  background-color: var(--096ad0);
}

.rl_section-footermitr.pale-blue.layer-overlap {
  z-index: 111;
  overflow: visible;
}

.rl_section-footermitr.map {
  background-image: url('../images/map.svg');
  background-size: cover;
}

.rl_section-footermitr.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.rl_section-footermitr.cta-wrapper {
  background-image: url('../images/Pipe-bg.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}

.rl_section-footermitr.cta-wrapper.dark-overlay {
  background-image: linear-gradient(#031e6dc2, #031e6dc2), url('../images/Pipe-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.rl_section-footermitr.left-screen {
  padding-top: 160px;
  padding-bottom: 160px;
}

.rl_section-footermitr.left-screen.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.rl_section-footermitr.left-screen.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.rl_section-footermitr.left-screen.map {
  background-position: 50%;
  flex: 1;
  min-height: 400px;
  padding-top: 240px;
  padding-bottom: 240px;
}

.rl_section-footermitr.right-screen {
  flex: none;
  width: 50%;
  padding-top: 160px;
  padding-bottom: 160px;
}

.rl_section-footermitr.right-screen.background-image {
  background-image: url('../images/cinematic---big.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}

.rl_section-footermitr.right-screen.border {
  border-top: 1px solid var(--096ad0);
  border-bottom: 1px solid var(--096ad0);
}

.rl_section-footermitr.right-screen.map {
  background-position: 50%;
  flex: 1;
  min-height: 400px;
  padding-top: 240px;
  padding-bottom: 240px;
}

.rl_section-footermitr.right-screen.ocean-blue {
  background-image: linear-gradient(to bottom, var(--steel-blue-61), var(--steel-blue-61));
}

.rl_section-footermitr.d-flex--vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_footer3_legal-link {
  color: var(--opacwhite);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer3_credit-text {
  text-align: right;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.rl_footer3_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
  position: relative;
}

.rl_footer3_line-divider {
  background-color: var(--opacwhite);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 5% 30% auto;
}

.rl_footer3_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer3_link {
  color: var(--relume-library-lite--rl-white);
  cursor: pointer;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

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

.rl_footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.rl_footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.rl-social-icon {
  color: var(--opacwhite);
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer3_social-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: start;
  display: grid;
}

.rl_footer3_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_text {
  color: var(--mitr-brand-red);
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.5;
}

.rl_footer3_text.is-text-mitr {
  color: var(--firebrick);
}

.rl_footer3_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer3_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
}

.rl_footer3_left-wrapper {
  z-index: 111;
}

.rl_footer3_left-wrapper.text-align-center {
  margin-right: 4rem;
}

.rl_footer3_top-wrapper {
  z-index: 222;
  grid-column-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.rl_footer3_component {
  z-index: 999;
  background-color: var(--black);
  background-image: linear-gradient(to bottom, var(--opacityblack), var(--opacityblack)), url('../images/mask-footer-no-water.jpg');
  color: var(--opacwhite);
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 70dvh;
  min-height: 640px;
  display: flex;
  position: relative;
}

.overlayed-effect_glass-block {
  z-index: 0;
  border: 1px solid var(--subtlewhite);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 20px;
  width: 30vw;
  min-width: 360px;
  margin-top: -40px;
  margin-left: 20px;
  position: absolute;
  inset: 0% auto 0% 0;
}

.rl_features-color_card-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-between;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.rl_features-color_card-content-top {
  flex-flow: wrap;
  display: flex;
}

.rl_features-color_card-content-top.standard {
  padding-left: 40px;
  padding-right: 40px;
}

.rl_features-color_cardcontent-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.rl_section_features3-transparent {
  background-color: var(--relume-library-lite--rl-white);
  background-image: linear-gradient(180deg, var(--black) 17%, var(--subtlewhite));
  color: var(--white);
}

.rl_header1_image-copy {
  filter: brightness(145%);
  object-fit: cover;
  max-width: 80vw;
}

.overlayed-effect_red-hue {
  z-index: 0;
  border: 1px solid var(--subtlewhite);
  opacity: 1;
  mix-blend-mode: hue;
  background-color: #721b00a6;
  border-radius: 20px;
  margin-top: -40px;
  position: absolute;
  inset: 0%;
}

.overlayed-effect_vignette-dark {
  z-index: 0;
  border: 1px solid var(--subtlewhite);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--shadow), black);
  border-radius: 20px;
  margin-top: -40px;
  position: absolute;
  inset: 0%;
}

.rl_product2_component {
  grid-column-gap: 12rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.rl_product2_heading-wrapper {
  color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 40rem;
  height: 100%;
  display: flex;
}

.rl_product2_list-group {
  list-style-type: square;
}

.rl_features4_card {
  box-shadow: 0 2px 0 1px var(--subtlewhite);
  flex-direction: column;
  padding: 4rem 2rem;
  display: flex;
}

.rl_features4_card-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-between;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.rl_features4_card-content-top {
  flex-flow: wrap;
  display: flex;
}

.rl_features4_column {
  z-index: 222;
  border-right: 1px solid var(--subtlewhite);
  background-color: var(--subtlewhite);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: none;
  border-radius: 14px;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.rl_section_full-bg-header {
  background-image: linear-gradient(to bottom, var(--mitr-screen-blue), var(--mitr-screen-blue)), linear-gradient(180deg, var(--black), #0000), url('../images/MITS-695.jpg');
  color: var(--opacwhite);
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-flow: column;
  min-height: 50vh;
  padding-top: 15vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.rl_section_full-bg-header.is-bg-3tssp {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.rl_section_full-bg-header.is-green {
  background-image: linear-gradient(180deg, #fff0, black), linear-gradient(to bottom, #2b848273, #2b848273), linear-gradient(180deg, var(--black), #0000 39%), linear-gradient(180deg, #0000000f, #00000075), url('../images/Group-262.png');
  background-position: 0 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto, cover;
  padding-top: 5vh;
}

.rl_section_full-bg-header.is-bg-yellow {
  background-image: linear-gradient(180deg, var(--black), #0000), url('../images/mask-process-yellow-steel_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.rl_section_full-bg-header.is-bg-yellow-copy {
  background-image: linear-gradient(180deg, var(--black), #0000), linear-gradient(180deg, #0000000f, #00000075), url('../images/Company-Profile-1920-–A4-–-5.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.rl_section_full-bg-header.is-sticky-inside {
  background-image: linear-gradient(180deg, var(--black), var(--opacityblack) 22%, #0000), linear-gradient(180deg, #0000000f, #00000075), linear-gradient(180deg, #fff0, var(--opacityblack) 91%, var(--black)), url('../images/A1F35915-8F10-4E12-824E-DC1CE18FD0C6_1_201_a.jpeg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
}

.rl_section_full-bg-header.is-sticky-inside.is-bg2 {
  background-image: linear-gradient(180deg, var(--black), var(--opacityblack) 22%, #0000), linear-gradient(180deg, #0000000f, #00000075), linear-gradient(180deg, #fff0, var(--opacityblack) 91%, var(--black)), url('../images/red-process-hot-melt-steel62946624_m.jpg');
}

.rl_section_full-bg-header.is-sticky-inside.is-bg3 {
  background-image: linear-gradient(180deg, var(--black), var(--opacityblack) 22%, #0000), linear-gradient(180deg, #0000000f, #00000075), linear-gradient(180deg, #fff0, var(--opacityblack) 91%, var(--black)), url('../images/PXBarchitecture-2287327_1920.jpg');
}

.rl_section_full-bg-header.is-sticky-inside.is-nobg {
  background-color: var(--midnight-blue-2);
  background-image: linear-gradient(180deg, var(--black), var(--opacityblack) 22%, #0000), linear-gradient(180deg, #0000000f, #00000075), linear-gradient(180deg, #fff0, var(--opacityblack) 91%, var(--black));
}

.rl_section_full-bg-header.is-sticky-inside.is-bg1 {
  background-image: linear-gradient(180deg, #0000000f, #00000075), linear-gradient(180deg, #fff0, var(--opacityblack) 91%, var(--black)), url('../images/A1F35915-8F10-4E12-824E-DC1CE18FD0C6_1_201_a.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.rl_section_grid6-bg-overlap {
  background-color: var(--black);
}

.rl_global_spacing-block-small2r {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_layout-fullbg_contentt {
  max-width: 50vw;
  height: 100%;
  min-height: 50vh;
  margin-left: 20px;
  padding-right: 140px;
}

.rl_layout-fullbg_contentt.is-sticky {
  max-width: 30vw;
  position: sticky;
  top: 50px;
}

.rl_layout-fullbg_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

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

.sidemenu_column {
  z-index: 111;
  border-style: none solid;
  border-right-width: .25px;
  border-right-color: var(--subtlewhite);
  border-left-width: .05px;
  border-left-color: var(--subtlewhite);
  background-image: linear-gradient(#f6f6f6, #f6f6f6);
  min-width: 17vw;
  padding: 4rem 10px 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sidemenu_column.bg-color2 {
  background-image: linear-gradient(#ff4c57, #ff4c57);
}

.sidemenu_column.bg-color3 {
  background-image: linear-gradient(#262626, #262626);
}

.sidemenu_column.bg-color4 {
  background-image: linear-gradient(#0e0c2a, #0e0c2a);
}

.sidemenu_column.bg-color1 {
  z-index: 333;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080);
  display: none;
  position: fixed;
}

.sidemenu_card-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-between;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.rl_sidemenu_card-content-top {
  flex-flow: wrap;
  display: flex;
}

.rl_sidemenu_cardcontent-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  min-width: 100%;
  display: flex;
}

.rl-textthai-style-h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.rl-textthai-style-h5.is-mitr {
  color: var(--mitr-brand-red);
  font-size: 1.25rem;
}

.rl-textthai-style-h5.is-red {
  color: var(--mitr-brand-red);
  line-height: 1.25;
}

.rl-textthai-style-h5.is-alternative {
  color: var(--opacwhite);
}

.rl_navbar-side_link {
  text-transform: uppercase;
  min-width: 100%;
  padding: 1rem 0;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.rl_navbar-side_link.is-submenu {
  padding-left: 1rem;
  font-size: .65rem;
  font-weight: 500;
  line-height: 1.1rem;
}

.rl_logo1_bw {
  mix-blend-mode: luminosity;
  max-height: 3.5rem;
}

.rl_logo1_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.rl_logo1_logo-list.is-col {
  flex-flow: column;
  min-height: 480px;
}

.rl_logo1_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-heading-style-h6-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_logo1_heading-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.rl_logo1_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_logo1 {
  background-color: var(--relume-library-lite--rl-white);
  color: var(--black);
  border-bottom: 1px solid #000;
}

.rl_section_logo1.is-beigebg {
  background-color: var(--beige-neutral);
}

.rl_section_logo1.is-hide-desktop {
  display: none;
}

.rl-error-text-2 {
  color: #e23939;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text-2 {
  font-weight: 600;
}

.rl-success-message-2 {
  background-color: var(--mitr-navy);
  border-radius: 80px;
  margin-top: 100px;
  padding: 1.5rem;
}

.rl-button-3 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-text-style-link-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-checkbox-label-small {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-checkbox-icon {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  width: 1.5rem;
  min-width: 1.125rem;
  height: 1.5rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-form-text-area {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--opacwhite);
  border-radius: 16px;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite--rl-black);
}

.rl-field-label {
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.rl_contact6_form-field-wrapper {
  position: relative;
}

.rl_contact6_spacing-block-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-radio-label {
  color: var(--relume-library-lite--rl-black);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-radio-icon {
  border: 1px solid var(--relume-library-lite--rl-black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  background-image: none;
}

.rl-form-radio-icon.w--redirected-focus {
  border-color: var(--relume-library-lite--rl-black);
  box-shadow: none;
  margin-top: 0;
}

.rl-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.rl-form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-select-input {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--opacwhite);
  color: var(--relume-library-lite--rl-black);
  background-image: none;
  border-radius: 16px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.rl-form-select-input::placeholder {
  color: #0009;
}

.rl-form-input-2 {
  border: 1px solid var(--relume-library-lite--rl-white);
  background-color: var(--opacwhite);
  color: var(--relume-library-lite--rl-black);
  border-radius: 20px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.rl-form-input-2:focus {
  border-color: var(--relume-library-lite--rl-black);
}

.rl-form-input-2::placeholder {
  color: var(--relume-library-lite--rl-black);
  font-size: 1rem;
}

.rl_contact6_form-field-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.rl_contact6_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-right: 140px;
}

.rl-text-style-regular-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_icon {
  color: var(--subtlewhite);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_contact6_icon-wrapper {
  color: var(--relume-library-lite--rl-black);
  flex: none;
  align-self: flex-start;
}

.rl_contact6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_contact6_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_contact6_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-6 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_content6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl-padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_section_contact6 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_global_spacing-block-meduim4r {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_gallery-darkbg_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.rl_gallery-darkbg_masonry-grid {
  column-count: 3;
  column-gap: 2rem;
  width: 100%;
}

.rl_gallery-darkbg_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery-darkbg_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery-darkbg_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_gallery-darkbg_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_section_gallery10 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_line-divider-vertical {
  background-color: var(--opacwhite);
  opacity: .4;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 33.33%;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.image-10 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 65% 50%;
  width: auto;
}

.rl_features1-3_column {
  border-right: 1px solid var(--subtlewhite);
  background-color: var(--subtlewhite);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding-top: 4rem;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.rl_footer3_spacing-block-line-divider {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_gallery7_image {
  box-shadow: none;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.rl_gallery7_image:hover {
  transform: translate(0, -3px);
}

.rl_gallery7_image.is-left {
  filter: saturate(80%) blur(1px);
  object-position: 0% 100%;
}

.rl_gallery7_image-wrapper {
  width: 100%;
  margin-top: 10px;
  padding-top: 56.25%;
  position: relative;
}

.rl_gallery7_lightbox-link {
  cursor: default;
  width: 100%;
}

.rl_gallery7_image-wrapper-large {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.rl_gallery_gallery-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.rl_gallery7_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery7_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery7_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery2col-dark-bg {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, black, var(--shadow) 65%, #0000 104%);
  color: var(--white);
}

.rl_fullwidth-lightbox_image {
  filter: brightness(110%);
  object-fit: cover;
}

.rl_fullwidth-lightbox_bg-dark {
  color: var(--opacwhite);
  background-image: radial-gradient(circle at 0 0, #000000a8, #000 68%);
  justify-content: center;
  align-items: stretch;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.re_section_fullwidth {
  text-align: center;
  width: 100vw;
}

.rl_fullwidth_image-wrapper {
  object-fit: fill;
  display: flex;
}

.rl_layout1_image {
  border: .25px solid var(--opacwhite);
  box-shadow: none;
  border-radius: 16px;
}

.rl-button-link-icon-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary-3 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-8 {
  color: var(--opacwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-8.text-lineheight-xxxtall {
  color: var(--relume-library-lite--rl-black);
}

.rl_layout1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-7 {
  color: var(--mitr-brand-red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_section_layout1 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_section_layout1.is-dark-bg {
  background-color: var(--relume-library-lite--rl-black);
  color: var(--white);
}

.rl_section_layout1.is-bg-img1 {
  background-image: linear-gradient(#fff0, #fff), linear-gradient(#fff, #fff0), url('../images/airline-2805584_1280.jpeg');
  background-position: 0 0, 0 0, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.rl_layout1_grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.rl_fullheight_image-wrapper {
  box-shadow: none;
  border-radius: 16px;
  height: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.rl_layout11_image {
  border: 1px solid var(--opacwhite);
  object-fit: cover;
}

.rl_logo1_color, .logo2_logo {
  max-height: 4.5rem;
}

.logo2_logo-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.logo2_logo-list.is-square {
  grid-column-gap: 1rem;
  grid-row-gap: 6rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.rl-heading-style-h6-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.logo2_content-left {
  max-width: 18rem;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: baseline;
  display: block;
}

.rl-padding-section-medium-3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.section_logo2 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_gallery-gridfulh-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1rem;
  display: grid;
}

.rl_gallery-1colstack-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.rl_1colstack-image {
  border: 1px solid var(--opacwhite);
  box-shadow: none;
  object-fit: cover;
  border-radius: 16px;
  height: 50vh;
  display: block;
}

.text-lineheight-xxxtall {
  line-height: 3em;
}

.logo6_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: baseline;
  padding-left: 220px;
  padding-right: 220px;
  display: block;
}

.header_grid5-effect-overlay-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.rl_layoutpolicy_heading-wrapper2 {
  text-align: center;
  width: 100%;
  max-width: 40rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.rl-section-overlap {
  margin-top: -3rem;
  margin-bottom: -2rem;
}

.rl_header44_component-copy {
  width: 100%;
  max-width: 55rem;
  margin-left: 40px;
  padding-top: 8rem;
  padding-bottom: 4rem;
  padding-right: 0;
}

.rl-component-overlap {
  justify-content: center;
  margin-top: -3rem;
  display: flex;
}

.flex-block {
  margin-left: -4px;
  margin-right: -4px;
}

.rl-short-paragraph.text-white {
  color: var(--opacwhite);
  font-family: K2D;
  font-weight: 300;
}

.rl_section_features3-dark {
  background-color: var(--relume-library-lite--rl-black);
  color: var(--white);
}

.mitr-standard-lmage {
  color: var(--yellow);
  align-self: flex-start;
  min-height: 90px;
  max-height: 90px;
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 2rem;
}

.mitr-standard-lmage.small {
  margin-bottom: 20px;
}

.mitr-standard-lmage.align-left {
  text-align: left;
}

.mitr-standard-lmage.logo-group {
  min-height: 60px;
  max-height: 60px;
  margin-bottom: 80px;
}

.rl_features3_center-overlap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-2 {
  background-color: var(--relume-library-lite--rl-black);
}

.checkbox-field {
  color: var(--opacwhite);
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.rl_form_component {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, var(--opacityblack), var(--opacityblack)), url('../images/S__66199576_0.jpeg');
  color: var(--opacwhite);
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.google-map {
  background-image: url('../images/map.svg');
  background-position: 0 0;
  background-size: auto;
  flex: 0 100%;
}

.rl_layout-form_componentt {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.bg-for-logo {
  background-color: var(--relume-library-lite--rl-white);
  max-height: 100px;
  margin-bottom: 40px;
  overflow: clip;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: center;
  padding: 40px 100px 60px;
}

.udesly-code-snippet {
  display: none;
}

.udesly-current-year {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 1rem;
}

.udesly-date-block {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
}

.flex-block-3 {
  align-items: baseline;
}

.u-year-component-wrapper {
  align-items: flex-end;
}

.rl_section_header6 {
  color: var(--opacwhite);
  background-image: linear-gradient(#fff0 72%, #000), linear-gradient(#00000080, #00000080), url('../images/PXBmodern-architecture-100973_960_720.jpg');
  background-position: 0 0, 0 0, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 65vh;
  padding-top: 15vh;
  padding-bottom: 5vh;
  position: relative;
}

.rl_section_header7 {
  color: var(--opacwhite);
  background-image: linear-gradient(#fff0 29%, #000), linear-gradient(#00000080, #00000080), url('../images/PXBarchitecture-2287327_1920.jpg');
  background-position: 0 0, 0 0, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 90vh;
  padding-top: 15vh;
  padding-bottom: 5vh;
  position: relative;
}

.rl_section_header8 {
  color: var(--opacwhite);
  background-image: linear-gradient(#fff0 29%, #000), linear-gradient(#00000080, #00000080), url('../images/Mitrsteel-cover.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 90vh;
  max-height: 90vh;
  padding-top: 15vh;
  padding-bottom: 5vh;
  position: relative;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

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

.rl-container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-7 {
  padding-left: 5%;
  padding-right: 5%;
}

.global-styles-2 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.rl_section_header9 {
  color: var(--opacwhite);
  background-image: linear-gradient(#fff0 72%, #000), linear-gradient(#00000080, #00000080), url('../images/MITS-442.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  min-height: 90vh;
  padding-top: 15vh;
  padding-bottom: 5vh;
  position: relative;
}

.rl_layout-fullbg_stickycomponent {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

.mitr-sidebar-left-33 {
  z-index: 11;
  object-fit: fill;
  width: 33.3333%;
  height: 99vh;
  padding-top: 60px;
  padding-left: 8%;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  position: sticky;
  top: 60px;
  box-shadow: 3px 0 4px -3px #0003;
}

.mitr-sidebar-left-33.is-flex-align-right {
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.mitr-sidebar-left-33.is-flex-align-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.mitr-content-right-66 {
  flex: 0 auto;
  width: 66.666%;
  padding-left: 5%;
  padding-right: 10%;
  overflow: hidden;
}

.mitr-content-right-66.is-home-gallery {
  padding-right: 8%;
}

.mitr__section--sticky-parent {
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.home-header_flex-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-header_wordmark-wrapper {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.home-header_bg-image-wrapper {
  z-index: 0;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heome-header_padding {
  flex: 1;
}

.section_home-header {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.section_home-header.webkit-fill {
  z-index: 996;
  background-color: var(--black);
  justify-content: center;
  position: relative;
}

.home-header_wordmark-svg {
  width: 60vw;
  height: 100%;
}

.home-header_wordmark-svg.is-black {
  color: #000;
}

.home-header_bg-image {
  filter: contrast(99%);
  object-fit: scale-down;
  object-position: 50% 100%;
  min-width: 100%;
  min-height: 120%;
}

.nav_left {
  grid-column-gap: 1.75rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

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

.nav_middle {
  color: #000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8%;
  display: flex;
}

.nav_component-monday {
  z-index: 995;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000;
  height: 4.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: none;
  position: sticky;
  top: 0;
}

.nav_right {
  grid-column-gap: 1.75rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  font-weight: 700;
  display: flex;
}

.nav_padding-section {
  padding-top: 1.5em;
  padding-bottom: .75em;
}

.section_views {
  z-index: 1;
  color: #fff;
  background-color: #000;
  display: none;
  position: relative;
}

.views_flex-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.views_text-wrapper {
  z-index: 22;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  margin-top: -45vh;
  padding-top: 50vh;
  display: flex;
  position: sticky;
  top: 0;
}

.views_gradient-overlay {
  z-index: 999;
  opacity: .75;
  background-image: linear-gradient(#000 2%, #fff0 65%, #000 103%);
  position: absolute;
  inset: 0%;
}

.heading-style-apple {
  background-image: linear-gradient(80deg, var(--apple-text-glow), #0000);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.heading-style-apple.is-views {
  background-image: linear-gradient(80deg, var(--apple-text-glow), var(--white));
  text-align: left;
  border-bottom: 1px solid #d6d6d66e;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 2.5rem;
  line-height: .75;
}

.heading-style-apple.is-right-title {
  background-image: linear-gradient(80deg, var(--apple-text-glow), #fdc9ae36);
  margin-top: 100px;
  padding-left: 40px;
  font-family: IBM Plex Sans Thai, sans-serif;
}

.heading-style-apple.is-thai {
  background-image: linear-gradient(164deg, var(--opacwhite), #5757573b 100%, #0000);
  padding-left: 40px;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 2rem;
}

.views_grid {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-top: 50vh;
  position: relative;
}

.views_image {
  filter: grayscale(30%);
}

.header_effect-grid-wrapper {
  z-index: 666;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.header_col-grideffect {
  z-index: 111;
  border-right: 1px solid var(--subtlewhite);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.header_col-grideffect.is-last {
  border-right-style: none;
}

.text-style-tagline {
  font-weight: 600;
}

.rl_layout-sticky-right_content {
  max-width: 50vw;
  height: 100%;
  min-height: 50vh;
  margin-left: 20px;
  padding-right: 40px;
}

.rl_layout-sticky-right_content.is-sticky {
  max-width: 30vw;
  position: sticky;
  top: 50px;
}

.rl_section_features3-darkbg {
  background-color: var(--relume-library-lite--rl-white);
  background-image: linear-gradient(180deg, var(--black) 17%, var(--subtlewhite));
  color: var(--white);
}

.rl_features3_componentdark {
  z-index: 222;
  background-color: var(--subtlewhite);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(135deg, #fff0, #ffffff8c);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
  display: flex;
  position: relative;
}

.views_gradienttop-overlay {
  z-index: 999;
  background-image: linear-gradient(#000 23%, #fff0 65%, #0000 103%);
  display: block;
  position: absolute;
  inset: 0%;
}

.rl_header1_image-product {
  filter: brightness(145%);
  object-fit: contain;
  object-position: 50% 100%;
}

.rl_header1_image-wrapperf {
  object-fit: fill;
  display: flex;
}

.nav-menu-3 {
  background-color: var(--opacwhite);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 33.33%;
  height: 100vh;
  padding-top: 220px;
}

.nav-link-side {
  padding-left: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}

.nav-link-side:hover {
  box-shadow: 0 2px 5px #0003;
}

.z-index-9999 {
  z-index: 9999;
  position: relative;
}

.z-index-9999.w--open {
  background-color: #c8c8c800;
}

.navbar-3 {
  background-color: var(--black);
  position: sticky;
  top: 0;
}

.div-center {
  text-align: center;
  flex-flow: column wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.paragraph {
  color: #ffffff8c;
  text-align: center;
  margin-top: 10px;
  margin-bottom: auto;
  font-family: IBM Plex Sans Thai Looped, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.paragraph.cta-home {
  color: #ffffffbf;
  margin-bottom: 15px;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-weight: 400;
}

.image-bg-container {
  background-image: linear-gradient(269deg, #0000, #ececec 82%), url('../images/17388798_ml---Copy.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  align-self: stretch;
  height: 55vh;
}

.image-bg-container.graph-bg {
  background-image: linear-gradient(#0000, #000000a6), url('../images/maskgroup12.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  height: 200px;
  padding-top: 20px;
  display: flex;
}

.image-bg-container.structural {
  opacity: .58;
  background-image: linear-gradient(261deg, #0000 38%, #ececec 95%), url('../images/44738616_ml.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image-bg-container.structural.h-beam {
  background-image: linear-gradient(261deg, #0000 38%, #ececec 95%), url('../images/44129478-Steel-Structure-with-Blue-Sky-Background-Stock-Photo-steel-building-construction.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, 650px;
}

.image-bg-container.structural.cut {
  background-image: linear-gradient(261deg, #0000 38%, #ececec 95%), url('../images/48245975_ml.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, 750px;
}

.image-bg-container.structural.cut.angle {
  filter: grayscale(46%);
  background-image: linear-gradient(261deg, #0000 43%, #ececec 95%), url('../images/13305767_ml.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, 839px;
}

.image-bg-container.structural.wideflange {
  background-position: 0 0, 0 100%;
  background-size: auto, 650px;
}

.image-bg-container.square {
  background-image: linear-gradient(269deg, #0000, #ececec 82%), url('../images/Square-Pipe-imag.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
}

.image-bg-container.round-pipe {
  background-image: linear-gradient(269deg, #0000 16%, #ececec 82%), url('../images/MITR14113762_ml.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-bg-container.fitting {
  background-image: linear-gradient(269deg, #0000, #ececec 95%), url('../images/26569136_m.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.image-bg-container.flat-bar {
  background-image: linear-gradient(269deg, #0000, #ececec 82%), url('../images/App-Screen-Mockup2.png');
  background-position: 0 0, 0;
  background-size: auto, 750px;
}

.image-bg-container.roundbar {
  background-image: linear-gradient(269deg, #0000, #ececec 82%), url('../images/Roundbar28137188_ml.jpeg');
  background-size: auto, cover;
}

.image-bg-container.lip-channel {
  background-image: linear-gradient(269deg, #0000, #ececec 82%), url('../images/135625361.jpg');
}

.image-bg-container.lip-channel.channel {
  filter: grayscale();
  background-image: linear-gradient(269deg, #0000, #ececec 82%), url('../images/13305767_ml.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.image-bg-container.plate {
  background-image: linear-gradient(269deg, #0000 33%, #ececec 81%), url('../images/BG-grey1-1600x900.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
}

.image-bg-container.checkered-plate {
  filter: grayscale(52%);
  background-image: linear-gradient(269deg, #0000, #ececec 82%), url('../images/metal-shelf-338882_1920.jpg');
  background-size: auto, cover;
}

.image-bg-container.deformedbar {
  background-image: linear-gradient(269deg, #0000 19%, #ececec 94%), url('../images/29877310_ml.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-bg-container.rectangular {
  background-image: linear-gradient(269deg, #0000 17%, #ecececc9 62%, #ececec), url('../images/54929956_m.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-bg-container.underground {
  background-image: linear-gradient(269deg, #0000, #ececec), url('../images/Underground.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
}

.image-bg-container.sleeve {
  background-image: linear-gradient(269deg, #0000 32%, #ececec 70%), url('../images/Sleeve.jpg');
  background-position: 0 0, -20% 79%;
  background-size: auto, 488px;
}

.image-bg-container.aboveground {
  background-image: linear-gradient(269deg, #0000 33%, #ececec 83%), url('../images/AOTprojectWatersupply.jpg');
  background-position: 0 0, 39px 100%;
}

.dark-bg-section {
  background-color: #000;
}

.ctalink {
  color: #ffffffe6;
  letter-spacing: .6px;
  text-transform: uppercase;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  font-family: Kanit, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.ctalink:hover {
  color: #fff;
}

.ctalink.w--current {
  opacity: 1;
  color: #fff;
}

.section-heading {
  text-align: center;
  font-family: Kanit, sans-serif;
}

.section-heading.red {
  color: #d32f2f;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: center;
  margin-top: 30px;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.section-heading.left {
  text-align: left;
  flex: 0 0 100px;
  margin-left: 4%;
  margin-right: 4%;
  font-size: 16px;
  font-weight: 400;
}

.section-heading.left.standard-desciption {
  flex: 1;
}

.section-heading.red {
  color: #d32f2f;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: center;
  margin-top: 30px;
  font-family: Kanit, sans-serif;
  font-size: 26px;
}

.section-heading.standard-list {
  color: #d32f2f;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: center;
  margin-top: 30px;
  font-family: Kanit, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.rl_navbar3_menu-background {
  display: none;
  position: static;
}

.rl_navbar3_button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--mitr-brand-red);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  border-radius: 20px;
  padding: .5rem 1.25rem;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.rl_navbar3_logo {
  filter: contrast(200%);
  min-width: 150px;
}

.rl_navbar3_logo-link {
  padding-left: 0;
}

.rl_navbar3_tablet-menu-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.rl_navbar3_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar3_dropdown-link.w--current {
  color: #000;
}

.rl_navbar3_dropdown-list.w--open {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000c9;
  border: 1px solid #000;
  border-radius: 12px;
  margin-top: 20px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
}

.rl-dropdown-icon-2 {
  color: var(--mitr-brand-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar3_dropdown-toggle {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  padding: .5rem 2.25rem .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

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

.rl_navbar3_link {
  color: var(--mitr-brand-red);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

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

.rl_navbar3_link.w--current {
  color: #000;
}

.rl_navbar3_link.is-dropdown {
  border-bottom: 1px solid var(--subtlewhite);
  min-width: 320px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.rl_navbar3_link.is-dropdown:hover {
  color: var(--firebrick);
}

.rl_navbar3_link.is-dropdown.w--current {
  color: var(--apple-text-glow);
}

.rl_navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.rl_navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.rl_navbar3_menu-button {
  padding: 0;
}

.rl_navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 80%;
  max-width: 986px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rl_navbar3_component {
  border-bottom: 1px solid var(--subtlewhite);
  -webkit-backdrop-filter: brightness(55%) blur(5px);
  backdrop-filter: brightness(55%) blur(5px);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.rl_navbar3_component.is-top {
  background-color: var(--096ad0);
  -webkit-backdrop-filter: brightness(36%) blur(5px);
  backdrop-filter: brightness(36%) blur(5px);
  position: fixed;
  inset: 0% 0% auto;
}

.rl_navbar3_component.is-top-small {
  background-color: var(--096ad0);
  -webkit-backdrop-filter: brightness(36%) blur(5px);
  backdrop-filter: brightness(36%) blur(5px);
  padding-left: 2.5%;
  position: fixed;
  inset: 0% 0% auto;
}

.rl_navbar3_component.is-middle-small {
  padding-left: 2.5%;
}

.rl_navbar3_link-inlinetext {
  color: var(--mitr-brand-red);
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar3_link-inlinetext.w--current {
  color: #000;
}

.rl_navbar3_link-inlinetext.toggle-local {
  color: var(--opacwhite);
  padding: 20px 5px;
  font-size: .75rem;
  text-decoration: underline;
}

.rl_navbar3_link-inlinetext.toggle-local-small {
  color: var(--opacwhite);
  padding: 20px 20px 20px 10px;
  font-size: .75rem;
  text-decoration: underline;
}

.div-block-54 {
  background-color: #000;
}

.section_gallery2col-bg {
  background-color: var(--relume-library-lite--rl-gray);
}

.section_darkbeige-bg {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#112f49e3, #112f49e3), url('../images/44738616_ml.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.icon-embed-medium {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.flex-block-4 {
  justify-content: center;
  align-items: center;
}

.contact_value-card-image {
  aspect-ratio: 16 / 9;
  mix-blend-mode: luminosity;
  min-height: 240px;
  margin-top: 20px;
}

.contact_info-left {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 140px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.mitr_icon-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
}

.rl_features_transparent-card {
  color: var(--opacwhite);
  border-radius: 16px;
  flex-direction: column;
  margin-left: -20px;
  margin-right: -20px;
  padding: 4rem 2rem;
  transition: all .2s;
  display: flex;
}

.rl_features_transparent-card:hover {
  transform: translate(0, -10px);
}

.mitr-icon-logo {
  align-self: flex-start;
  width: 64px;
  margin-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 2rem;
}

.mitr-icon-logo.small {
  margin-bottom: 20px;
}

.mitr-icon-logo.align-left {
  text-align: left;
}

.rl_layout-fullbg_contentt-copy {
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  max-width: 50vw;
  height: 100%;
  min-height: 50vh;
  margin-left: 20px;
  padding-left: 60px;
  padding-right: 20px;
  display: flex;
}

.rl_layout-fullbg_contentt-copy.is-sticky {
  max-width: 30vw;
  position: sticky;
  top: 50px;
}

.div-block-55 {
  background-color: #c01f1f;
}

.bg-for-overlapwhite {
  background-image: linear-gradient(#fff 17%, #454545 72%, #000);
  height: 120px;
  margin-bottom: -80px;
}

.rl_headingcert_spacing-block-large {
  width: 100%;
  padding-bottom: 2rem;
}

.checkbox {
  border-radius: 44px;
  width: 24px;
  height: 24px;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  display: flex;
}

.icon-embed-small-2, .icon-embed-small-3, .icon-embed-small-4, .icon-embed-small-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.contact_content-wrapper {
  padding-left: 100px;
}

.header_grid6-esg-overlay-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout-fullbg_content-50tablet {
  max-width: 50vw;
  height: 100%;
  min-height: 50vh;
  margin-left: 20px;
  padding-right: 140px;
}

.rl_layout-fullbg_content-50tablet.is-sticky {
  max-width: 30vw;
  position: sticky;
  top: 50px;
}

.image-11 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 100% 0%;
}

.header_standars-overlay-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.rl_layout11_image-right {
  object-fit: cover;
}

.rl_fullheight_image-right-wrapper {
  border-radius: 16px;
  height: 105%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.home-sticky-content-wrapper {
  padding-left: 40px;
}

.rl_featurescol_group {
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-left: -20px;
  display: grid;
}

.feature2col-card {
  border-right: 1px solid #747474;
  margin-top: 10px;
  margin-bottom: 60px;
  padding: 40px 10px 40px 0;
  transition: all .2s;
}

.feature2col-card:hover {
  transform: translate(0, -2px);
}

.rl_features2col_card-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-between;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.accordion_answer {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.accordion_answer.w--open {
  background-color: #0000;
}

.accordion {
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: .5rem 1rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.accordion_question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  font-size: 16px;
  display: flex;
}

.accordion_question.w--open {
  border-bottom: 1px solid #0000001a;
}

.accordion_question.is-underlined {
  border-bottom: 1px solid #d5d9e5;
}

.accordion_question.is-round {
  border: 1px solid #d5d9e5;
  border-radius: 6px;
}

.arrow_accordion_icon {
  width: 2rem;
  height: 2rem;
}

.faq-answer {
  font-size: 1rem;
  line-height: 2;
}

.border-left {
  border-left: 2px solid #d5d9e5;
}

.rl-styleguide_empty-box-border-bg {
  z-index: -1;
  background-color: #f1f1f1;
  width: 16rem;
  min-width: 8rem;
  height: 8rem;
  position: relative;
}

.border_full {
  border: 1px solid #171b26;
}

.is-rounded-custom {
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.overlay-layer {
  z-index: 1;
  background-color: #00000080;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.rl-styleguide_empty-box-bg {
  z-index: -1;
  background-color: #f1f1f1;
  width: 100%;
  min-width: 16rem;
  height: 16rem;
  position: relative;
}

.is-rounded-huge {
  border-radius: 56px;
  width: 100%;
  overflow: hidden;
}

.is-rounded-medium {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.is-rounded-large {
  border-radius: 40px;
  width: 100%;
  overflow: hidden;
}

.is-rounded-small {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.is-rounded-xsmall {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.fs-styleguide_2-col-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section_scroll-grid {
  height: 360vh;
  margin-bottom: 8em;
}

.scroll-grid-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.scroll-grid-inner {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.scroll-grid-sticky {
  justify-content: center;
  align-items: center;
  height: 75vh;
  position: sticky;
  top: 12.5vh;
  overflow: hidden;
}

.scroll-grid-item {
  flex: none;
  width: 17em;
  height: 100%;
  max-height: 30em;
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden;
}

.scroll-grid-item.is-large {
  width: 36em;
}

.scroll-grid-item.is-large.is-special {
  flex: 1;
  min-width: 17em;
}

.scroll-grid-item.is-darker {
  filter: brightness(50%) blur(1px);
}

.scroll-grid-image {
  filter: contrast(105%);
  object-fit: cover;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
}

.scroll-grid-row {
  grid-column-gap: 1em;
  width: 100%;
  max-width: 120em;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.scroll-grid-row.is-top {
  align-items: flex-end;
  inset: 0% 0% auto;
}

.scroll-grid-row.is-bottom {
  align-items: flex-start;
}

.rl_section_large-pipe-header {
  background-image: linear-gradient(180deg, var(--white), #0000 64%), linear-gradient(180deg, #0000000f, #000), url('../images/freepik-export-20241104144041ZkiM.jpeg');
  color: var(--opacwhite);
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 100vh;
  padding-top: 15vh;
  padding-bottom: 5vh;
  position: relative;
}

.large-pipe-header {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overlay-layer-displaytext {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.rl-heading-style-logo-display-effect {
  background-image: linear-gradient(to bottom, #141414, #141414), linear-gradient(157deg, var(--subtlewhite) 10%, #ffffff26 99%);
  filter: brightness(72%);
  color: var(--subtlewhite);
  letter-spacing: -15px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14rem;
  font-weight: 900;
  line-height: .75em;
  overflow: hidden;
}

.rl_gallery-home-grid2fulh {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-height: 80vh;
  display: grid;
}

.rl_layout1home_image {
  object-fit: cover;
}

.rl_homecolstack-image {
  box-shadow: none;
  object-fit: cover;
  border-radius: 16px;
  min-height: 40vh;
  display: block;
}

.home-centred-logo {
  margin-left: 20px;
  margin-right: 20px;
}

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

.cta-text.white {
  text-transform: uppercase;
  font-weight: 500;
}

.column-full-width {
  flex-flow: column;
  align-items: flex-start;
  height: 690px;
  min-height: 690px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-full-width.standard {
  justify-content: center;
  align-items: stretch;
  height: 200px;
  min-height: 200px;
}

.standard-header-wrapper {
  flex-flow: column;
  margin-top: 10%;
  margin-bottom: 4%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.list-standard {
  color: #616161;
  cursor: pointer;
  border: 1px solid #bdbdbd73;
  border-top: 0 #bdbdbd73;
  padding: 1% 6%;
  transition: all .3s ease-in-out;
  display: flex;
}

.list-standard:hover {
  color: #243039;
  background-image: linear-gradient(#d6d6d699, #d6d6d699);
}

.list-standard:active {
  background-image: linear-gradient(#d6d6d6e6, #d6d6d6e6);
}

.row-full-width {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.div {
  align-self: center;
}

.div.standard-logo {
  align-items: center;
  height: 35px;
  display: flex;
}

.section_standard {
  padding-top: 6%;
  padding-bottom: 6%;
}

.section_standard._1 {
  background-image: linear-gradient(#fff 33%, #fff3), url('../images/42656600_ml.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  border-top: 1px solid #bdbdbd;
}

.standard-header {
  background-color: #ececec;
  flex-direction: column;
  flex: 1;
  display: flex;
  box-shadow: 0 1px 5px #00000073;
}

.standard-header.cta-link {
  cursor: pointer;
  background-color: #d32f2f;
  border-radius: 90px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 1% 2% 2%;
}

.standard-header.cta-link:hover {
  background-color: #ad1919;
}

.section-product-anchor-link {
  padding-top: 5%;
  padding-bottom: 5%;
}

.category-block {
  cursor: pointer;
  border-radius: 14px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.category-thumbnail {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #00000063;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #bdbdbd;
  border-radius: 14px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  height: 120px;
  padding: 57px 30px 30px;
  font-size: 23px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 14px #0003;
}

.category-name {
  z-index: 10;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.category-name.black {
  color: #3b3b3b;
  text-transform: uppercase;
  text-shadow: 3px 3px 4px #fff;
  align-self: center;
  font-family: Kanit, sans-serif;
  font-weight: 500;
  line-height: 25px;
}

.dark-overlay {
  z-index: 0;
  opacity: .69;
  text-shadow: none;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 14px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  transition: background-color .4s, transform .2s;
  display: flex;
  position: absolute;
  inset: 0;
}

.dark-overlay:hover {
  opacity: 0;
}

.dark-overlay.usage1 {
  background-image: url('../images/44738616_ml.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.dark-overlay.usage3 {
  background-image: url('../images/17388798_ml---Copy.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-row {
  margin-top: 4%;
}

.thumbnail-wrapper {
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 1px #00000017;
}

.thumbnail-wrapper:hover {
  transform: translate(0, -3px);
  box-shadow: 0 0 0 1px #00000017, 0 2px 23px #00000017;
}

.thumbnail-wrapper.product {
  cursor: pointer;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  max-height: 120px;
  margin: 8%;
  display: flex;
}

.product-link {
  z-index: 5;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  flex: 0 25%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  position: relative;
}

.product-link.small {
  flex: 0 auto;
  font-family: IBM Plex Sans Thai, sans-serif;
  font-size: 15px;
}

.product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  border-radius: 14px;
  flex: 1;
}

.hero-content {
  text-align: center;
  flex-direction: column;
  margin-top: 40px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.hero-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-basis: 20%;
  align-self: stretch;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 45px;
  line-height: 51px;
}

.hero-heading.hero-subheading {
  color: #fff;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2em;
}

.hero-content-2 {
  text-align: center;
  flex-direction: column;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.bold-text {
  text-shadow: 0 1px 3px #fdc9ae6b;
}

.mitr__section {
  display: flex;
}

.overlayed-effect_vignette-small {
  z-index: 0;
  background-image: radial-gradient(circle farthest-side at 0% 0%, var(--shadow) 32%, black);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.rl_header1_content-asym-geninfo {
  z-index: 222;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.rl__spacing-block-meduim4r-copy {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-footer3_padding-section {
  padding-bottom: 1rem;
}

.section_spacing_black-large {
  background-color: #000;
  width: 100%;
  padding-bottom: 8rem;
}

.rl_global_spacing-block-midsmall {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_overlap-card_image {
  align-self: stretch;
  min-height: 480px;
  position: absolute;
  inset: 0%;
}

.rl_headingservice_spacing-block-large, .rl_headingrequest_spacing-block-large {
  width: 100%;
  padding-bottom: 4rem;
}

.grid-papers {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-block-5 {
  flex-flow: row;
  display: flex;
}

.rl_gallery7_image-wrapper-large-copy {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.rl_section_keywords {
  background-color: var(--relume-library-lite--rl-white);
  color: var(--black);
  border-bottom: 1px solid #000;
}

.rl_section_keywords.is-beigebg {
  background-color: var(--beige-neutral);
}

.rl_section_keywords.is-hide-desktop {
  display: none;
}

.rl_keywords_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_keywords_heading-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.cookies_container {
  z-index: 1111;
  border: 1px solid #6b6b6b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding: 10px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.cookies_center-bottom {
  z-index: 1111;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f5f5f5;
  border-radius: 24px;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 560px;
  padding: 20px 20px 10px;
  transition: all .3s, opacity .3s;
  display: flex;
  position: fixed;
  bottom: 15px;
  left: 10px;
}

.cookies_bottom-float-image {
  width: 80px;
  height: 80px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.cookies_content.cookies_column {
  align-items: flex-start;
}

.cookies_text-wrapper {
  max-width: 450px;
  margin-top: auto;
  margin-bottom: 10px;
  font-size: .75rem;
}

.cookies_span {
  color: #ff7455;
  border-bottom-style: none;
  font-weight: 600;
}

.cookies_button-center {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.cookies_button-center:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookies_widget-code {
  display: none;
}

.rl_navbar-small_logo {
  filter: contrast(200%);
  min-width: 128px;
}

.rl_navbar3_nav-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  padding: .5rem .125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.nav-toggle_wrapper {
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2em;
  }

  h2 {
    font-size: 36px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section.full-screen {
    min-height: 800px;
  }

  .section.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.half-screen-background-image, .section.half-screen-background-image.right {
    background-size: 48%;
  }

  .section.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.black._80vh {
    min-height: 600px;
  }

  .section.black._80vh.bg-image02 {
    background-image: url('../images/219set-plumbing-services-professional-plumber-man-with-tool-case-plunger-repair-tools2x.jpg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 45vh;
    min-height: 480px;
  }

  .section.black._80vh.bg-image03 {
    padding-top: 100px;
  }

  .section.black._80vh.bg-image04 {
    background-position: 50% 150%;
    background-size: 1200px;
    min-height: 480px;
  }

  .section.black._80vh.bg-image05 {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/flip-contact-us-landing-page2x.jpg');
    background-position: 0 0, 120% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 480px;
    min-height: 480px;
  }

  .section.black._80vh.bg-image06 {
    background-color: #38797f;
    background-image: linear-gradient(165deg, #38797f, #0000 59%), linear-gradient(#0000 2%, #096ad0ba), url('../images/How-to-Shipping2x.jpg');
    background-position: 0 0, 0 0, 65% 100%;
    background-repeat: repeat, repeat, repeat-x;
    background-size: auto, auto, 1373px;
    padding-top: 100px;
  }

  .section.black._80vh.bg-image07 {
    background-image: linear-gradient(#0862c0 15%, #0000), url('../images/repairing--illustration-22x.jpg');
    background-position: 0 0, 50% -50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, auto;
    padding-top: 100px;
  }

  .section.black._80vh.cta-contact {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), linear-gradient(to bottom, var(--opacwhite) 28%, white), url('../images/flip-contact-us-landing-page2x.jpg');
    background-position: 0 0, 0 0, 100% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, contain;
    min-height: 480px;
  }

  .section.black._80vh.bg-image08 {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/Filltheform.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 480px;
    min-height: 480px;
  }

  .section.page-header {
    max-height: 560px;
  }

  .section.page-header.image-small, .section.page-header.blog-image-small {
    margin-top: 60px;
  }

  .section.left-screen, .section.right-screen {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
  }

  .wrapper.lg-negative-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .wrapper.mobile-nav {
    flex-direction: row;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .wrapper.brand-bw1 {
    flex-wrap: wrap;
  }

  .grid {
    flex-flow: wrap;
    place-content: stretch space-between;
    align-items: stretch;
    height: 100vh;
  }

  .block {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .block.mobile {
    flex-basis: 25%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-4.align-bottom.md-4 {
    width: 100%;
  }

  .col.lg-4.flex-stretch.md-4 {
    flex-wrap: nowrap;
  }

  .col.lg-4.md-4 {
    width: 100%;
  }

  .col.lg-4.md-3 {
    width: 75%;
  }

  .col.lg-4.md-33 {
    width: 33.33%;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3._1-col-in-mobile {
    width: 25%;
  }

  .col.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.no-padding {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .col.lg-3.hidden-md-down {
    display: none;
  }

  .col.lg-3.md-1 {
    width: 25%;
  }

  .col.lg-1, .col.lg-1.empty, .col.lg-1.hidden-lg-down {
    display: none;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }

  .col.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    align-items: center;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-2.md-1 {
    width: 25%;
  }

  .col.lg-2.md-33 {
    width: 33.33%;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .col.lg-2.hidden-md-down {
    display: none;
  }

  .col.lg-2.md-4 {
    width: 100%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-5.md-4 {
    width: 100%;
  }

  .col.lg-5.md-3 {
    width: 75%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .col.lg-8.flex-stretch {
    align-items: stretch;
  }

  .col.lg-9.md-1 {
    width: 25%;
  }

  .col.lg-10.md-2 {
    width: 50%;
  }

  .col.lg-11.md-3 {
    width: 75%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.flex-horizontal.blue.padding {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row.flex-horizontal.no-bottom-margin {
    flex-wrap: wrap;
  }

  .row.no-bottom-margins {
    margin-bottom: 0;
  }

  .row.align-centre {
    justify-content: center;
  }

  .row.align-centre.lg-nowrap {
    flex-wrap: wrap;
  }

  .row.align-centre.blog-header-wrapper {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .row.md-reverse-layout {
    flex-flow: column-reverse wrap;
  }

  .row.md-reverse-layout.md-centre-align {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .row.card-wrapper {
    flex-wrap: nowrap;
  }

  .navbar {
    align-items: center;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .jp-margin-bottom {
    margin-bottom: 40px;
  }

  .jp-margin-bottom.md-centre-align {
    text-align: center;
  }

  .page-preview-link {
    height: 22px;
  }

  .price-table-container {
    text-align: center;
    margin-bottom: 30px;
  }

  .price-table-container.link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .service-icon {
    margin-right: 0;
    display: flex;
  }

  .service-icon._2 {
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: visible;
  }

  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-2.border {
    flex: 0 auto;
  }

  .nav-link-2.dropdown {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-2.dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 24px;
  }

  .nav-link-2.burger-nav {
    opacity: 1;
  }

  .menu-button-2 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: var(--steel-blue);
    background-color: #0000;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .logo-navbar.white {
    width: 70px;
  }

  .partner-logo {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .phone-image {
    max-width: 82%;
  }

  .phone-image.negative-margins {
    max-width: 50%;
    margin-bottom: -382px;
  }

  .hidden-lg-down {
    display: none;
  }

  .md-1 {
    width: 25%;
  }

  .md-2 {
    width: 50%;
  }

  .md-3 {
    width: 75%;
  }

  .md-4 {
    width: 100%;
  }

  .slide.small {
    width: 80%;
  }

  .inline-form {
    width: 100%;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .intro-hero-headline {
    letter-spacing: -2px;
    font-size: 65px;
  }

  .intro-paragraph.short-paragraph, .intro-paragraph.intro-short-paragraph {
    font-size: 18px;
  }

  .centred-logo-container {
    display: block;
  }

  .components-wrapper {
    border-style: solid none;
  }

  .hover.hover-on-image {
    opacity: 1;
    background-color: #0000;
    height: auto;
    padding-left: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .portrait-container {
    flex-direction: column-reverse;
    display: flex;
  }

  .flex-horizontal-space-between {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .horizontal-short-line {
    margin-left: -30px;
    margin-right: -30px;
  }

  .team-small-container-1 {
    margin-bottom: 40px;
    display: flex;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .computer-picture {
    max-width: 70vw;
  }

  .app-download-button {
    width: 130px;
  }

  .app-download-container {
    display: flex;
  }

  .feature-icon-horizontal {
    margin-bottom: 20px;
  }

  .value-proposition-container {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .value-proposition-hero-image {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .computer-image {
    width: 70%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .row-3 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .col-2 {
    width: 50%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-2.lg-6.md-4 {
    width: 100%;
    padding-top: 0%;
  }

  .col-2.lg-1 {
    display: none;
  }

  .side-image.lightbox-video {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .border-to-edge-picture {
    height: 500px;
  }

  .features-phone-image {
    height: 70%;
    position: relative;
  }

  .starter-website-image {
    margin-bottom: 40px;
    margin-right: 0;
    position: absolute;
    inset: 0 0 auto 200px;
  }

  .starter-website-image.hidden {
    position: relative;
    left: 211px;
  }

  .footer-social-links-container {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .social-media-icons-contianer {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-logo-2 {
    margin-bottom: 20px;
  }

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

  .md-align-centre {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-50 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-image {
    height: 90px;
  }

  .mobile-nav {
    background-color: var(--midnight-blue);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .white-burger {
    color: #fff;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: var(--midnight-blue);
  }

  .nav-link-3 {
    background-color: var(--midnight-blue);
    color: #fff;
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    display: flex;
  }

  .nav-menu-container {
    background-color: var(--midnight-blue);
    width: 100%;
    min-height: 100vh;
    display: flex;
    position: absolute;
    top: 60px;
  }

  .nav-dropdown-link {
    float: left;
    background-color: var(--alice-blue);
    color: #fff;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .dropdown-list {
    background-color: var(--midnight-blue);
  }

  .dropdown-list.w--open {
    height: 50vh;
    overflow: auto;
  }

  .brand {
    flex: 1;
    max-width: 120px;
    margin-top: 10px;
    display: block;
  }

  .text-block-2 {
    text-align: left;
  }

  .transparent-overlay {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .burger-icon {
    color: var(--steel-blue);
  }

  .dropdown-link-text {
    margin-right: 0;
  }

  .dropdown-chevron {
    flex: 0 auto;
  }

  .dropdown {
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small-slide {
    width: 100%;
  }

  .partner-logo-container {
    justify-content: center;
    width: 33.33%;
    display: flex;
  }

  .date-container {
    flex-wrap: wrap;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .container-2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .shadow._1 {
    bottom: 29px;
  }

  .how-it-works-line {
    top: 245px;
  }

  .how-it-works-tab {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .step-container {
    margin-bottom: 80px;
  }

  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }

  .navmenu-container {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    display: flex;
  }

  .brand-logo--text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .index-left-25 {
    padding-left: 0;
  }

  .navlink-dropdown__wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .quotation-section--color-bg {
    padding-left: 15%;
    padding-right: 60px;
  }

  .quotation-section--color-bg.black-bg {
    padding-right: 60px;
  }

  .quotation-content-right-75 {
    padding-left: 5%;
  }

  .navbar-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: none;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .menu-button {
    border-radius: 0;
    min-width: 200px;
    margin-right: 20px;
    font-size: 1rem;
    font-weight: 400;
  }

  .menu-button.w--open {
    background-color: #353535;
  }

  .dropdown-2 {
    width: 100%;
    min-width: 200px;
    max-width: 1500px;
  }

  .right-nav-menu {
    z-index: 2000;
    width: 100%;
    min-width: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list-3.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .dropdown-list-3.sidebar.w--open {
    border-radius: 0;
    min-width: 200px;
  }

  .nav-link-4 {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link-4:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link-4.dropdown-toggle {
    color: #fff;
  }

  .nav-link-4.dropdown-toggle.color {
    border-radius: 0;
    min-width: 200px;
  }

  .nav-link-4.color {
    color: #000;
    min-width: 200px;
    padding-left: 25px;
  }

  .nav-link-4.color:hover {
    color: #fff;
  }

  .dropdown-link-2 {
    padding-left: 35px;
  }

  .dropdown-link-2:hover {
    background-color: var(--midnight-blue);
  }

  .product-navbar {
    margin-left: -20px;
  }

  .product-index-left-25 {
    padding-left: 0;
  }

  .section-footer {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .section-footer.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section-footer.full-screen {
    min-height: 800px;
  }

  .section-footer.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-footer.half-screen-background-image, .section-footer.half-screen-background-image.right {
    background-size: 48%;
  }

  .section-footer.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-footer.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .spec-menu-button {
    border-radius: 0;
    width: 100%;
    min-width: 200px;
    margin-right: 20px;
    font-size: 1rem;
    font-weight: 400;
  }

  .spec-menu-button:hover {
    background-color: var(--steel-blue);
  }

  .spec-menu-button.w--open {
    background-color: #353535;
  }

  .image-container--corner.card {
    padding: 40px;
  }

  .card--image.floatimg-img {
    margin-top: auto;
    margin-bottom: 40px;
  }

  .card--image.floatimg-img.right-overlap {
    margin-right: auto;
  }

  .tag-wrapper--d-flex--wrap {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 20px;
    display: flex;
  }

  .overlap-card.corner-paper {
    padding: 0 20px;
  }

  .overlap-card.corner-paper.certificate-paper {
    min-height: auto;
    max-height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    display: none;
  }

  .overlap-card.corner-paper.certificate-paper:hover {
    transform: none;
  }

  .overlap-card.corner-paper.center-paper {
    min-width: 33vw;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 0;
  }

  .overlap-card.corner-paper.product {
    aspect-ratio: 1;
    min-height: auto;
  }

  .overlap-card.corner-paper.refproject {
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
  }

  .overlap-card.corner-paper.certificate-papers {
    min-height: auto;
    max-height: 400px;
    margin-top: auto;
    margin-bottom: auto;
    display: none;
  }

  .overlap-card.corner-paper.certificate-papers:hover {
    transform: none;
  }

  .section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-small.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .section-small.full-screen {
    min-height: 800px;
  }

  .section-small.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-small.half-screen-background-image, .section-small.half-screen-background-image.right {
    background-size: 48%;
  }

  .section-small.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-small.black._80vh {
    height: 700px;
    min-height: auto;
  }

  .section-small.page-header.image-small {
    margin-top: 60px;
  }

  .bullet-list-horizontal {
    margin-bottom: 20px;
  }

  .list-icon-bullet.icon--small {
    width: 24px;
    height: 24px;
  }

  .footer-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-wrapper.space-around {
    flex-wrap: wrap;
  }

  .footer-wrapper.lg-negative-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-wrapper.mobile-nav {
    flex-direction: row;
    align-items: center;
    display: flex;
    position: fixed;
  }

  .d-flex-split-screen {
    flex-flow: row-reverse;
  }

  .column-card {
    width: 50%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-card.lg-4 {
    width: 50%;
  }

  .column-card.lg-4.align-bottom.md-4 {
    width: 100%;
  }

  .column-card.lg-4.flex-stretch.md-4 {
    flex-wrap: nowrap;
  }

  .column-card.lg-4.md-4 {
    width: 100%;
  }

  .column-card.lg-4.md-3 {
    width: 75%;
  }

  .column-card.lg-4.md-33 {
    width: 33.33%;
  }

  .column-card.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .column-card.lg-3._1-col-in-mobile {
    width: 25%;
  }

  .column-card.lg-3._2-col-in-mobile {
    width: 50%;
  }

  .column-card.lg-3.md-4 {
    width: 100%;
  }

  .column-card.lg-3.md-2 {
    width: 50%;
  }

  .column-card.lg-3.no-padding {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-card.lg-3.hidden-md-down {
    display: none;
  }

  .column-card.lg-3.md-1 {
    width: 25%;
  }

  .column-card.lg-1, .column-card.lg-1.empty, .column-card.lg-1.hidden-lg-down {
    display: none;
  }

  .column-card.lg-6.centre-align-vertical.md-4.md-margin-bottom {
    margin-bottom: 40px;
  }

  .column-card.lg-6.centre-align-vertical.md-4.md-margin-bottom.md-centre-align {
    align-items: center;
  }

  .column-card.lg-6.md-3 {
    width: 75%;
  }

  .column-card.lg-6.md-4 {
    width: 100%;
  }

  .column-card.lg-2.md-1 {
    width: 25%;
  }

  .column-card.lg-2.md-33 {
    width: 33.33%;
  }

  .column-card.lg-2.md-2 {
    width: 50%;
  }

  .column-card.lg-2.hidden-md-down {
    display: none;
  }

  .column-card.lg-2.md-4 {
    width: 100%;
  }

  .column-card.lg-5 {
    width: 50%;
  }

  .column-card.lg-5.md-4 {
    width: 100%;
  }

  .column-card.lg-5.md-3 {
    width: 75%;
  }

  .column-card.lg-8.md-4 {
    width: 100%;
  }

  .column-card.lg-8.flex-stretch {
    align-items: stretch;
  }

  .column-card.lg-9.md-1 {
    width: 25%;
  }

  .column-card.lg-10.md-2 {
    width: 50%;
  }

  .column-card.lg-11.md-3 {
    width: 75%;
  }

  .contact-card-image {
    max-width: 45%;
  }

  .category-tag-filter-title {
    font-size: 24px;
  }

  .nav-logo-mobile {
    flex: 1;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .sticky2_item {
    width: 20rem;
  }

  .sticky1_item {
    padding: 1.25rem;
  }

  .tabs2_content-wrapper {
    max-width: 32rem;
  }

  .tabs_side-menu {
    flex: none;
    margin-top: 0;
    margin-bottom: auto;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar5_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .rl_navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .rl_navbar5_large-item-content, .rl_navbar5_blog-item, .rl_navbar5_blog-list, .rl_navbar5_dropdown-content-wrapper {
    width: 100%;
  }

  .rl_navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
  }

  .rl_navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .rl_navbar5_dropdown-content {
    flex-direction: column;
  }

  .rl_navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .rl_navbar5_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar5_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 15rem;
    position: absolute;
    overflow: auto;
  }

  .section_header-splitscreen {
    padding-top: 0;
    padding-bottom: 0;
  }

  .block_bg-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rl_header1_image {
    max-width: 100%;
    max-height: 40vh;
  }

  .rl_header1_image-wrapper50 {
    align-items: flex-start;
  }

  .rl-button-secondary.is-nav {
    min-width: 120px;
    display: none;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .rl_header11_component {
    grid-row-gap: 4rem;
    grid-template-rows: minmax(40vh, 1fr);
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section_header-splitscreeen {
    max-height: none;
    padding-bottom: 40px;
  }

  .header_effect-overlay-wrapper {
    grid-template-rows: minmax(100%, 1fr);
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .rl_header1_content-asym {
    margin-left: auto;
    margin-right: auto;
  }

  .header_p-content-group {
    margin-left: auto;
    margin-right: 140px;
  }

  .rl_heading1_spacing-block-large {
    padding-bottom: 12rem;
  }

  .rl-heading-style-h1-display, .rl-heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .header5_component {
    flex-flow: wrap;
  }

  .rl-heading-style-display-effect {
    letter-spacing: 0;
    font-size: 3.25rem;
  }

  .rl-heading-style-h1-subtle-display {
    font-size: 3.25rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

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

  .rl_pricing8_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.2rem;
  }

  .rl_features3_component {
    border-radius: 0;
    padding-top: 2rem;
  }

  .mitr-icon {
    margin-bottom: 40px;
  }

  .mitr-icon.md-centre-align {
    text-align: center;
  }

  .rl-heading-style-h5 {
    font-size: 1.7rem;
  }

  .rl-heading-style-h5.is-undeline, .rl-heading-style-h5.is-undeline-yellow, .rl-heading-style-h5.is-undeline-glow {
    font-size: 1rem;
  }

  .rl-heading-style-h3 {
    font-size: 2.25rem;
  }

  .rl_cta8_heading-wrapper {
    margin-right: 0;
  }

  .rl_cta8_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .rl_layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_heading1_spacing-block-xlarge {
    display: none;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .rl-heading-style-h1-3 {
    font-size: 3.25rem;
  }

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

  .rl_overlapplan_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

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

  .rl_layout239_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

  .rl-heading-style-numbers {
    font-size: 1.75rem;
  }

  .rl_layout239_content {
    grid-column-gap: 2rem;
  }

  .rl_layout239_spacing-block-xlarge {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .rl_layout239_heading-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

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

  .rl_section_features4 {
    margin-top: auto;
  }

  .rl_section-footermitr {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rl_section-footermitr.grid {
    margin-left: 0;
    margin-right: 0;
  }

  .rl_section-footermitr.full-screen {
    min-height: 800px;
  }

  .rl_section-footermitr.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rl_section-footermitr.half-screen-background-image, .rl_section-footermitr.half-screen-background-image.right {
    background-size: 48%;
  }

  .rl_section-footermitr.no-vertical-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_section-footermitr.black._80vh {
    min-height: 600px;
  }

  .rl_section-footermitr.black._80vh.bg-image02 {
    background-image: url('../images/219set-plumbing-services-professional-plumber-man-with-tool-case-plunger-repair-tools2x.jpg');
    background-position: 50% 100%;
    background-repeat: repeat-x;
    background-size: auto 45vh;
    min-height: 480px;
  }

  .rl_section-footermitr.black._80vh.bg-image03 {
    padding-top: 100px;
  }

  .rl_section-footermitr.black._80vh.bg-image04 {
    background-position: 50% 150%;
    background-size: 1200px;
    min-height: 480px;
  }

  .rl_section-footermitr.black._80vh.bg-image05 {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/flip-contact-us-landing-page2x.jpg');
    background-position: 0 0, 120% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 480px;
    min-height: 480px;
  }

  .rl_section-footermitr.black._80vh.bg-image06 {
    background-color: #38797f;
    background-image: linear-gradient(165deg, #38797f, #0000 59%), linear-gradient(#0000 2%, #096ad0ba), url('../images/How-to-Shipping2x.jpg');
    background-position: 0 0, 0 0, 65% 100%;
    background-repeat: repeat, repeat, repeat-x;
    background-size: auto, auto, 1373px;
    padding-top: 100px;
  }

  .rl_section-footermitr.black._80vh.bg-image07 {
    background-image: linear-gradient(#0862c0 15%, #0000), url('../images/repairing--illustration-22x.jpg');
    background-position: 0 0, 50% -50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, auto;
    padding-top: 100px;
  }

  .rl_section-footermitr.black._80vh.cta-contact {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), linear-gradient(to bottom, var(--opacwhite) 28%, white), url('../images/flip-contact-us-landing-page2x.jpg');
    background-position: 0 0, 0 0, 100% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, contain;
    min-height: 480px;
  }

  .rl_section-footermitr.black._80vh.bg-image08 {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/Filltheform.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 480px;
    min-height: 480px;
  }

  .rl_section-footermitr.page-header {
    max-height: 560px;
  }

  .rl_section-footermitr.page-header.image-small, .rl_section-footermitr.page-header.blog-image-small {
    margin-top: 60px;
  }

  .rl_section-footermitr.left-screen, .rl_section-footermitr.right-screen {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .rl_footer3_credit-text {
    text-align: left;
  }

  .rl_footer3_line-divider {
    display: none;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .rl_footer3_menu-wrapper {
    border-top: 1px solid var(--subtlewhite);
    padding-top: 20px;
  }

  .rl_footer3_left-wrapper.text-align-center {
    margin-left: auto;
    margin-right: auto;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_footer3_component {
    height: auto;
  }

  .overlayed-effect_glass-block {
    width: auto;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: -20px;
    right: -20px;
  }

  .rl_features-color_card-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .overlayed-effect_red-hue, .overlayed-effect_vignette-dark {
    width: auto;
    left: -20px;
    right: -20px;
  }

  .rl_product2_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .rl_product2_heading-wrapper {
    margin-right: 0;
  }

  .rl_features4_column {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .rl_layout-fullbg_contentt {
    max-width: 50vw;
    padding-right: 60px;
  }

  .rl_layout-fullbg_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl-textthai-style-h5 {
    font-size: 1.75rem;
  }

  .rl-padding-section-medium-2 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_section_logo1.is-hide-desktop {
    display: block;
  }

  .rl-heading-style-h2-4 {
    font-size: 2.75rem;
  }

  .rl_content6_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .rl_gallery-darkbg_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl_line-divider-vertical {
    opacity: .5;
    left: 50%;
  }

  .rl_line-divider-vertical.is-home, .rl_section_grid6-blank {
    display: none;
  }

  .rl_footer3_spacing-block-line-divider {
    border-bottom: 1px solid var(--opacwhite);
    padding-bottom: 4.5rem;
  }

  .rl_gallery7_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-5 {
    font-size: 2.75rem;
  }

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

  .rl-heading-style-h2-6 {
    font-size: 2.75rem;
  }

  .rl_layout1_component {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_fullheight_image-wrapper {
    min-height: auto;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

  .rl-padding-section-medium-3 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_gallery-gridfulh-component {
    grid-column-gap: 1.25rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_gallery-1colstack-wrapper {
    flex-flow: row-reverse wrap;
  }

  .rl_1colstack-image {
    height: 33vh;
  }

  .logo6_component {
    grid-column-gap: 3rem;
    padding-left: 100px;
    padding-right: 100px;
  }

  .header_grid5-effect-overlay-wrapper {
    grid-template-rows: minmax(100%, 1fr);
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .rl-section-overlap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_header44_component-copy {
    flex-flow: column;
    padding-top: 4rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .rl-component-overlap {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
  }

  .flex-block {
    flex-flow: column;
    align-items: center;
  }

  .mitr-standard-lmage {
    margin-bottom: 40px;
  }

  .mitr-standard-lmage.md-centre-align {
    text-align: center;
  }

  .rl_features3_center-overlap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rl_form_component {
    height: auto;
  }

  .rl_layout-form_componentt {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .rl_section_header7 {
    min-height: 65vh;
  }

  .rl_section_header8 {
    max-height: none;
  }

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

  .rl_layout-fullbg_stickycomponent {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .mitr-sidebar-left-33 {
    padding-left: 0;
  }

  .mitr-sidebar-left-33.is-flex-align-right {
    opacity: .16;
  }

  .mitr-content-right-66 {
    padding-left: 5%;
  }

  .mitr-content-right-66.is-home-gallery {
    padding-right: 2.5%;
  }

  .home-header_bg-image {
    object-fit: cover;
    object-position: 65% 50%;
  }

  .nav_middle {
    width: 15%;
  }

  .views_gradient-overlay {
    display: none;
  }

  .header_effect-grid-wrapper {
    grid-template-rows: minmax(100%, 1fr);
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .rl_layout-sticky-right_content {
    max-width: 50vw;
    padding-right: 10px;
  }

  .rl_header1_image-wrapperf {
    flex-flow: column;
  }

  .nav-menu-3 {
    width: 33.33%;
  }

  .div-center {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-bg-container.sleeve {
    background-position: 0 0, 0 64%;
  }

  .section-heading {
    text-align: center;
    display: block;
  }

  .rl_navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .rl_navbar3_tablet-menu-button {
    background-color: var(--firebrick);
    border-style: none;
    border-radius: 80px;
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: inline-block;
  }

  .rl_navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .rl_navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .rl_navbar3_dropdown-list.w--open {
    background-color: #0000;
    border-style: none;
    margin-top: 0;
    padding: 0 0 0 20px;
    position: static;
  }

  .rl-dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .rl_navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .rl_navbar3_link {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
    position: static;
  }

  .rl_navbar3_link.is-dropdown {
    color: var(--firebrick);
  }

  .rl_navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .rl_navbar3_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100vh;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .rl_menu-icon3_line-bottom {
    background-color: var(--neutral);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3_line-middle {
    background-color: var(--neutral);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon3_line-top {
    background-color: var(--neutral);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .rl_navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar3_container {
    grid-template-columns: 1fr max-content 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .rl_navbar3_component.is-top-small {
    padding-left: 5%;
  }

  .rl_navbar3_link-inlinetext {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .rl_navbar3_link-inlinetext.toggle-local, .rl_navbar3_link-inlinetext.toggle-local-small {
    text-align: right;
  }

  .contact_info-left {
    width: 100%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rl_features_transparent-card {
    border-bottom: 1px solid var(--subtlewhite);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rl_features_transparent-card:hover {
    transform: none;
  }

  .mitr-icon-logo.md-centre-align {
    text-align: center;
  }

  .rl_layout-fullbg_contentt-copy {
    max-width: 50vw;
    padding-right: 60px;
  }

  .rl_headingcert_spacing-block-large {
    padding-bottom: 2rem;
  }

  .header_grid6-esg-overlay-wrapper {
    grid-template-rows: minmax(100%, 1fr);
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .rl_layout-fullbg_content-50tablet {
    max-width: 50vw;
    padding-right: 0;
  }

  .header_standars-overlay-wrapper {
    grid-template-rows: minmax(100%, 1fr);
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .rl_fullheight_image-right-wrapper {
    min-height: 50vh;
  }

  .rl_featurescol_group {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
  }

  .feature2col-card {
    min-width: 136px;
  }

  .rl_features2col_card-content {
    padding-left: 0;
    padding-right: .5rem;
  }

  .fs-styleguide_2-col-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .scroll-grid-sticky {
    height: 85vh;
    top: 7.5vh;
  }

  .scroll-grid-item {
    width: 48%;
    height: 50%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .scroll-grid-item.is-large {
    width: 48%;
  }

  .scroll-grid-item.is-large.is-special {
    flex: 0 auto;
    order: 1;
    min-width: auto;
  }

  .scroll-grid-row.is-top {
    grid-column-gap: 2%;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
  }

  .scroll-grid-row.is-bottom {
    grid-column-gap: 2%;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .rl_section_large-pipe-header {
    height: 80vh;
  }

  .rl-heading-style-logo-display-effect {
    letter-spacing: 0;
    font-size: 3.25rem;
  }

  .rl_gallery-home-grid2fulh {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
    max-height: 60vh;
  }

  .rl_homecolstack-image {
    height: 33vh;
    min-height: auto;
  }

  .home-centred-logo {
    width: 42px;
  }

  .category-block {
    padding: 10px 0;
  }

  .product-link.small.rectangular {
    font-size: 10px;
  }

  .hero-heading {
    flex: 0 auto;
    align-self: center;
  }

  .overlayed-effect_vignette-small {
    width: auto;
    left: -20px;
    right: -20px;
  }

  .rl_header1_content-asym-geninfo {
    margin-left: auto;
    margin-right: auto;
  }

  .rl-footer3_padding-section {
    padding-top: 2rem;
  }

  .section_spacing_black-large {
    padding-bottom: 4.5rem;
  }

  .rl_overlap-card_image {
    position: relative;
  }

  .rl_headingrequest_spacing-block-large {
    padding-bottom: 4rem;
  }

  .rl_section_keywords.is-hide-desktop {
    display: block;
  }

  .cookies_center-bottom {
    max-width: 100%;
  }

  .rl_navbar3_nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .nav-toggle_wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1.3em;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 1rem;
  }

  .section.full-screen {
    min-height: 600px;
  }

  .section.wider-padding.background-image {
    height: 400px;
  }

  .section.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.background-image.bg-tile-1 {
    background-image: linear-gradient(to bottom, var(--white), #fff0), linear-gradient(to bottom, #3a6ea53d, #3a6ea53d), url('../images/606Plumbing-tube-ware-pipes-system.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, repeat-x;
    background-size: auto, auto, contain;
    min-height: 480px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.half-screen-background-image {
    background-position: 50% 100%;
    background-size: contain;
    min-height: 560px;
  }

  .section.half-screen-background-image.right {
    background-position: 50% 100%;
    background-size: contain;
  }

  .section.half-screen-background-image.bg-illus-construction-team {
    background-image: linear-gradient(#fff 20%, #fff0), linear-gradient(#0000, #0000), url('../images/6541-s-logistic-workers-carrying-boxes-with-loaders.jpg');
    background-size: auto, auto, contain;
  }

  .section.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .section.black._80vh {
    min-height: 560px;
  }

  .section.black._80vh.bg-image03 {
    background-position: 50%;
  }

  .section.black._80vh.cta-contact {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), linear-gradient(to bottom, var(--opacwhite) 28%, white), url('../images/flip-contact-us-landing-page2x.jpg');
    background-position: 0 0, 0 0, 100% 120%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 400px;
    justify-content: flex-start;
  }

  .section.black._80vh.bg-image08 {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/Filltheform.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 400px;
  }

  .section.hide-sm-down {
    display: none;
  }

  .section.left-screen.background-image {
    height: 400px;
  }

  .section.left-screen.map {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: visible;
  }

  .section.left-screen._2maps {
    min-height: 600px;
    overflow: visible;
  }

  .section.right-screen {
    width: 100%;
  }

  .section.right-screen.background-image {
    height: 400px;
  }

  .section.right-screen.map {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: visible;
  }

  .section.right-screen.ocean-blue {
    background-image: linear-gradient(to bottom, var(--steel-blue-61), var(--steel-blue-61));
    color: var(--white);
  }

  .wrapper.space-around, .wrapper.brand-bw1 {
    justify-content: space-around;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.mobile {
    flex-basis: 50%;
  }

  .block.lg-50, .col.lg-4.centre-align {
    width: 100%;
  }

  .col.lg-4.centre-align.card-group-left {
    width: 100%;
    margin-right: auto;
  }

  .col.lg-4.centre-align.card-group-left.md-1 {
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }

  .col.lg-4.centre-align.card-group-right {
    margin-left: auto;
  }

  .col.lg-4.centre-align.card-group-right.md-1 {
    flex: none;
    margin-left: auto;
  }

  .col.lg-4.centre-align.md-1 {
    flex: none;
  }

  .col.lg-4.sm-2 {
    width: 100%;
  }

  .col.lg-4.sm-2.sm-no-margin-bottom {
    margin-bottom: 0;
  }

  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .col.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-2, .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .col.lg-6.centre-align-vertical {
    margin-top: 40px;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .col.lg-6.sm-margin-bottom {
    align-items: stretch;
    margin-bottom: 40px;
  }

  .col.lg-2.sm-1 {
    width: 50%;
  }

  .col.lg-2.category__card {
    width: 33.33%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .col.lg-5.sm-no-bottom-margin {
    margin-bottom: 0;
  }

  .col.lg-8.centre-align.sm-2, .col.lg-8.sm-2, .col.lg-10.md-2.sm-2 {
    width: 100%;
  }

  .col.lg-11.md-3.sm-1 {
    width: 50%;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    flex-wrap: wrap;
  }

  .row.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .row.sm-reverse {
    flex-direction: column-reverse;
  }

  .row.sm-no-wrap {
    flex-wrap: nowrap;
  }

  .row.margin-bottom.sm-reverse-layout {
    flex-direction: column-reverse;
  }

  .row.card-wrapper {
    flex-wrap: wrap;
  }

  .button {
    margin-top: auto;
  }

  .button.white.tagcloud, .button.standard-link.tagcloud {
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-field.side-margins.no-bottom-margins {
    min-width: auto;
  }

  .page-preview-link {
    height: 220px;
  }

  .price-table-container {
    padding: 40px;
  }

  .footer-logo {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

  .contact-form-container.card {
    padding: 40px;
  }

  .question-container {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .logo-navbar.white {
    width: 60px;
  }

  .partner-logo {
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    border-bottom: 1px solid var(--steel-blue);
    max-width: 60%;
    margin-bottom: 40px;
  }

  .phone-image.negative-margins {
    max-width: 70%;
    margin-bottom: -409px;
  }

  .no-margins.page-header-title, .no-margins.blog-header-title {
    font-size: 40px;
  }

  .sm-1 {
    width: 50%;
  }

  .hidden-md-down {
    display: none;
  }

  .sm-2 {
    width: 100%;
  }

  .sm-align-centre {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-arrow {
    font-size: 28px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .intro-hero-headline {
    margin-bottom: 20px;
    font-size: 56px;
  }

  .intro-paragraph.short-paragraph, .intro-paragraph.intro-short-paragraph {
    font-size: 16px;
  }

  .bricks-container {
    margin-bottom: 100px;
    transform: none;
  }

  .flex-horizontal-space-between {
    flex-direction: row;
    justify-content: space-between;
  }

  .flex-horizontal-space-between.footer {
    flex-direction: column;
  }

  .horizontal-short-line {
    margin-left: -40px;
    margin-right: -40px;
  }

  .team-small-container-1 {
    margin-bottom: 30px;
  }

  .short-paragraph {
    font-size: 1rem;
  }

  .computer-picture {
    margin-bottom: 40px;
  }

  .value-proposition-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .row-3 {
    flex-wrap: wrap;
  }

  .col-2.lg-6 {
    align-items: center;
    width: 100%;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .border-to-edge-picture {
    height: 400px;
  }

  .big-blog-thumbnail-container.no-bottom-margins {
    margin-bottom: 40px;
  }

  .intro-feature-container {
    padding: 20px;
  }

  .features-phone-image {
    height: 62%;
  }

  .starter-website-image.hidden {
    left: 161px;
  }

  .social-media-icons-container-2 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    margin-top: 40px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .feature-image {
    height: 30%;
  }

  .centred-logo {
    margin-left: 30px;
  }

  .play-icon {
    width: 50px;
  }

  .small-slide {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .step-content {
    text-align: left;
    flex: 1;
  }

  .how-it-works-step {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .how-it-works-step.justify-top {
    min-height: 0;
  }

  .circle {
    flex-wrap: nowrap;
    margin-right: 40px;
  }

  .circle.no-margins {
    margin-right: 0;
  }

  .footer-newsletter-form-container {
    margin-top: 20px;
  }

  .index-left-25 {
    display: none;
  }

  .stage__section--sticky-parent {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .quotation-content-right-75 {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .logo-2 {
    height: 30px;
    margin-top: 10px;
  }

  .navbar-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .menu-button {
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .app-store-link-button {
    margin-left: 2px;
    margin-right: 2px;
  }

  .right-nav-menu {
    width: 75%;
    min-width: 75vw;
    padding: 20px;
    display: block;
  }

  .nav-link-4, .dropdown-link-2 {
    padding-left: 25px;
  }

  .product-navbar {
    background-color: var(--midnight-blue);
  }

  .product-index-left-25 {
    flex: 1;
    width: 54px;
    height: 32px;
    padding-top: 0;
    top: 80px;
  }

  .pagination-button-wrapper {
    width: 60%;
  }

  .section-footer {
    padding-bottom: 10px;
  }

  .section-footer.full-screen {
    min-height: 600px;
  }

  .section-footer.wider-padding.background-image {
    height: 400px;
  }

  .section-footer.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section-footer.half-screen-background-image, .section-footer.half-screen-background-image.right {
    background-size: cover;
  }

  .section-footer.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .section-footer.black._80vh {
    height: 560px;
  }

  .section-footer.hide-sm-down {
    display: none;
  }

  .inner-product-image__wrapper {
    max-height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .spec-menu-button {
    text-align: center;
    width: 54px;
    min-width: 54px;
    height: 54px;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 10px;
  }

  .button-wrapper {
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .div-block-51 {
    padding: 92px;
  }

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

  .image-container--corner.card {
    padding: 40px;
  }

  .tag-wrapper--d-flex--wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .overlap-card.corner-paper {
    padding: 20px 40px 10px;
  }

  .overlap-card.corner-paper.centered {
    transform: none;
  }

  .overlap-card.corner-paper.centered:hover {
    transform: translate(0, -14px);
  }

  .overlap-card.corner-paper.center-paper {
    min-height: 320px;
  }

  .overlap-card.corner-paper.product {
    -webkit-backdrop-filter: blur(5px) blur(5px);
    backdrop-filter: blur(5px) blur(5px);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-style: solid;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    box-shadow: 10px 0 80px #1f2c3d1a;
  }

  .overlap-card.corner-paper.product:hover {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transform: none;
  }

  .section-small.blue {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .section-small.full-screen {
    min-height: 600px;
  }

  .section-small.wider-padding.background-image {
    height: 400px;
  }

  .section-small.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section-small.half-screen-background-image, .section-small.half-screen-background-image.right {
    background-size: cover;
  }

  .section-small.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .section-small.hide-sm-down {
    display: none;
  }

  .section-small.color {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .list-icon-bullet.icon--small {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
  }

  .flex-stretch-reverse {
    align-items: flex-end;
  }

  .footer-wrapper.space-around {
    justify-content: space-around;
  }

  .bullet-list-text {
    font-size: 16px;
  }

  .d-flex-split-screen {
    flex-flow: wrap-reverse;
  }

  .contact__card {
    max-height: 120px;
    padding: 20px;
  }

  .column-card {
    width: 25%;
    margin-left: 0;
  }

  .column-card.lg-4.centre-align {
    width: 100%;
  }

  .column-card.lg-4.centre-align.card-group-left {
    width: 100%;
    margin-right: auto;
  }

  .column-card.lg-4.centre-align.card-group-left.md-1 {
    flex: none;
    margin-left: auto;
    margin-right: auto;
  }

  .column-card.lg-4.centre-align.card-group-right {
    margin-left: auto;
  }

  .column-card.lg-4.centre-align.card-group-right.md-1 {
    flex: none;
    margin-left: auto;
  }

  .column-card.lg-4.centre-align.md-1 {
    flex: none;
  }

  .column-card.lg-4.sm-2 {
    width: 100%;
  }

  .column-card.lg-4.sm-2.sm-no-margin-bottom {
    margin-bottom: 0;
  }

  .column-card.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .column-card.lg-3.flex-stretch.md-2.sm-2 {
    width: 100%;
  }

  .column-card.lg-3.sm-1 {
    width: 50%;
  }

  .column-card.lg-3.sm-2, .column-card.lg-6 {
    width: 100%;
  }

  .column-card.lg-6.centre-align {
    width: 75%;
  }

  .column-card.lg-6.centre-align-vertical {
    margin-top: 40px;
  }

  .column-card.lg-6.sm-1 {
    width: 50%;
  }

  .column-card.lg-6.md-3.sm-2 {
    width: 100%;
  }

  .column-card.lg-6.sm-margin-bottom {
    align-items: stretch;
    margin-bottom: 40px;
  }

  .column-card.lg-2.sm-1 {
    width: 50%;
  }

  .column-card.lg-2.category__card {
    width: 33.33%;
  }

  .column-card.lg-5 {
    width: 100%;
  }

  .column-card.lg-5.bottom-margin-mobile {
    margin-bottom: 40px;
  }

  .column-card.lg-5.sm-no-bottom-margin {
    margin-bottom: 0;
  }

  .column-card.lg-8.centre-align.sm-2, .column-card.lg-8.sm-2, .column-card.lg-10.md-2.sm-2 {
    width: 100%;
  }

  .column-card.lg-11.md-3.sm-1 {
    width: 50%;
  }

  .contact-card-image {
    max-width: 60%;
  }

  .blog-date {
    font-size: 14px;
  }

  .blog-tags {
    padding-left: 0;
    font-size: 14px;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    padding: 4rem 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .styleguide_section-header {
    padding: 4rem 2rem;
  }

  .sticky2_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    height: auto;
  }

  .sticky2_item {
    width: 100%;
  }

  .sticky2_content-left {
    width: 100%;
    position: relative;
    top: 0%;
  }

  .sticky2_content-right {
    width: 100%;
  }

  .sticky1_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
  }

  .sticky1_content-left {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .sticky_content-right {
    width: 100%;
    position: static;
  }

  .hide-landscape {
    display: none;
  }

  .tabs_component {
    flex-direction: column;
  }

  .tabs_side-menu {
    flex-flow: wrap;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2.5rem;
    margin-right: 0;
  }

  .rl_navbar5_spacing-block2, .rl_navbar5_spacing-block1 {
    padding-bottom: .75rem;
  }

  .rl_navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .rl_navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .rl_navbar5_text-small {
    display: none;
  }

  .rl_navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .rl_navbar5_component {
    min-height: 4rem;
  }

  .section_header-splitscreen {
    flex-direction: column;
    display: flex;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2rem;
  }

  .rl_header1_component {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-text-style-xbold {
    font-size: 1rem;
  }

  .rl_header11_component {
    grid-row-gap: 1rem;
    grid-template-rows: .5fr;
  }

  .header_effect-overlay-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .header_p-content-group {
    margin-right: 20px;
  }

  .rl_heading1_spacing-block-large {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1-display {
    font-size: 2.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl-heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .rl_section_grid6-wrapper.is-glass-bg-design {
    min-height: 120vh;
    padding-bottom: 100vh;
  }

  .rl_section_grid6-wrapper.is-column-design-policy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_section_grid6-wrapper.is-in-standard {
    min-height: 100vh;
    padding-bottom: 100vh;
  }

  .rl-heading-style-display-effect, .rl-heading-style-h1-subtle-display {
    font-size: 2.5rem;
  }

  .rl_pricing8_spacing-block-6, .rl_pricing8_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl_features3_card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .rl_pricing8_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_pricing8_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_pricing8_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_features3_component {
    margin-top: auto;
  }

  .rl-heading-style-h5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl-heading-style-h5.is-undeline-glow {
    font-size: 1.25rem;
  }

  .header_col-colorbg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header_col-colorbg.bg-color1 {
    border-radius: 0;
  }

  .rl_cta8_spacing-block-2 {
    padding-bottom: .75rem;
  }

  .rl_cta8_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .rl_cta8_heading-wrapper {
    margin-right: 0;
  }

  .rl_cta8_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl_header44_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_header44_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_header44_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout192_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_layout192_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout192_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_global_spacing-block-tiny, .rl_heading1_spacing-block-xlarge {
    padding-bottom: 1.25rem;
  }

  .rl_overlapplan_spacing-block-6, .rl_overlapplan_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl-heading-style-h1-3 {
    font-size: 2.5rem;
  }

  .rl-heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .rl_overlapplan_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .rl_overlapplan_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-4 {
    font-size: 1rem;
  }

  .rl_overlapplan_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_overlapplan_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_overlapplan_centerplan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rl_layout239_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

  .rl_layout239_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-numbers {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout239_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout239_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout239_spacing-block-xlarge {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-5 {
    font-size: 1rem;
  }

  .rl_layout239_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .rl_layout239_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_section-footermitr.full-screen {
    min-height: 600px;
  }

  .rl_section-footermitr.wider-padding.background-image {
    height: 400px;
  }

  .rl_section-footermitr.wider-padding.map {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .rl_section-footermitr.background-image.bg-tile-1 {
    background-image: linear-gradient(to bottom, var(--white), #fff0), linear-gradient(to bottom, #3a6ea53d, #3a6ea53d), url('../images/606Plumbing-tube-ware-pipes-system.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, repeat-x;
    background-size: auto, auto, contain;
    min-height: 480px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rl_section-footermitr.half-screen-background-image {
    background-position: 50% 100%;
    background-size: contain;
    min-height: 560px;
  }

  .rl_section-footermitr.half-screen-background-image.right {
    background-position: 50% 100%;
    background-size: contain;
  }

  .rl_section-footermitr.half-screen-background-image.bg-illus-construction-team {
    background-image: linear-gradient(#fff 20%, #fff0), linear-gradient(#0000, #0000), url('../images/6541-s-logistic-workers-carrying-boxes-with-loaders.jpg');
    background-size: auto, auto, contain;
  }

  .rl_section-footermitr.no-vertical-padding.sm-flex-vertical {
    flex-direction: column;
    display: flex;
  }

  .rl_section-footermitr.black._80vh {
    min-height: 560px;
  }

  .rl_section-footermitr.black._80vh.bg-image03 {
    background-position: 50%;
  }

  .rl_section-footermitr.black._80vh.cta-contact {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), linear-gradient(to bottom, var(--opacwhite) 28%, white), url('../images/flip-contact-us-landing-page2x.jpg');
    background-position: 0 0, 0 0, 100% 120%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 400px;
    justify-content: flex-start;
  }

  .rl_section-footermitr.black._80vh.bg-image08 {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/Filltheform.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 400px;
  }

  .rl_section-footermitr.hide-sm-down {
    display: none;
  }

  .rl_section-footermitr.left-screen.background-image {
    height: 400px;
  }

  .rl_section-footermitr.left-screen.map {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: visible;
  }

  .rl_section-footermitr.right-screen {
    width: 100%;
  }

  .rl_section-footermitr.right-screen.background-image {
    height: 400px;
  }

  .rl_section-footermitr.right-screen.map {
    padding-top: 200px;
    padding-bottom: 200px;
    overflow: visible;
  }

  .rl_section-footermitr.right-screen.ocean-blue {
    background-image: linear-gradient(to bottom, var(--steel-blue-61), var(--steel-blue-61));
    color: var(--white);
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer3_credit-text {
    margin-top: 2rem;
  }

  .rl_footer3_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_product2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl_product2_heading-wrapper {
    margin-right: 0;
  }

  .rl_features4_card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rl_features4_column {
    margin-bottom: 4px;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .rl_section_full-bg-header {
    padding-top: 0;
  }

  .rl_section_full-bg-header.is-green {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .rl_section_grid6-bg-overlap {
    min-height: 100vh;
  }

  .rl_layout-fullbg_contentt {
    max-width: none;
    min-height: auto;
    padding-right: 20px;
  }

  .rl_layout-fullbg_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .sidemenu_column.bg-color1 {
    min-width: 80vw;
  }

  .rl-textthai-style-h5 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_logo1_bw {
    max-height: 3rem;
  }

  .rl_logo1_logo-list {
    padding-top: 1rem;
  }

  .rl_logo1_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl-heading-style-h6-3 {
    font-size: 1.125rem;
  }

  .rl-padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_contact6_spacing-block-5, .rl_contact6_spacing-block-6 {
    padding-bottom: .75rem;
  }

  .rl_contact6_form-field-2col {
    grid-template-columns: 1fr;
  }

  .rl_contact6_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-6 {
    font-size: 1rem;
  }

  .rl_contact6_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-4 {
    font-size: 2.25rem;
  }

  .rl_contact6_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_content6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_gallery-darkbg_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .rl_gallery-darkbg_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl_gallery-darkbg_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_line-divider-vertical {
    opacity: .5;
    display: none;
    left: 50%;
  }

  .rl_footer3_spacing-block-line-divider {
    padding-bottom: 3rem;
  }

  .rl_gallery7_image-wrapper-large {
    padding-top: 100%;
  }

  .rl_gallery_gallery-grid {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
    margin-bottom: auto;
  }

  .rl_gallery7_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-7 {
    font-size: 1rem;
  }

  .rl_gallery7_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-5 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-8 {
    font-size: 1rem;
  }

  .rl_layout1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-6 {
    font-size: 2.25rem;
  }

  .rl_layout1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout1_component {
    grid-template-columns: 100%;
  }

  .rl_layout1_grid-wrapper {
    margin-bottom: 20px;
  }

  .rl_logo1_color {
    max-height: 3rem;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .rl-heading-style-h6-4 {
    font-size: 1.125rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl-padding-section-medium-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_gallery-gridfulh-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .logo6_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .header_grid5-effect-overlay-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .rl-section-overlap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-component-overlap {
    padding-top: 2rem;
    padding-bottom: .5rem;
  }

  .rl-short-paragraph {
    font-size: 1rem;
  }

  .rl_features3_center-overlap {
    grid-template-columns: 1fr;
  }

  .rl_layout-form_componentt {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .u-year-component-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

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

  .rl_layout-fullbg_stickycomponent {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .mitr-sidebar-left-33 {
    flex: 1;
    width: 54px;
    height: 32px;
    padding-top: 0;
    top: 80px;
  }

  .mitr-sidebar-left-33.is-flex-align-right, .mitr-sidebar-left-33.is-flex-align-left {
    display: none;
  }

  .mitr-content-right-66 {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 10px;
  }

  .mitr-content-right-66.is-home-gallery {
    padding-right: 20px;
  }

  .mitr__section--sticky-parent {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .home-header_bg-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .heome-header_padding {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .nav_middle {
    width: 20%;
  }

  .heading-style-apple {
    font-size: 2rem;
  }

  .header_effect-grid-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .rl_layout-sticky-right_content {
    max-width: none;
    min-height: auto;
    margin-top: 40px;
  }

  .nav-menu-3 {
    width: 75%;
  }

  .image-bg-container.hide {
    display: none;
  }

  .image-bg-container.fitting {
    background-position: 0 0, 50%;
  }

  .ctalink {
    opacity: 1;
    min-height: 150px;
    margin-left: 25px;
    margin-right: 25px;
    transition: transform .2s;
  }

  .ctalink:hover {
    border: 1px solid #616161;
    transform: none;
  }

  .section-heading.left.standard-desciption {
    display: none;
  }

  .section-heading.red, .section-heading.standard-list {
    font-size: 26px;
  }

  .rl_navbar3_button {
    padding: .25rem 1rem;
  }

  .rl_navbar3_menu {
    width: 90vw;
  }

  .rl_navbar3_component {
    min-height: 4rem;
  }

  .contact_info-left {
    padding-left: 40px;
  }

  .rl_features_transparent-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rl_layout-fullbg_contentt-copy {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    min-height: auto;
    padding-left: 0;
    display: none;
  }

  .rl_headingcert_spacing-block-large {
    padding-bottom: 1.25rem;
  }

  .header_grid6-esg-overlay-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .rl_layout-fullbg_content-50tablet {
    max-width: none;
    min-height: auto;
    padding-right: 20px;
  }

  .header_standars-overlay-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

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

  .feature2col-card {
    border-bottom: 1px solid var(--neutral);
    border-right-style: none;
    margin-bottom: 10px;
  }

  .rl_features2col_card-content {
    padding-left: .5rem;
  }

  .rl_section_large-pipe-header {
    height: auto;
    min-height: 50vh;
  }

  .rl-heading-style-logo-display-effect {
    font-size: 2.5rem;
  }

  .rl_gallery-home-grid2fulh {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-centred-logo {
    margin-left: 30px;
  }

  .cta-text.white {
    font-size: 22px;
  }

  .column-full-width.standard.mobile {
    display: none;
  }

  .row-full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .standard-header.cta-link {
    padding-top: 0%;
  }

  .mitr__section {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .section_spacing_black-large {
    padding-bottom: 10rem;
  }

  .rl_overlap-card_image {
    max-width: 110%;
    margin-left: auto;
    margin-right: auto;
  }

  .rl_headingservice_spacing-block-large, .rl_headingrequest_spacing-block-large {
    padding-bottom: 1.25rem;
  }

  .rl_gallery7_image-wrapper-large-copy {
    max-height: 96%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .cookies_content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookies_content.cookies_column {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 50px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    font-size: 27px;
    line-height: 34px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 1rem;
  }

  .section.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .section.background-image.bg-tile-1 {
    background-image: linear-gradient(to bottom, var(--white), #fffc 70%, #ffffff57), linear-gradient(to bottom, #3a6ea53d, #3a6ea53d), url('../images/606Plumbing-tube-ware-pipes-system.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, repeat-x;
    background-size: auto, auto, contain;
    min-height: 400px;
  }

  .section.half-screen-background-image {
    background-position: 50%;
  }

  .section.half-screen-background-image.right {
    background-position: 50% 100%;
  }

  .section.black._80vh.bg-image02 {
    background-size: auto 30vh;
  }

  .section.black._80vh.bg-image03 {
    background-size: cover;
  }

  .section.black._80vh.bg-image04 {
    background-position: 50% 100%;
    background-size: auto 30vh;
  }

  .section.black._80vh.bg-image05 {
    background-size: auto 30vh;
  }

  .section.black._80vh.bg-image07 {
    background-position: 0 0, 50% 100%;
    background-size: auto, 960px;
  }

  .section.black._80vh.cta-contact {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), linear-gradient(to bottom, var(--opacwhite) 28%, white), url('../images/flip-contact-us-landing-page2x.jpg');
    background-position: 0 0, 0 0, 100% 150%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 400px;
    justify-content: flex-start;
  }

  .section.black._80vh.bg-image08 {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/Filltheform.jpg');
    background-position: 0 0, 100% 120%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 320px;
  }

  .section.page-header {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .section.page-header.image {
    padding-bottom: 80px;
  }

  .section.page-header.image-small {
    margin-top: auto;
    padding-bottom: 40px;
  }

  .section.page-header.blog-image-small {
    margin-top: auto;
    padding-bottom: 0;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 15px;
  }

  .wrapper.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .wrapper.lg-negative-margins {
    align-items: flex-start;
  }

  .wrapper.mobile-nav {
    position: relative;
  }

  .wrapper.brand-bw1 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .grid {
    flex-wrap: wrap;
  }

  .block {
    flex: 0 0 100%;
  }

  .block.lg-50 {
    padding: 40px;
  }

  .col {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .col.lg-4.centre-align.card-group-right.md-1 {
    flex: none;
  }

  .col.lg-4.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-4.xs-1 {
    width: 50%;
  }

  .col.lg-4.md-33.xs-2, .col.lg-3, .col.lg-3._2-col-in-mobile, .col.lg-3.md-2.sm-2, .col.lg-3.md-2.xs-2, .col.lg-3.sm-1.flex-stretch.xs-2, .col.lg-3.sm-1.xs-2 {
    width: 100%;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 100%;
  }

  .col.lg-6.sm-1 {
    width: 50%;
  }

  .col.lg-6.sm-1.xs-2, .col.lg-6.md-3.xs-2, .col.lg-2.md-1.sm-1.xs-2, .col.lg-2.md-33.xs-2, .col.lg-5, .col.lg-5.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-10.xs-wide {
    padding-left: 0;
    padding-right: 0;
  }

  .row.flex-horizontal {
    flex-direction: row;
  }

  .button {
    margin-top: auto;
  }

  .button.form-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button.white.tagcloud, .button.standard-link.tagcloud {
    color: var(--steel-blue);
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 18px;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .form-field.side-margins.no-bottom-margins {
    margin-bottom: 40px;
  }

  .page-preview-link {
    height: 160px;
  }

  .price-table-container {
    padding: 35px;
  }

  .footer-logo {
    display: block;
  }

  .footer-link.spacing {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer-link.spacing.last {
    margin-right: 16px;
  }

  .footer-link.no-padding.first {
    margin-left: -12px;
  }

  .footer-link.no-padding.last {
    margin-right: -10px;
  }

  .footer-link.first {
    margin-left: -10px;
  }

  .footer-link.last {
    margin-right: -10px;
  }

  .social-media-icon, .contact-form-container {
    padding: 0;
  }

  .contact-form-container.card {
    padding: 20px 30px;
  }

  .contact-form-container.card.white-background {
    padding: 25px 30px 20px;
  }

  .contact-form-container.light-blue.padding {
    padding: 20px;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .answer {
    padding-left: 0;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 10px;
  }

  .partner-logo {
    width: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .phone-image {
    max-width: 80%;
  }

  .phone-image.negative-margins {
    max-width: 90%;
    margin-bottom: -456px;
  }

  .no-margins.header-title, .no-margins.page-header-title, .no-margins.page-header-title, .no-margins.blog-header-title {
    font-size: 28px;
    line-height: 36px;
  }

  .xs-1 {
    width: 50%;
  }

  .xs-2 {
    width: 100%;
  }

  .column-image {
    padding: 10px;
  }

  .slider-arrow {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 22px;
  }

  .slide-nav {
    height: 32px;
    font-size: 8px;
  }

  .blog-thumbnail-container {
    margin-bottom: 30px;
  }

  .masonry-div {
    padding-top: 50%;
  }

  .masonry-div.vertical, .masonry-div.big {
    padding-top: 100%;
  }

  .tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .intro-hero-headline {
    letter-spacing: 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1em;
  }

  .intro-paragraph.short-paragraph, .intro-paragraph.intro-short-paragraph {
    font-size: 16px;
  }

  .team-small-container {
    margin-bottom: 30px;
  }

  .form-with-button {
    flex-direction: column;
  }

  .form-with-button.inline-form, .form-with-button.horizontal {
    flex-direction: row;
  }

  .testimonial-container {
    padding: 50px 30px 30px;
  }

  .quotation-mark {
    width: 30px;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: 0;
    position: absolute;
  }

  .flex-horizontal-space-between {
    align-items: center;
  }

  .horizontal-short-line {
    margin-left: -35px;
    margin-right: -35px;
  }

  .team-container {
    margin-bottom: 0;
  }

  .short-paragraph {
    width: 100%;
  }

  .computer-picture {
    max-width: 80vw;
  }

  .app-download-button {
    width: 110px;
  }

  .app-download-container {
    flex-direction: row;
  }

  .computer-image {
    width: 110%;
  }

  .col-2 {
    margin-bottom: 10px;
  }

  .col-2.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .side-image {
    margin-bottom: 20px;
  }

  .side-image.lightbox-video {
    width: 100%;
  }

  .intro-feature-container {
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
  }

  .intro-feature-container.bottom-right {
    flex-direction: column;
  }

  .intro-feature-container.vertical {
    flex-direction: column;
    justify-content: space-between;
  }

  .features-phone-image {
    height: 90%;
    margin-top: -30%;
    margin-left: -20px;
  }

  .features-mac {
    max-width: 120%;
    margin-bottom: -20%;
    margin-right: -25%;
  }

  .mac-container {
    align-items: flex-end;
  }

  .starter-website-image.hidden {
    left: 34px;
  }

  .social-media-icons-container-2 {
    justify-content: space-between;
  }

  .horizontal-footer-links-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-social-links-container {
    justify-content: space-around;
    margin-top: 40px;
    display: flex;
  }

  .social-media-icons-contianer {
    display: flex;
  }

  .social-media-icons-contianer.no-bottom-margins {
    margin-bottom: 0;
  }

  .div-block-49 {
    text-align: left;
    align-items: flex-start;
  }

  .feature-image {
    height: 45%;
    margin-right: 30px;
  }

  .masonry-div-header {
    font-size: 25px;
    line-height: 31px;
  }

  .play-icon {
    width: 40px;
  }

  .mobile-nav {
    width: 100%;
    position: fixed;
  }

  .nav-menu-container, .dropdown-list.w--open {
    overflow: auto;
  }

  .icon-2 {
    position: absolute;
  }

  .small-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .partner-logo-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-arrow, .right-arrow {
    width: 60px;
  }

  .value-point-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .cta-container {
    margin-bottom: 40px;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .how-it-works-step {
    width: 100%;
  }

  .circle {
    margin-right: 20px;
  }

  .how-it-works-tab {
    text-align: center;
    align-items: center;
  }

  .navmenu-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flow__content-title.underline {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
  }

  .quotation-section--color-bg {
    padding-left: 15%;
    padding-right: 60px;
  }

  .quotation-content-right-75 {
    padding-right: 5%;
  }

  .logo-2 {
    margin-top: 5px;
  }

  .navbar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .app-store-button {
    height: 35px;
  }

  .menu-button {
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: 2px;
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-content-block {
    margin-top: 20px;
    padding: 10px;
  }

  .right-nav-menu {
    width: 82%;
  }

  .search__input.form-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .pagination-button-wrapper {
    width: 100%;
  }

  .section-footer.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .section-footer.half-screen-background-image, .section-footer.half-screen-background-image.right {
    background-position: 50%;
  }

  .section-footer.black._80vh {
    height: 500px;
  }

  .section-footer.page-header {
    padding-top: 80px;
  }

  .section-footer.page-header.image, .section-footer.page-header.image-small {
    padding-bottom: 80px;
  }

  .inner-product-image__wrapper {
    margin-right: -16px;
  }

  .d-flex--horizontal {
    flex-wrap: wrap;
  }

  .image-container--corner {
    padding: 0;
  }

  .image-container--corner.card {
    padding: 20px 30px;
  }

  .image-container--corner.card.white-background {
    padding: 25px 30px 20px;
  }

  .image-container--corner.light-blue.padding {
    padding: 20px;
  }

  .tag-wrapper--d-flex--wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .overlap-card {
    padding: 0;
  }

  .overlap-card.corner-paper {
    padding: 20px 30px;
  }

  .overlap-card.corner-paper.white-background {
    padding: 25px 30px 20px;
  }

  .overlap-card.corner-paper.refproject {
    margin-top: auto;
  }

  .overlap-card.light-blue.padding {
    padding: 20px;
  }

  .section-small.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .section-small.half-screen-background-image, .section-small.half-screen-background-image.right {
    background-position: 50%;
  }

  .section-small.page-header {
    padding-top: 80px;
  }

  .section-small.page-header.image {
    padding-bottom: 80px;
  }

  .section-small.page-header.image-small {
    margin-top: auto;
    padding-bottom: 80px;
  }

  .bullet-list-horizontal {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .list-icon-bullet {
    width: 24px;
    height: 24px;
    margin-left: 0;
  }

  .footer-wrapper {
    padding-left: 20px;
    padding-right: 40px;
  }

  .footer-wrapper.space-around {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-wrapper.lg-negative-margins {
    align-items: flex-start;
  }

  .footer-wrapper.mobile-nav {
    position: relative;
  }

  .contact__card {
    max-height: 160px;
  }

  .column-card {
    width: 50%;
    margin-bottom: 0;
    padding: 0;
  }

  .column-card.lg-4 {
    width: 100%;
  }

  .column-card.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .column-card.lg-4.centre-align.card-group-right.md-1 {
    flex: none;
  }

  .column-card.lg-4.md-3.xs-2 {
    width: 100%;
  }

  .column-card.lg-4.xs-1 {
    width: 50%;
  }

  .column-card.lg-4.md-33.xs-2, .column-card.lg-3, .column-card.lg-3._2-col-in-mobile, .column-card.lg-3.md-2.sm-2, .column-card.lg-3.md-2.xs-2, .column-card.lg-3.sm-1.flex-stretch.xs-2, .column-card.lg-3.sm-1.xs-2 {
    width: 100%;
  }

  .column-card.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .column-card.lg-6.centre-align {
    width: 100%;
  }

  .column-card.lg-6.sm-1 {
    width: 50%;
  }

  .column-card.lg-6.sm-1.xs-2, .column-card.lg-6.md-3.xs-2, .column-card.lg-2.md-1.sm-1.xs-2, .column-card.lg-2.md-33.xs-2, .column-card.lg-5, .column-card.lg-5.md-3.xs-2 {
    width: 100%;
  }

  .category-tag-wrapper {
    flex-wrap: wrap;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .sticky2_content-right {
    top: 256px;
  }

  .tabs_side-menu {
    justify-content: flex-start;
  }

  .fs-styleguide_images-layout {
    grid-template-columns: 1fr;
  }

  .rl_navbar5_large-item-content {
    margin-top: 1rem;
  }

  .rl_navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

  .rl_navbar5_blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rl_navbar5_dropdown-link {
    padding-left: 0;
  }

  .rl_navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_header1_image-wrapper50 {
    min-width: auto;
  }

  .rl-button-secondary.is-nav {
    display: none;
  }

  .rl-button-group-2 {
    flex-flow: column;
    align-items: stretch;
  }

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

  .rl-text-style-xbold.is-mitr {
    font-size: 1rem;
  }

  .rl-text-style-xbold.is-mitr-top {
    padding-top: 5px;
    font-size: 2rem;
  }

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

  .section_header-splitscreeen {
    min-height: 60vh;
    padding-bottom: 20px;
  }

  .header_effect-overlay-wrapper {
    grid-template-rows: 15fr auto auto auto;
    position: absolute;
  }

  .rl_header1_content-asym {
    padding-right: 40px;
  }

  .header_p-content-group {
    margin-right: auto;
  }

  .header_col-effect2 {
    -webkit-backdrop-filter: brightness(140%);
    backdrop-filter: brightness(140%);
  }

  .rl_header1_image-wrapper {
    min-width: auto;
  }

  .rl_section_grid6-wrapper.is-glass-bg-design {
    min-height: 160vh;
    padding-bottom: 100vh;
  }

  .rl_section_grid6-wrapper.is-in-standard {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-heading-style-h4.is-qc {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rl_features3_component {
    margin-top: 0;
  }

  .header_col-colorbg {
    padding-left: 0;
    padding-right: 0;
  }

  .rl_cta_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .rl_heading1_spacing-block-xlarge {
    display: block;
  }

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

  .rl_layout239_heading-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rl_section-footermitr.full-screen.navbar-section {
    padding-top: 0;
    display: block;
  }

  .rl_section-footermitr.background-image.bg-tile-1 {
    background-image: linear-gradient(to bottom, var(--white), #fffc 70%, #ffffff57), linear-gradient(to bottom, #3a6ea53d, #3a6ea53d), url('../images/606Plumbing-tube-ware-pipes-system.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, repeat-x;
    background-size: auto, auto, contain;
    min-height: 400px;
  }

  .rl_section-footermitr.half-screen-background-image {
    background-position: 50%;
  }

  .rl_section-footermitr.half-screen-background-image.right {
    background-position: 50% 100%;
  }

  .rl_section-footermitr.black._80vh.bg-image02 {
    background-size: auto 30vh;
  }

  .rl_section-footermitr.black._80vh.bg-image03 {
    background-size: cover;
  }

  .rl_section-footermitr.black._80vh.bg-image04 {
    background-position: 50% 100%;
    background-size: auto 30vh;
  }

  .rl_section-footermitr.black._80vh.bg-image05 {
    background-size: auto 30vh;
  }

  .rl_section-footermitr.black._80vh.bg-image07 {
    background-position: 0 0, 50% 100%;
    background-size: auto, 960px;
  }

  .rl_section-footermitr.black._80vh.cta-contact {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), linear-gradient(to bottom, var(--opacwhite) 28%, white), url('../images/flip-contact-us-landing-page2x.jpg');
    background-position: 0 0, 0 0, 100% 150%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, 400px;
    justify-content: flex-start;
  }

  .rl_section-footermitr.black._80vh.bg-image08 {
    background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue)), url('../images/Filltheform.jpg');
    background-position: 0 0, 100% 120%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 320px;
  }

  .rl_section-footermitr.page-header {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .rl_section-footermitr.page-header.image {
    padding-bottom: 80px;
  }

  .rl_section-footermitr.page-header.image-small {
    margin-top: auto;
    padding-bottom: 40px;
  }

  .rl_section-footermitr.page-header.blog-image-small {
    margin-top: auto;
    padding-bottom: 0;
  }

  .rl_footer3_credit-text {
    text-align: right;
    margin-top: .5rem;
    font-size: .75rem;
  }

  .rl_footer3_bottom-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
  }

  .rl_footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .overlayed-effect_glass-block {
    inset: 0%;
  }

  .rl_features-color_card-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .overlayed-effect_red-hue, .overlayed-effect_vignette-dark {
    inset: 0%;
  }

  .rl_layout-fullbg_contentt {
    max-width: 90vw;
    padding-right: 20px;
  }

  .rl_layout-fullbg_component {
    grid-template-columns: 1fr;
  }

  .rl_logo1_logo-list {
    justify-content: center;
  }

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

  .rl_gallery_gallery-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .rl_fullwidth_image-wrapper {
    min-width: auto;
  }

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

  .rl_fullheight_image-wrapper {
    box-shadow: 1px 1px 0 1px var(--opacwhite);
    min-width: auto;
  }

  .logo2_logo-list {
    justify-content: center;
  }

  .logo2_logo-list.is-square {
    grid-column-gap: .75rem;
    grid-row-gap: 4rem;
  }

  .rl_gallery-gridfulh-component {
    grid-template-columns: 1fr;
  }

  .rl_gallery-1colstack-wrapper {
    min-width: auto;
  }

  .header_grid5-effect-overlay-wrapper {
    grid-template-rows: minmax(auto, 1fr) auto;
  }

  .rl_header44_component-copy {
    margin-left: 10px;
  }

  .rl-short-paragraph {
    width: 100%;
  }

  .checkbox-field {
    padding-right: 5px;
  }

  .rl_layout-form_componentt {
    grid-template-columns: 1fr;
  }

  .udesly-current-year {
    margin-top: .5rem;
  }

  .udesly-date-block {
    font-size: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .rl_layout-fullbg_stickycomponent {
    grid-template-columns: 1fr;
  }

  .mitr-content-right-66 {
    padding-right: 7.5%;
  }

  .mitr-content-right-66.is-home-gallery {
    padding-left: 10px;
    padding-right: 15px;
  }

  .nav_middle {
    width: 30%;
  }

  .heading-style-apple.is-views {
    font-size: 1.5rem;
  }

  .heading-style-apple.is-right-title {
    padding-left: 20px;
  }

  .heading-style-apple.is-thai {
    padding-left: 20px;
    font-size: 1.5rem;
  }

  .views_grid {
    overflow: hidden;
  }

  .header_effect-grid-wrapper {
    grid-template-rows: minmax(auto, 1fr) auto;
  }

  .header_col-grideffect {
    -webkit-backdrop-filter: brightness(140%);
    backdrop-filter: brightness(140%);
  }

  .rl_layout-sticky-right_content {
    max-width: 90vw;
    margin-left: 10px;
    padding-right: 0;
  }

  .rl_header1_image-wrapperf {
    min-width: auto;
  }

  .ctalink:hover {
    border-style: none;
  }

  .ctalink.w--current {
    opacity: 1;
    color: #fff;
  }

  .section-heading {
    display: block;
  }

  .section-heading.red, .section-heading.standard-list {
    font-size: 22px;
    font-weight: 700;
  }

  .rl_navbar3_link-inlinetext {
    text-align: left;
  }

  .contact_info-left {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 10px;
  }

  .mitr_icon-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .rl_layout-fullbg_contentt-copy {
    max-width: 90vw;
  }

  .contact_content-wrapper {
    padding-left: 10px;
    padding-right: 20px;
  }

  .header_grid6-esg-overlay-wrapper {
    grid-template-rows: minmax(200px, 1.5fr) auto;
  }

  .rl_layout-fullbg_content-50tablet {
    max-width: 90vw;
    padding-right: 20px;
  }

  .header_standars-overlay-wrapper {
    grid-template-rows: 15fr auto auto auto;
    position: relative;
  }

  .rl_fullheight_image-right-wrapper {
    min-width: auto;
  }

  .home-sticky-content-wrapper {
    padding-left: 20px;
  }

  .accordion_wrapper {
    width: auto;
  }

  .is-rounded-custom, .is-rounded-huge, .is-rounded-medium, .is-rounded-large, .is-rounded-small, .is-rounded-xsmall {
    padding: 0;
  }

  .rl_gallery-home-grid2fulh {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
    max-height: 60vh;
  }

  .rl_homecolstack-image {
    height: 20vh;
  }

  .cta-text {
    display: block;
  }

  .cta-text.white {
    font-size: 16px;
  }

  .column-full-width {
    height: auto;
  }

  .column-full-width.standard {
    height: 90px;
    min-height: 90px;
  }

  .standard-header.cta-link {
    padding-bottom: 5%;
  }

  .hero-heading {
    padding-bottom: 15px;
    font-size: 28px;
    line-height: 36px;
  }

  .hero-heading.hero-subheading {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.2em;
  }

  .overlayed-effect_vignette-small {
    inset: 0%;
  }

  .rl_header1_content-asym-geninfo {
    padding-right: 40px;
  }

  .rl-footer3_padding-section {
    padding-top: 3rem;
  }

  .cookies_center-bottom {
    flex-direction: column;
    justify-content: flex-end;
    min-width: auto;
    padding: 20px;
    bottom: 0;
  }

  .cookies_bottom-float-image {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .cookies_content.cookies_column {
    flex-flow: column;
  }

  .cookies_text-wrapper, .cookies_span {
    font-size: .75rem;
  }

  .cookies_button-center {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }
}

#w-node-_98814148-7fa8-fdee-b5fe-4d06c3d56272-f959eda2 {
  align-self: start;
}

#w-node-cc7f239f-7dfc-2565-5e33-d08c436c2823-f959eda2 {
  grid-area: 4 / 7 / 6 / 13;
}

#w-node-c9b9f2f2-5540-8549-0176-2ab099a921d5-f959eda2 {
  grid-area: 7 / 7 / 11 / 13;
}

#w-node-_2a40d702-d9a0-217e-72ee-1baf5447fdc3-f959eda2 {
  grid-area: 12 / 7 / 15 / 13;
}

#w-node-c9b9f2f2-5540-8549-0176-2ab099a921d6-f959eda2 {
  grid-area: 15 / 7 / 19 / 13;
}

#w-node-bcc11b22-6872-c76d-b655-4d72b27b340e-f959eda2 {
  grid-area: 25 / 7 / 28 / 13;
}

#w-node-c9b9f2f2-5540-8549-0176-2ab099a921d7-f959eda2 {
  grid-area: 28 / 7 / 31 / 13;
}

#w-node-_4bf1e038-1f21-b692-844d-1d54af15b21f-af15b218 {
  place-self: center;
}

#w-node-_1916f397-b50c-a9d4-1c79-affa7837748d-78377487 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1916f397-b50c-a9d4-1c79-affa78377490-78377487, #w-node-_1916f397-b50c-a9d4-1c79-affa78377493-78377487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1916f397-b50c-a9d4-1c79-affa78377496-78377487 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1916f397-b50c-a9d4-1c79-affa78377499-78377487, #w-node-_1916f397-b50c-a9d4-1c79-affa7837749c-78377487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dddbc84-d135-85ac-10fa-eff388c38fd3-4147079a {
  justify-self: end;
}

#w-node-_92168c20-54bb-2c4e-bba2-d7878d4e00e4-f959eda5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ea411a5-59b9-8d1c-ebff-d8c77e1becc1-f959eda5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d81e639-6a79-ec6d-3f4a-2b1a4df30380-4df30379 {
  place-self: center;
}

#w-node-_8c2502f5-7294-30af-fb2d-fa03b79ff87f-b79ff83f {
  justify-self: end;
}

#w-node-_77833484-f231-119b-2f20-92bb5782ead6-f959eda6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_77833484-f231-119b-2f20-92bb5782ead9-f959eda6, #w-node-_77833484-f231-119b-2f20-92bb5782eadc-f959eda6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77833484-f231-119b-2f20-92bb5782eadf-f959eda6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_77833484-f231-119b-2f20-92bb5782eae2-f959eda6, #w-node-_77833484-f231-119b-2f20-92bb5782eae5-f959eda6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a104ca3c-bebb-74dc-f130-99fc159db18d-159db188 {
  align-self: start;
}

#w-node-e5aaac48-02de-d04b-7eb2-8e9165f740b5-f959eda9 {
  justify-self: end;
}

#w-node-d4e0f734-27ea-a91e-9474-74040e23e324-f959eda9, #w-node-d4e0f734-27ea-a91e-9474-74040e23e32f-f959eda9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4e0f734-27ea-a91e-9474-74040e23e331-f959eda9 {
  justify-self: start;
}

#w-node-_4b4a99c1-92d3-c1a2-8a49-cfe4787f0791-73395bb8 {
  justify-self: end;
}

#w-node-e1435b1b-02a5-c78b-15f0-96a22b8ec58a-2b8ec584, #w-node-e1435b1b-02a5-c78b-15f0-96a22b8ec59e-2b8ec584, #w-node-fbe9c6d5-d1ae-f138-1f7c-17d7337a51fc-f959edad {
  align-self: start;
}

#w-node-_82de31bb-1142-fac1-b0d9-1df10b44c433-f959edaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e538ded-5bf5-11ee-7637-14355d9be1d4-f959edaf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_7e538ded-5bf5-11ee-7637-14355d9be1d5-f959edaf {
  grid-column: span 2 / span 2;
}

#w-node-_5354eb10-b8f1-355c-f921-29919a97d368-9a97d358, #w-node-_5354eb10-b8f1-355c-f921-29919a97d36d-9a97d358, #w-node-_5354eb10-b8f1-355c-f921-29919a97d373-9a97d358 {
  align-self: start;
}

#w-node-_029e6735-0cb7-fe62-461c-247333e58170-9a97d358, #w-node-_5354eb10-b8f1-355c-f921-29919a97d3a7-9a97d358 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5354eb10-b8f1-355c-f921-29919a97d3a9-9a97d358 {
  justify-self: start;
}

#w-node-_9bffca0d-5058-a291-5fcc-67d2654c96ae-f959edb3, #w-node-_9bffca0d-5058-a291-5fcc-67d2654c96d1-f959edb3, #w-node-_9bffca0d-5058-a291-5fcc-67d2654c96fb-f959edb3, #w-node-_9bffca0d-5058-a291-5fcc-67d2654c9706-f959edb3 {
  align-self: start;
}

#w-node-b26edd2e-fef4-a803-21ce-1fc3060b82d5-f959edc0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b26edd2e-fef4-a803-21ce-1fc3060b82d8-f959edc0, #w-node-b26edd2e-fef4-a803-21ce-1fc3060b82db-f959edc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b26edd2e-fef4-a803-21ce-1fc3060b82de-f959edc0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b26edd2e-fef4-a803-21ce-1fc3060b82e1-f959edc0, #w-node-b26edd2e-fef4-a803-21ce-1fc3060b82e4-f959edc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7d27338-a45b-1ddf-d4b3-78755224ae00-f959edc3 {
  align-self: start;
}

#w-node-a7d27338-a45b-1ddf-d4b3-78755224ae35-f959edc3 {
  grid-area: 4 / 7 / 6 / 13;
}

#w-node-a7d27338-a45b-1ddf-d4b3-78755224ae37-f959edc3 {
  grid-area: 7 / 7 / 11 / 13;
}

#w-node-a7d27338-a45b-1ddf-d4b3-78755224ae38-f959edc3 {
  grid-area: 12 / 7 / 15 / 13;
}

#w-node-a7d27338-a45b-1ddf-d4b3-78755224ae3a-f959edc3 {
  grid-area: 15 / 7 / 19 / 13;
}

#w-node-a7d27338-a45b-1ddf-d4b3-78755224ae3b-f959edc3 {
  grid-area: 25 / 7 / 28 / 13;
}

#w-node-a7d27338-a45b-1ddf-d4b3-78755224ae3d-f959edc3 {
  grid-area: 28 / 7 / 31 / 13;
}

#w-node-_437be1fc-0431-fef8-5c0b-e69be80a08af-f959edc4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_437be1fc-0431-fef8-5c0b-e69be80a08b0-f959edc4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0374e56c-dca0-3de3-baf5-123d1bf4a75d-f959edc6, #w-node-f1ed4f37-028e-bcd2-6e87-e0c6d3c19e91-f959edc9, #w-node-_4a1ed2af-f3f7-0345-9964-f499345d0c3a-f959edc9, #w-node-_14604109-afc4-be04-b036-644c730bcf62-f959edc9, #w-node-cc74a736-9761-5448-c717-e9c264cd139f-f959edc9 {
  align-self: start;
}

#w-node-_1c289ce8-6cf9-c75e-3c29-b35508fa5795-f959edca {
  justify-self: end;
}

#w-node-_9c744a35-4851-cdce-f9c2-adebb17730f6-f959edcb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9c744a35-4851-cdce-f9c2-adebb17730f9-f959edcb, #w-node-_9c744a35-4851-cdce-f9c2-adebb17730fc-f959edcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c744a35-4851-cdce-f9c2-adebb17730ff-f959edcb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9c744a35-4851-cdce-f9c2-adebb1773102-f959edcb, #w-node-_9c744a35-4851-cdce-f9c2-adebb1773105-f959edcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c744a35-4851-cdce-f9c2-adebb177310e-f959edcb {
  align-self: start;
}

#w-node-b8bd9299-f56c-05ba-b479-df635fc2cbf3-f959edf6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b8bd9299-f56c-05ba-b479-df635fc2cbf6-f959edf6, #w-node-b8bd9299-f56c-05ba-b479-df635fc2cbf9-f959edf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8bd9299-f56c-05ba-b479-df635fc2cbfc-f959edf6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b8bd9299-f56c-05ba-b479-df635fc2cbff-f959edf6, #w-node-b8bd9299-f56c-05ba-b479-df635fc2cc02-f959edf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20adce8d-f8b6-165c-64af-a6b72e61c0d2-f959edf6 {
  align-self: start;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c193d-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1942-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1947-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c194c-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1952-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1958-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c195e-f959edfe {
  justify-self: start;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1a6b-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1a84-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1a87-f959edfe {
  justify-self: start;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1a89-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1a8c-f959edfe {
  justify-self: start;
}

#w-node-be2ee7b8-6cca-3330-d638-967a7b1e8bbc-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be2ee7b8-6cca-3330-d638-967a7b1e8bbd-f959edfe {
  justify-self: start;
}

#w-node-be2ee7b8-6cca-3330-d638-967a7b1e8bc1-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be2ee7b8-6cca-3330-d638-967a7b1e8bc2-f959edfe {
  justify-self: start;
}

#w-node-be2ee7b8-6cca-3330-d638-967a7b1e8bc6-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be2ee7b8-6cca-3330-d638-967a7b1e8bc7-f959edfe {
  justify-self: start;
}

#w-node-be2ee7b8-6cca-3330-d638-967a7b1e8bcb-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be2ee7b8-6cca-3330-d638-967a7b1e8bcc-f959edfe {
  justify-self: start;
}

#w-node-be2ee7b8-6cca-3330-d638-967a7b1e8bd0-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be2ee7b8-6cca-3330-d638-967a7b1e8bd1-f959edfe, #w-node-_6f0744fa-3b6e-2f36-239f-3f9fb6db659b-f959edfe, #w-node-fc9d3db3-422e-47ac-b6f3-64c92c4ed2d8-f959edfe, #w-node-_6f0744fa-3b6e-2f36-239f-3f9fb6db65a0-f959edfe {
  justify-self: start;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1b1f-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1b29-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1b2a-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1b98-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1b9d-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1ba2-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1ba7-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1bac-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1bb1-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1bbb-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1bc0-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1bc5-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1bca-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1bcf-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1bd4-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1bd9-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1bde-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1be3-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1be8-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1bed-f959edfe {
  justify-self: start;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1bf1-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1bf2-f959edfe {
  justify-self: start;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1bf4-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1bf7-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1bfc-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c01-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c16-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c1b-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c20-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c25-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c2a-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c2f-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c39-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c3e-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c43-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c48-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c4d-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c52-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c57-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c5c-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c61-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c66-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c6b-f959edfe {
  justify-self: start;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1c6f-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1c70-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c75-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c7a-f959edfe, #w-node-_56513813-d826-161a-8d80-29e6cc2c1c7f-f959edfe {
  justify-self: start;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1d05-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56513813-d826-161a-8d80-29e6cc2c1d61-f959edfe {
  justify-self: start;
}

#w-node-_3523eac8-ba5e-a1c2-e419-65b4b244f917-f959edfe, #w-node-_764de09a-1435-2093-124f-fe74750b726e-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0e8a-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0e8b-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0e93-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0e94-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0e9c-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0e9d-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0ea5-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0ea6-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0eae-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0eaf-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0eb7-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0eb8-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0ec0-f959edfe, #w-node-_5cecf677-7a68-9178-8575-9ed2bfbf0ec1-f959edfe, #w-node-a047410f-181e-4e11-d40c-c9c91dabc0b7-f959edfe, #w-node-c6241f6a-5929-e0f6-9e64-e2bc6f48fa5a-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a047410f-181e-4e11-d40c-c9c91dabc0b8-f959edfe, #w-node-f250a89b-0dc0-5d42-fd83-4afe7d1e1754-f959edfe {
  justify-self: start;
}

#w-node-_51c1a5fe-6d0d-364d-9a2a-25cccbbf9179-f959edfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fbe9c6d5-d1ae-f138-1f7c-17d7337a51fc-f959edad, #w-node-_0374e56c-dca0-3de3-baf5-123d1bf4a75d-f959edc6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e6c8387c-5c81-35bf-839d-90a72fdc3ae8-f959eda2, #w-node-_6a5c7308-7874-b5eb-b178-2e8c9cc82d90-f959eda2, #w-node-d4e0f734-27ea-a91e-9474-74040e23e23e-f959eda9, #w-node-d4e0f734-27ea-a91e-9474-74040e23e263-f959eda9, #w-node-_2d904e50-793c-a434-e902-9f5ea816c7fb-f959edae, #w-node-_2d904e50-793c-a434-e902-9f5ea816c802-f959edae, #w-node-e35b9f11-9864-4878-66fa-e1e55926c08a-f959edaf, #w-node-_5354eb10-b8f1-355c-f921-29919a97d35d-9a97d358, #w-node-_5354eb10-b8f1-355c-f921-29919a97d382-9a97d358, #w-node-_464c74a4-6400-fe0c-c206-aa37faf269fb-faf269f5, #w-node-_464c74a4-6400-fe0c-c206-aa37faf26a02-faf269f5, #w-node-_70649c39-fb10-d7ae-9ae6-762fc590de70-f959edbd, #w-node-_70649c39-fb10-d7ae-9ae6-762fc590de77-f959edbd, #w-node-a7d27338-a45b-1ddf-d4b3-78755224ad70-f959edc3, #w-node-a7d27338-a45b-1ddf-d4b3-78755224adcd-f959edc3, #w-node-b207190f-5a52-d9dc-7041-a2c599211515-f959edd1, #w-node-b207190f-5a52-d9dc-7041-a2c59921151c-f959edd1, #w-node-c5e844e6-0b4f-6055-16a5-9357e49b552d-f959edd2, #w-node-c5e844e6-0b4f-6055-16a5-9357e49b5534-f959edd2 {
    order: -9999;
  }
}


