@import url(https://fonts.googleapis.com/css?family=Barlow:100,300,400,500,600,700&display=swap);@charset "UTF-8";

/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*
Devices Widths
colors
fonts

*/

html {
  height: 100%;
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

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

ol,
ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

li {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: currentColor;
  letter-spacing: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  color: currentColor;
}

a {
  color: currentColor;
  text-decoration: none;
}

button {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

hr {
  margin: 0;
  border: 0;
}

cite,
address {
  font-style: normal;
}

input {
  background-color: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "BarlowCondensed-Bold";
  src: url(../fonts/BarlowCondensed-Bold.eot?cade127cb20cec5f957f2975512bfb3e) format("embedded-opentype"), url(../fonts/BarlowCondensed-Bold.woff?e28de3b06e2d0f11d8b20a12346f8e80) format("woff"), url(../fonts/BarlowCondensed-Bold.ttf?9e64e9b3dc33fbd5fb4aef88b6706057) format("truetype"), url(../fonts/BarlowCondensed-Bold.svg?9b85b65874dbf8773915fe6512bb1a51) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BarlowCondensed-ExtraBold";
  src: url(../fonts/BarlowCondensed-ExtraBold.eot?2943e3279c9e656f686a524cadebe73e) format("embedded-opentype"), url(../fonts/BarlowCondensed-ExtraBold.woff?4812c34b0a7854d23a4ad31a946ff960) format("woff"), url(../fonts/BarlowCondensed-ExtraBold.ttf?b69a8a0a6e1c6f8d6f3fa8d2f3ab6fcb) format("truetype"), url(../fonts/BarlowCondensed-ExtraBold.svg?658c6aa74a81f2df586089e2a41db411) format("svg");
  font-weight: normal;
  font-style: normal;
}

.slide-y-enter,
.slide-y-leave-to {
  transform: translateY(-100%);
}

.slide-x-enter,
.slide-x-leave-to {
  transform: translateX(-100%);
}

.slide-x-enter-active,
.slide-x-leave-active,
.slide-y-enter-active,
.slide-y-leave-active {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 400ms;
  transition-property: transform;
}

.fade-enter {
  opacity: 0;
}

.fade-enter-active {
  z-index: 0;
  transition-timing-function: ease;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-leave-active {
  position: absolute;
  z-index: 0;
  transition-timing-function: ease;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-leave-to {
  opacity: 0;
}

.fade-move {
  z-index: 1;
  transition-timing-function: ease;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-move.v-leave-active {
  transition-timing-function: ease, step-end;
}

/*------------------------------------ STYLES -----------------------------------*/

.heading-style-1 {
  font-family: "Barlow", sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.1818181818;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .heading-style-1 {
    font-size: 3.75rem;
    line-height: 1.2;
  }
}

.heading-style-2 {
  font-family: "Barlow", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2222222222;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .heading-style-2 {
    font-size: 2.25rem;
    line-height: 1;
    padding-bottom: 40px;
  }
}

.heading-style-3 {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667;
  padding-bottom: 12px;
}

@media (min-width: 992px) {
  .heading-style-3 {
    font-size: 2.25rem;
    line-height: 1.1111111111;
    padding-bottom: 20px;
  }
}

.heading-style-4 {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1666666667;
}

.heading-style-5 {
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2222222222;
  text-transform: uppercase;
  letter-spacing: 0.1875rem;
}

.heading-style-6 {
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

.heading-style-7 {
  font-family: "Barlow", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6666666667;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

.text-style-1 {
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3333333333;
}

.text-style-2 {
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3333333333;
}

@media (min-width: 992px) {
  .text-style-2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.blurb-text {
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3333333333;
}

.text-black {
  color: #4A473F;
}

.text-orange {
  color: #1DAA2E;
}

.text-white {
  color: #fff;
}

/*----------------------------------- SPACING -----------------------------------*/

.no-padding {
  padding: 0;
}

.heading-style-2 + .text-style-1 {
  margin-top: 20px;
}

.heading-style-2 + .text-style-2 {
  margin-top: 20px;
}

.heading-style-3 + .text-style-1 {
  margin-top: 20px;
}

.heading-style-4 + .text-style-1 {
  margin-top: 10px;
}

.heading-style-5 + .text-style-1 {
  margin-top: 10px;
}

.heading-style-6 + .heading-style-4 {
  margin-top: 10px;
}

.text-style-1 + .text-style-1 {
  margin-top: 20px;
}

.text-style-1 + .button-text {
  margin-top: 20px;
}

.text-style-1 + .button-grid {
  margin-top: 20px;
}

.text-style-2 + .button-text {
  margin-top: 20px;
}

.text-style-2 + .button-grid {
  margin-top: 20px;
}

.text-formatted p {
  margin-top: 20px;
}

.text-formatted p:last-child {
  margin-top: 0;
}

/*-------------------------------- INTERACTIONS ---------------------------------*/

.heading-style-4.text-black a {
  transition: 0.2s color ease-out;
}

.heading-style-4.text-black a:hover {
  color: #1DAA2E;
}

.heading-style-5.text-orange a {
  transition: 0.2s color ease-out;
}

.heading-style-5.text-orange a:hover {
  color: #4A473F;
}

.linkCosmetic {
  display: inline-block;
  border: 2px solid #1faa30;
  border-radius: 6px;
  padding: 2px 10px;
  margin-bottom: 10px;
  color: #4A473F;
}

/*------------------------------------ STYLES -----------------------------------*/

.list-base {
  padding-left: 40px;
  margin-top: 40px;
}

.list-base li {
  font-family: "Barlow", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.3333333333;
  position: relative;
  padding-left: 20px;
}

.list-base li::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #4A473F;
  border-radius: 50%;
}

.list-base li + li {
  margin-top: 20px;
}

/*------------------------------------ BREAKPOINTS -------------------------------------*/

/*------------------------------------ GRID -------------------------------------------*/

/*---------------------------------- BUTTONS ------------------------------------*/

.button-text_orange {
  display: inline-block;
  font-family: "BarlowCondensed-Bold";
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #1DAA2E;
  text-decoration: underline;
  transition: 0.2s color ease;
  position: relative;
  text-decoration: none;
}

.button-text_orange:hover,
.button-text_orange:focus {
  color: #1DAA2E;
}

.button-text_orange::after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #1DAA2E;
  transform: scaleX(0);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: transform;
}

.button-text_orange:focus::after,
.button-text_orange:hover::after {
  transform: scaleX(1);
}

.button-text_black {
  display: inline-block;
  font-family: "BarlowCondensed-Bold";
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #4A473F;
  text-decoration: underline;
  transition: 0.2s color ease;
}

.button-text_black:hover,
.button-text_black:focus {
  color: #1DAA2E;
}

.button-hollow_orange {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 40px;
  overflow: hidden;
  color: #1DAA2E;
  text-align: center;
  border: #1DAA2E 2px solid;
  transition: 0.2s color ease-out, 0.2s border-color ease-out;
}

@media (min-width: 768px) {
  .button-hollow_orange {
    width: auto;
  }
}

@media (min-width: 992px) {
  .button-hollow_orange {
    display: inline-block;
  }
}

.button-hollow_orange:hover,
.button-hollow_orange:focus {
  color: #fff;
  border-color: #1DAA2E;
}

.button-hollow_orange:hover::after,
.button-hollow_orange:focus::after {
  transform: translateX(-0.5%);
}

.button-hollow_orange::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 120%;
  height: 101%;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  content: "";
  background-color: #1DAA2E;
  transition: 0.2s transform ease-out;
  transform: translateX(-120%);
}

.button-hollow_white {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  border: #fff 2px solid;
  transition: 0.2s color ease-out, 0.2s border-color ease-out;
}

@media (min-width: 768px) {
  .button-hollow_white {
    width: auto;
  }
}

@media (min-width: 992px) {
  .button-hollow_white {
    display: inline-block;
  }
}

.button-hollow_white:hover,
.button-hollow_white:focus {
  color: #1DAA2E;
  border-color: #fff;
}

.button-hollow_white:hover::after,
.button-hollow_white:focus::after {
  transform: translateX(-0.5%);
}

.button-hollow_white::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 120%;
  height: 101%;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  content: "";
  background-color: #fff;
  transition: 0.2s transform ease-out;
  transform: translateX(-120%);
}

.button-hollow_white-orange {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  border: #1DAA2E 2px solid;
  transition: 0.2s color ease-out, 0.2s border-color ease-out;
}

@media (min-width: 768px) {
  .button-hollow_white-orange {
    width: auto;
  }
}

@media (min-width: 992px) {
  .button-hollow_white-orange {
    display: inline-block;
  }
}

.button-hollow_white-orange:hover,
.button-hollow_white-orange:focus {
  color: #00263e;
  border-color: #1DAA2E;
}

.button-hollow_white-orange:hover::after,
.button-hollow_white-orange:focus::after {
  transform: translateX(-0.5%);
}

.button-hollow_white-orange::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 120%;
  height: 101%;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  content: "";
  background-color: #1DAA2E;
  transition: 0.2s transform ease-out;
  transform: translateX(-120%);
}

.button-hollow_black-orange {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 40px;
  overflow: hidden;
  color: #4A473F;
  text-align: center;
  border: #1DAA2E 2px solid;
  transition: 0.2s color ease-out, 0.2s border-color ease-out;
}

@media (min-width: 768px) {
  .button-hollow_black-orange {
    width: auto;
  }
}

@media (min-width: 992px) {
  .button-hollow_black-orange {
    display: inline-block;
  }
}

.button-hollow_black-orange:hover,
.button-hollow_black-orange:focus {
  color: #fff;
  border-color: #4A473F;
}

.button-hollow_black-orange:hover::after,
.button-hollow_black-orange:focus::after {
  transform: translateX(-0.5%);
}

.button-hollow_black-orange::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 120%;
  height: 101%;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  content: "";
  background-color: #4A473F;
  transition: 0.2s transform ease-out;
  transform: translateX(-120%);
}

.button-hollow_black-orange::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
}

.button-solid_black {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 40px;
  color: #fff;
  text-align: center;
  background-color: #4A473F;
  transition: 0.2s color ease-out, 0.2s background-color ease-out;
}

@media (min-width: 768px) {
  .button-solid_black {
    width: auto;
  }
}

@media (min-width: 992px) {
  .button-solid_black {
    display: inline-block;
  }
}

.button-solid_black:hover,
.button-solid_black:focus {
  color: #fff;
  background-color: #1DAA2E;
}

.button-solid_orange,
.button-solid a {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 40px;
  color: #fff;
  text-align: center;
  background-color: #1DAA2E;
  transition: 0.2s color ease-out, 0.2s background-color ease-out;
}

@media (min-width: 768px) {
  .button-solid_orange,
  .button-solid a {
    width: auto;
  }
}

@media (min-width: 992px) {
  .button-solid_orange,
  .button-solid a {
    display: inline-block;
  }
}

.button-solid_orange:hover,
.button-solid_orange:focus,
.button-solid a:hover,
.button-solid a:focus {
  color: #fff;
  background-color: #4A473F;
}

.button-solid_navy {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 40px;
  color: #fff;
  text-align: center;
  background-color: #00263e;
  transition: 0.2s color ease-out, 0.2s background-color ease-out;
}

@media (min-width: 768px) {
  .button-solid_navy {
    width: auto;
  }
}

@media (min-width: 992px) {
  .button-solid_navy {
    display: inline-block;
  }
}

.button-solid_navy:hover,
.button-solid_navy:focus {
  color: #fff;
  background-color: #1DAA2E;
}

.button-left-bordered_gray {
  position: relative;
  padding: 29px 30px 24px;
  color: #4A473F;
  text-align: left;
  transition: 0.2s color ease-out;
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
}

.button-left-bordered_gray:hover,
.button-left-bordered_gray:focus {
  color: #fff;
}

.button-left-bordered_gray:hover::before,
.button-left-bordered_gray:focus::before {
  width: 100%;
}

.button-left-bordered_gray::before,
.button-left-bordered_gray::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  content: "";
}

.button-left-bordered_gray::before {
  z-index: -1;
  width: 3px;
  background-color: #00ab67;
  transition: 0.2s width ease-out;
}

.button-left-bordered_gray::after {
  z-index: -2;
  width: 100%;
  background-color: #f8f8f8;
}

.button-skip {
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.button-skip:focus {
  height: auto;
  padding: 19px 40px 14px;
}

/*-------------------------------- BUTTON GRID ----------------------------------*/

.button-grid {
  width: 100%;
  margin: -20px -12.5px 0;
  font-size: 0;
}

@media (min-width: 768px) {
  .button-grid {
    width: auto;
  }
}

@media (min-width: 768px) {
  .button-grid_centered {
    margin: -20px auto 0;
  }
}

.button-grid__item {
  display: block;
  width: 100%;
  margin: 20px 12.5px 0;
  vertical-align: top;
}

@media (min-width: 768px) {
  .button-grid__item {
    display: inline-block;
    width: auto;
  }
}

header {
  padding: 0;
  z-index: 10;
  width: 100%;
}

header .nav-menu .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 4rem;
  text-align: center;
}

header .nav-menu .sidenav a {
  padding: 0.5rem 0.5rem 1.25rem 2rem;
  text-decoration: none;
  font-size: 1.25rem;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

header .nav-menu .sidenav a:hover {
  color: #F7F7F7;
}

header .nav-menu .sidenav .closebtn {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-size: 2.25rem;
}

header .nav-menu .menu-icon {
  float: right;
  cursor: pointer;
  margin: 0.8rem;
}

@media (min-width: 568px) {
  header .nav-menu .menu-icon {
    margin: 1rem;
  }
}

@media (min-width: 768px) {
  header .nav-menu .menu-icon {
    margin: 1.875rem 0 0;
  }
}

header .navbar {
  background: none !important;
  padding: 0.5rem 15px;
}

header .navbar .block-site-logo .navbar-brand img {
  width: 150px;
}

@media (min-width: 768px) {
  header .navbar .block-site-logo .navbar-brand img {
    width: 250px;
  }
}

@media (min-width: 992px) {
  header .navbar .navbar-toggler {
    display: block !important;
    position: absolute;
    right: 15px;
  }
}

.footer {
  background: #1DAA2E;
  padding: 40px 0;
}

.footer-logo {
  padding-top: 6px;
}

.footer-logo a {
  background: #ffffff;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
}

.footer-decription p {
  color: #ffffff;
  font-size: 1rem;
  margin-top: 1.5rem;
  padding-right: 2rem;
}

.footer-menu-links > ul.nav {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  flex-flow: row;
}

.footer-menu-links > ul.nav li a {
  padding: 0 0 20px;
  font: 16px/1 "Barlow", sans-serif;
  color: #ffffff;
}

.footer-menu-links > ul.nav li a:hover,
.footer-menu-links > ul.nav li a:focus,
.footer-menu-links > ul.nav li a.is-active {
  text-decoration: underline;
}

.footer-menu-links > ul.nav > li {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-menu-links > ul.nav > li > a {
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
  pointer-events: none;
}

.footer-menu-links > ul.nav > li > a:after {
  content: none;
}

.footer-address h2 {
  font: 600 30px/1 "Barlow", sans-serif;
  color: #ffffff;
  padding-bottom: 9px;
}

.footer-address-detail {
  color: #ffffff;
}

.footer-address-detail .address-office {
  position: relative;
  padding: 0 0 0 1.875rem;
  font-size: 16px;
  margin: 0;
}

.footer-address-detail .address-office:before {
  content: "\F124";
  font-size: 1.25rem;
  color: #ffffff;
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  top: 0;
}

.footer-address-detail .official-email {
  position: relative;
  padding: 0 0 0 1.875rem;
  font-size: 16px;
  margin-top: 15px;
}

.footer-address-detail .official-email:before {
  content: "\F0E0";
  font-size: 1.25rem;
  color: #ffffff;
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  top: 0;
}

.footer-address-detail .official-email a {
  color: #ffffff;
  word-break: break-all;
}

.footer .f-title .f-heading-links {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}

@media (min-width: 768px) {
  .footer .f-title .f-heading-links {
    font-size: 2rem;
  }
}

.footer-bottom {
  padding: 15px 0 10px;
  background: #4C4942;
}

.footer-bottom .region-footer-bottom {
  width: 100%;
}

.footer-bottom .footer-social-media {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

@media (min-width: 568px) {
  .footer-bottom .footer-social-media {
    margin-top: 0;
    text-align: right;
  }
}

.footer-bottom .footer-social-media .social-links {
  float: none;
  text-align: center;
  display: inline-block;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .footer-bottom .footer-social-media .social-links {
    float: right;
    text-align: right;
    margin-top: 0;
  }
}

.footer-bottom .footer-social-media .social-links .social-list {
  display: inline-block;
  padding-right: 30px;
}

@media (min-width: 568px) {
  .footer-bottom .footer-social-media .social-links .social-list {
    padding-left: 30px;
    padding-right: 0;
  }
}

.footer-bottom .footer-social-media .social-links .social-list a {
  font-size: 1rem;
  display: inline-block;
}

.footer-bottom .footer-social-media .social-links .social-list a span {
  padding: 0 0 0 0.625rem;
}

.footer-bottom .footer-social-media .social-links .social-list img {
  max-width: 30px;
  width: 100%;
  transition: all 200ms ease-in;
  transform: scale(1);
}

.footer-bottom .footer-social-media .social-links .profile-linkedin a {
  color: #0077B5;
}

.footer-bottom .footer-social-media .social-links .profile-behance a {
  color: #1769FF;
}

.footer-bottom .footer-social-media .social-links .profile-facebook a {
  color: #3B5998;
}

.footer-bottom .footer-social-media .social-links .profile-twitter a {
  color: #1DA1F2;
}

.footer-bottom .copyright-text {
  float: left;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-bottom .copyright-text {
    text-align: left;
  }
}

.footer-bottom .copyright-text p {
  margin: 0;
  font: 16px/1 "Barlow", sans-serif;
  color: #ffffff;
  line-height: normal;
}

.paragraph--type--para-contact-us {
  padding: 60px 0;
}

.block-contact .block-contact--title {
  font-weight: 500;
}

.block-contact .block-contact--contact--image {
  display: flex;
}

.contact-form label {
  margin: 1rem 0 0 0;
  color: #999;
}

.contact-form .form-control {
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.contact-form .form-control:focus {
  border-color: #cccccc;
  outline: none;
  box-shadow: none;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-submit {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 40px;
  color: #fff;
  text-align: center;
  background-color: #1DAA2E;
  transition: 0.2s color ease-out, 0.2s background-color ease-out;
  margin: 0;
  border-color: #1DAA2E;
}

@media (min-width: 768px) {
  .contact-form .form-submit {
    width: auto;
  }
}

@media (min-width: 992px) {
  .contact-form .form-submit {
    display: inline-block;
  }
}

.contact-form .form-submit:hover,
.contact-form .form-submit:focus {
  color: #fff;
  background-color: #4A473F;
}

.contact-form .form-submit:active,
.contact-form .form-submit:hover {
  border-color: #4A473F;
  background-color: #4A473F;
  box-shadow: none;
}

.contact-form .form-type-managed-file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.contact-form .form-type-managed-file .description {
  display: none;
}

.contact-form .form-type-managed-file label {
  margin-top: 1rem;
  border: 1px solid #1DAA2E;
  width: 100%;
  padding: 15px 10px 10px 10px;
  color: #1DAA2E;
  transition: all 0.3s ease;
}

.contact-form .form-type-managed-file label:before {
  content: "";
  background-image: url(../images/upload.svg?c2ea1ad400486283f3360f1da72a00da);
  display: inline-block;
  width: 20px;
  height: 17px;
  background-size: cover;
  margin-right: 10px;
}

.contact-form .form-type-managed-file label:hover {
  border-color: #1DAA2E;
  color: #1DAA2E;
}

.map-iframe .map iframe {
  display: block;
}

.the-header {
  top: -100px;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  transition: 0.5s all;
}

.the-header.sticky {
  top: 0;
  width: 100%;
  transition: 0.5s all;
  background: #fff;
  border-bottom: 1px solid rgba(216, 216, 216, 0.3);
}

.the-nav {
  position: relative;
  width: 100%;
}

.the-nav__overlay {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #4A473F;
  opacity: 0.5;
}

.the-nav__wrap {
  position: relative;
  z-index: 1;
}

.the-nav__inner {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 65px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .the-nav__inner {
    height: 70px;
  }
}

@media (min-width: 1200px) {
  .the-nav__inner {
    justify-content: space-between;
  }
}

.the-nav__button-group {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100%;
  border-left: 1px solid rgba(216, 216, 216, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .the-nav__button-group {
    width: 90px;
  }
}

@media (min-width: 1200px) {
  .the-nav__button-group {
    position: relative;
    width: auto;
    border: 0;
    display: none;
  }
}

.the-nav__button {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .the-nav__button {
    width: 100px;
    height: 40px;
  }
}

.the-nav__button_search {
  display: none;
}

@media (min-width: 1200px) {
  .the-nav__button_search {
    display: inline-block;
    margin-right: 40px;
    margin-left: 40px;
  }
}

.the-nav__button-icon-menu {
  display: inline-block;
  width: 20px;
  height: 12px;
  vertical-align: middle;
}

.the-nav__button-icon-menu::before,
.the-nav__button-icon-menu::after {
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #4A473F;
  transform-origin: center;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: transform, background-color;
}

.the-nav__button-icon-menu::before {
  transform: scaleX(0.6) translateX(-7px);
}

.the-nav__button-icon-menu::after {
  margin-top: 6px;
}

.the-nav__button:hover .the-nav__button-icon-menu::after,
.the-nav__button:hover .the-nav__button-icon-menu::before {
  background-color: #757575;
}

.expanded .the-nav__button-icon-menu::before {
  background-color: #1DAA2E;
  transform: scaleX(1) translateY(4.5px) rotate(0.125turn);
}

.expanded .the-nav__button-icon-menu::after {
  background-color: #1DAA2E;
  transform: translateY(-4.5px) rotate(-0.125turn);
}

.the-nav__button-text {
  display: none;
}

@media (min-width: 1200px) {
  .the-nav__button-text {
    margin-left: 10px;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.2s;
    transition-property: color;
  }

  .expanded .the-nav__button-text {
    color: #1DAA2E;
  }

  .the-nav__button:hover .the-nav__button-text {
    color: #757575;
  }
}

.the-nav__button-icon-search {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 3px;
  opacity: 0;
  transform: translateY(-50%);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: opacity;
}

.the-nav__button-icon-search::before,
.the-nav__button-icon-search::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1DAA2E;
  transform-origin: center;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: background-color;
}

.the-nav__button-icon-search::after {
  transform: rotate(-45deg);
}

.the-nav__button-icon-search::before {
  transform: rotate(45deg);
}

.expanded .the-nav__button-icon-search {
  opacity: 1;
}

.the-nav__button:hover .the-nav__button-icon-search::after,
.the-nav__button:hover .the-nav__button-icon-search::before {
  background-color: #757575;
}

.the-nav__button-svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: opacity;
}

.expanded .the-nav__button-svg {
  opacity: 0;
}

.the-nav__button:hover .the-nav__button-svg {
  fill: #757575;
}

.the-nav__nav-list {
  display: none;
  margin-left: 0;
}

@media (min-width: 1200px) {
  .the-nav__nav-list {
    display: block;
    margin-bottom: 0;
  }
}

.the-nav__nav-list-item {
  display: inline-block;
  margin-left: 20px;
}

.the-nav__nav-item-link {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: color;
  font-size: 1rem;
  letter-spacing: 1px;
}

.the-nav__nav-item-link:hover {
  color: #757575;
}

.the-nav__logo-link {
  display: inline-block;
  fill: #1DAA2E;
}

.the-nav__logo-link img {
  width: auto;
  height: 45px;
}

@media (min-width: 992px) {
  .the-nav__logo-link img {
    height: 60px;
  }
}

.base-search,
.google-cse.search-block-form {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .base-search,
  .google-cse.search-block-form {
    height: 90px;
  }
}

.the-menu .base-search,
.the-menu .google-cse.search-block-form {
  position: relative;
}

@media (min-width: 992px) {
  .the-menu .base-search,
  .the-menu .google-cse.search-block-form {
    display: none;
  }
}

.region-content-bottom .base-search,
.region-content-bottom .google-cse.search-block-form {
  position: relative;
}

.base-search__outer,
.google-cse.search-block-form form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.base-search__inner,
.form-inner_wrapper {
  position: relative;
  height: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.base-search__input-label {
  display: block;
  height: 100%;
  background-color: #fff;
}

.form-item-query {
  margin: 0;
}

.form-item-query label {
  display: none;
}

.base-search__input,
.google-cse.search-block-form .form-search {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  color: #4A473F;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 0;
  background: none !important;
}

@media (min-width: 992px) {
  .base-search__input,
  .google-cse.search-block-form .form-search {
    font-size: 1.875rem;
  }
}

.base-search__input::-moz-placeholder, .google-cse.search-block-form .form-search::-moz-placeholder {
  color: #4A473F;
}

.base-search__input:-ms-input-placeholder, .google-cse.search-block-form .form-search:-ms-input-placeholder {
  color: #4A473F;
}

.base-search__input::placeholder,
.google-cse.search-block-form .form-search::placeholder {
  color: #4A473F;
}

.region-content-bottom .base-search__input,
.region-content-bottom .google-cse.search-block-form .form-search {
  border-bottom: 1px solid #f1f1f1;
}

.base-search__submit-button,
.google-cse.search-block-form .form-submit {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
}

.google-cse.search-block-form .form-submit {
  z-index: 2;
  opacity: 0;
}

.the-nav__discernible-content,
.base-search__discernible-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.base-search__submit-button-svg {
  width: 25px;
  height: 25px;
  fill: #4A473F;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.4s;
  transition-property: fill;
}

.base-search__submit-button:hover .base-search__submit-button-svg,
#search-block-form #edit-actions:hover .base-search__submit-button-svg {
  fill: #9b9b9b;
}

.base-search__outer:focus-within .base-search__submit-button-svg {
  fill: #1DAA2E;
}

.the-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background-color: #4A473F;
  top: 81px;
  z-index: 99;
}

@media (min-width: 992px) {
  .the-menu {
    top: 86px;
  }
}

.the-menu__outer {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

.the-menu__inner {
  position: relative;
  padding: 40px 25px;
}

.the-menu__inner .the-menu__heading {
  display: none;
}

.the-menu__list_top {
  margin-top: 20px;
  margin-left: 0;
}

.the-menu__list-item_top {
  display: inline-block;
  margin-right: 20px;
}

.the-menu__item-link {
  outline: none;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: color;
}

.the-menu__item-link:hover,
.the-menu__item-link:focus {
  color: #9b9b9b;
}

.the-menu__list_middle {
  margin-top: 40px;
  margin-left: 0;
}

@media (min-width: 1200px) {
  .the-menu__list_middle {
    display: none;
  }
}

.the-menu__list-item_middle {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
}

.the-menu__list_bottom {
  margin-top: 40px;
  margin-left: 0;
}

.the-menu__list-item_bottom {
  padding-top: 3rem !important;
}

.the-menu__list-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.the-menu__list-item-link {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: color;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  word-spacing: 4px;
  font-weight: 500;
}

.the-menu__list-item-link:hover {
  color: #9b9b9b;
}

.the-menu__list-item-content {
  margin-right: 25px;
  margin-left: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.the-menu__list-item-content ul {
  padding-top: 10px;
  padding-bottom: 20px;
}

.the-menu__content-list-item {
  margin-top: 20px;
}

.the-menu__content-list-item:first-child {
  margin-top: 0;
}

.the-menu__list-item-button {
  width: 60px;
  height: 60px;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: color;
}

.the-menu__list-item-button:hover {
  color: #9b9b9b;
}

.the-menu__list-item-button:focus {
  color: #1DAA2E;
}

.the-menu__discernible-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.the-menu__list-item-svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  fill: #fff;
  transform: rotate(90deg);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.4s;
  transition-property: transform, fill;
}

.expanded .the-menu__list-item-svg {
  transform: rotate(270deg);
}

@media (min-width: 992px) {
  .the-menu__list-item-button:hover .the-menu__list-item-svg {
    fill: #1DAA2E;
  }
}

.the-menu__content-item-link {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: color;
}

.the-menu__content-item-link:hover {
  color: #9b9b9b;
}

.the-menu__link-text {
  padding-right: 20px;
}

.the-menu__content-item-svg {
  display: inline-block;
  width: 10px;
  height: 10px;
  align-self: center;
  fill: #1DAA2E;
}

.the-menu__gradient {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 0;
  height: 160px;
  pointer-events: none;
  background-image: linear-gradient(0deg, #4A473F 10%, rgba(36, 38, 39, 0) 80%);
}

.the-menu__list_top .the-menu__item-link {
  color: #fff;
}

.the-menu__list_top .the-menu__item-link:hover,
.the-menu__list_top .the-menu__item-link:focus {
  color: #9b9b9b;
}

.hero-banner {
  background-color: #F7F7F7;
  padding: 80px 0.9375rem 0;
  position: relative;
  margin-top: -87px;
}

@media (min-width: 992px) {
  .hero-banner {
    vertical-align: middle;
    padding: 0 0.9375rem;
  }
}

.hero-banner:after {
  content: "";
  background: url(/themes/custom/fws/assets/svgs/hero-right-shape.svg);
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  width: 50%;
  background-size: cover;
}

body:not(.path-frontpage) .hero-banner:after {
  width: 60%;
  background-size: contain;
}

.hero-banner-text {
  margin: 0 -15px 40px;
}

@media (min-width: 568px) {
  .hero-banner-text {
    margin: 0 0 40px;
  }
}

@media (min-width: 992px) {
  .hero-banner-text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: inherit;
    transform: translate(0, -50%);
  }
}

.hero-banner-text .sub-title h3 {
  text-transform: uppercase;
  color: #1DAA2E;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 1200px) {
  .hero-banner-text .sub-title h3 {
    font-size: 2.5rem;
  }
}

.hero-banner-text .hero-main-title h1 {
  background: linear-gradient(#1DAA2E, #1DA1F2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

@media (min-width: 768px) {
  .hero-banner-text .hero-main-title h1 {
    font-size: 5rem;
  }
}

@media (min-width: 1200px) {
  .hero-banner-text .hero-main-title h1 {
    font-size: 7.5rem;
    margin: 0 0 0 -6px;
  }
}

@media (min-width: 1400px) {
  .hero-banner-text .hero-main-title h1 {
    font-size: 8.5rem;
  }
}

.hero-banner-text .hero-description p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.333;
  margin-top: 20px;
}

.hero-banner-text .hero-button {
  margin-top: 40px;
}

.hero-banner-text .hero-button a {
  display: inline;
}

.hero-banner .region-banner {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .hero-banner .region-banner {
    padding: 200px 0 100px;
  }
}

body.path-frontpage .hero-banner .region-banner .view-view-home-banner .banner-image-icon img {
  max-width: 100%;
}

@media screen and (max-width: 360px) {
  .view-id-view_home_banner .views-row .row .col-lg-6:first-child {
    padding: 0;
  }
}

.paragraph--type--our-services,
.paragraph--type--para-why-us-list {
  padding: 40px;
}

@media (min-width: 768px) {
  .paragraph--type--our-services,
  .paragraph--type--para-why-us-list {
    padding: 60px 0;
  }
}

@media (min-width: 768px) {
  .view-display-id-block_1 .views-row:nth-child(-n+3) .service-type,
  .paragraph--type--para-why-us-list .views-row:nth-child(-n+3) .service-type {
    border-bottom: 1px solid #cccccc;
  }

  .view-display-id-block_1 .views-row .service-type,
  .paragraph--type--para-why-us-list .views-row .service-type {
    border-right: 1px solid #cccccc;
  }

  .view-display-id-block_1 .views-row:nth-child(3) .service-type,
  .view-display-id-block_1 .views-row:nth-child(6) .service-type,
  .paragraph--type--para-why-us-list .views-row:nth-child(3) .service-type,
  .paragraph--type--para-why-us-list .views-row:nth-child(6) .service-type {
    border-right: 0;
  }
}

.view-display-id-block_1 .service-type,
.paragraph--type--para-why-us-list .service-type {
  text-align: center;
  padding: 1.875rem;
  height: 100%;
  transition: all 200ms ease-in;
  transform: scale(1);
}

.view-display-id-block_1 .service-type.Drupal .service-title a,
.paragraph--type--para-why-us-list .service-type.Drupal .service-title a {
  color: #00598E;
}

.view-display-id-block_1 .service-type.Magento .service-title a,
.paragraph--type--para-why-us-list .service-type.Magento .service-title a {
  color: #F46F25;
}

.view-display-id-block_1 .service-type.Joomla,
.paragraph--type--para-why-us-list .service-type.Joomla {
  border-right: none;
}

.view-display-id-block_1 .service-type.Joomla .service-title a,
.paragraph--type--para-why-us-list .service-type.Joomla .service-title a {
  color: #F44321;
}

.view-display-id-block_1 .service-type.Wordpress,
.paragraph--type--para-why-us-list .service-type.Wordpress {
  border-bottom: none;
}

.view-display-id-block_1 .service-type.Wordpress .service-title a,
.paragraph--type--para-why-us-list .service-type.Wordpress .service-title a {
  color: #21759B;
  border-bottom: none;
}

.view-display-id-block_1 .service-type.React.Native,
.paragraph--type--para-why-us-list .service-type.React.Native {
  border-bottom: none;
}

.view-display-id-block_1 .service-type.React.Native .service-title a,
.paragraph--type--para-why-us-list .service-type.React.Native .service-title a {
  color: #00D8FF;
  border-bottom: none;
}

.view-display-id-block_1 .service-type.Shopify,
.paragraph--type--para-why-us-list .service-type.Shopify {
  border-bottom: none;
  border-right: none;
}

.view-display-id-block_1 .service-type.Shopify .service-title a,
.paragraph--type--para-why-us-list .service-type.Shopify .service-title a {
  color: #96BF48;
  border-bottom: none;
  border-right: none;
}

.view-display-id-block_1 .service-type .service-icon,
.paragraph--type--para-why-us-list .service-type .service-icon {
  width: 55px;
  height: 65px;
  margin: 0 auto;
  display: flex;
}

.view-display-id-block_1 .service-type .service-icon img,
.paragraph--type--para-why-us-list .service-type .service-icon img {
  filter: brightness(0.5);
}

.view-display-id-block_1 .service-type .service-title h3,
.paragraph--type--para-why-us-list .service-type .service-title h3 {
  padding: 1rem 0;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 768px) {
  .view-display-id-block_1 .service-type .service-title h3,
  .paragraph--type--para-why-us-list .service-type .service-title h3 {
    font-size: 1.5rem;
  }
}

.view-display-id-block_1 .service-type .service-discription p,
.paragraph--type--para-why-us-list .service-type .service-discription p {
  color: #333333;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .view-display-id-block_1 .service-type .service-discription p,
  .paragraph--type--para-why-us-list .service-type .service-discription p {
    font-size: 1.2rem;
  }
}

.view-display-id-block_1 .service-type:hover .service-icon img,
.paragraph--type--para-why-us-list .service-type:hover .service-icon img {
  filter: brightness(0.1);
}

.join-hire {
  padding: 40px 0;
  background: #F7F7F7;
  border: 0;
}

@media (min-width: 768px) {
  .join-hire {
    padding: 0;
  }
}

.join-hire .field--name-field-cta-block-list {
  position: relative;
}

.join-hire .field--name-field-cta-block-list:after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  z-index: 2;
  background: white;
  top: 0;
  right: 0;
  transform: translate(-50%, 0);
}

.join-hire .offer-serve-field {
  text-align: center;
  height: 100%;
}

@media (min-width: 768px) {
  .join-hire .offer-serve-field {
    padding: 6rem 2rem;
  }
}

.we-hiring {
  padding: 5rem 0;
}

.we-hiring .jobs-categories .view-vb-jobs .views-row {
  padding-bottom: 30px;
}

.we-hiring .jobs-categories .view-vb-jobs .views-row .views-field-nothing {
  height: 100%;
}

.we-hiring .jobs-categories .view-vb-jobs .views-row .views-field-nothing .category-one {
  display: flex;
  background: #F7F7F7;
  padding: 30px 25px;
  margin-bottom: 30px;
  height: 100%;
}

.we-hiring .jobs-categories .view-vb-jobs .views-row .views-field-nothing .category-one i {
  font-size: 48px;
  color: #4A473F;
  padding: 0 15px 0 0;
}

.we-hiring .jobs-categories .view-vb-jobs .views-row .views-field-nothing .category-one .job-post {
  width: 100%;
  z-index: 9;
}

.we-hiring .jobs-categories .view-vb-jobs .views-row .views-field-nothing .category-one .job-post h3.heading-style-3 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.we-hiring .jobs-categories .view-vb-jobs .views-row .views-field-nothing .category-one .job-post .text-style-1 {
  color: #4A473F;
  margin: 5px 0 0;
}

.we-hiring .jobs-categories .view-vb-jobs .views-row .views-field-nothing .category-one .job-post .text-style-1 span {
  color: #1DAA2E;
  font-weight: 500;
}

.we-hiring .jobs-categories .view-vb-jobs .views-row .views-field-nothing .category-one .job-post a {
  position: relative;
  margin: 20px 0 0;
  padding: 10px 30px;
}

.we-hiring .jobs-categories .view-vb-jobs .views-row .views-field-nothing .category-one .job-post a:hover:before {
  left: 85%;
}

.we-hiring .jobs-categories .view-vb-jobs .views-row:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  bottom: 30px;
  height: 90%;
  width: 95%;
  transition: 0.4s ease-in;
  opacity: 0;
  transform: scale(1.04);
  box-shadow: 15px 15px 0px rgba(255, 192, 0, 0.2);
}

.we-hiring .jobs-categories .view-vb-jobs .views-row:hover:after {
  opacity: 1;
  transform: scale(1);
}

.paragraph--type--our-work {
  padding: 60px 0 0;
}

.carousel-gallery {
  overflow: hidden;
}

.carousel-gallery__inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.carousel-gallery__main,
.carousel-gallery__window {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .carousel-gallery__main,
  .carousel-gallery__window {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.carousel-gallery__main {
  z-index: 1;
  background-color: #fff;
}

.carousel-gallery__main + .carousel-gallery__window {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .carousel-gallery__main + .carousel-gallery__window {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .carousel-gallery__window {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .carousel-gallery__window {
    padding: 0 0.9375rem;
  }
}

.carousel-gallery__content {
  position: relative;
  z-index: 0;
  height: 100%;
  padding: 40px 0 0;
  position: relative;
  z-index: 0;
  width: inherit;
  background: none;
  opacity: 0;
  transition: 1s all;
}

@media (min-width: 768px) {
  .carousel-gallery__content {
    padding: 60px 20px 0;
  }
}

@media (min-width: 992px) {
  .carousel-gallery__content {
    padding: 90px 60px 0;
  }
}

@media (min-width: 1200px) {
  .carousel-gallery__content {
    padding: 90px 90px 0;
  }
}

@media (min-width: 768px) {
  .carousel-gallery__content {
    position: absolute;
    z-index: 2;
    width: calc(50% - 30px);
    background: #1DAA2E;
    width: calc(100% - 30px);
    top: 0;
    transition: 1s all;
  }
}

.carousel-gallery__content h2 a {
  color: #fff;
}

.carousel-gallery__content .button-grid {
  font-size: inherit;
}

.carousel-gallery__content .button-grid li a {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 40px;
  color: #1DAA2E;
  text-align: center;
  background-color: #fff;
  transition: 0.2s color ease-out, 0.2s background-color ease-out;
}

@media (min-width: 768px) {
  .carousel-gallery__content .button-grid li a {
    width: auto;
  }
}

@media (min-width: 992px) {
  .carousel-gallery__content .button-grid li a {
    display: inline-block;
  }
}

.carousel-gallery__content .button-grid li a:hover,
.carousel-gallery__content .button-grid li a:focus {
  color: #1DAA2E;
  background-color: #4A473F;
}

.carousel-gallery__items-wrap--v1 .slick-list {
  overflow: visible;
}

.carousel-gallery__items-wrap--v1 {
  width: 300px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .carousel-gallery__items-wrap--v1 {
    width: auto;
  }
}

.carousel-gallery__window .slider,
.carousel-gallery__window .slick-track {
  height: 400px;
  overflow: visible;
}

@media (min-width: 768px) {
  .carousel-gallery__window .slider,
  .carousel-gallery__window .slick-track {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .carousel-gallery__window .slider,
  .carousel-gallery__window .slick-track {
    height: 618px;
  }
}

.carousel-gallery__window .slider_container,
.carousel-gallery__window .slick-list {
  overflow: visible;
  padding: 0 !important;
}

.carousel-gallery__window .slider__navigation {
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 1;
  visibility: hidden;
  display: flex;
}

@media (min-width: 768px) {
  .carousel-gallery__window .slider__navigation {
    left: 40px;
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .carousel-gallery__window .slider__navigation {
    left: 75px;
  }
}

@media (min-width: 1200px) {
  .carousel-gallery__window .slider__navigation {
    left: 105px;
  }
}

.carousel-gallery__window .slider__pause-btn {
  display: none;
}

.carousel-gallery__window .slider__navigation-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: green;
  border-radius: 0;
  transition: 0.2s border-color ease-in-out;
}

.carousel-gallery__window .slider__navigation-btn .access-hidden {
  visibility: hidden;
}

.carousel-gallery__window .slider__navigation-btn.left:after {
  content: "";
  background: url("/themes/custom/fws/assets/svgs/arrow-left.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 45px;
  height: 44px;
  transition: 0.2s;
  background-position: center;
  background-size: 60%;
}

.carousel-gallery__window .slider__navigation-btn.right {
  justify-content: right;
  margin: 0 0 0 20px;
}

.carousel-gallery__window .slider__navigation-btn.right:after {
  content: "";
  background: url("/themes/custom/fws/assets/svgs/arrow-right.svg");
  background-repeat: no-repeat;
  position: absolute;
  width: 45px;
  height: 44px;
  transition: 0.2s;
  background-position: center;
  background-size: 60%;
}

.carousel-gallery__window .slider__navigation-btn:focus {
  outline: none;
}

.carousel-gallery__window .slider__navigation-btn:hover {
  border-color: #00ab67;
}

.carousel-gallery__window .slider__navigation-btn:hover .carousel-gallery__svg {
  fill: #00ab67;
}

.carousel-gallery__item {
  padding: 0 15px;
  position: relative;
}

.carousel-gallery__item:hover .carousel-gallery__content {
  opacity: 1;
}

@media (min-width: 768px) {
  .carousel-gallery__item {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .carousel-gallery__item {
    padding: 0 15px;
  }
}

.carousel-gallery__image-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.carousel-gallery__image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 90px 20px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 90%);
  opacity: 0;
  transition: 0.6s opacity ease-in;
}

@media (min-width: 768px) {
  .carousel-gallery__image-overlay {
    padding: 90px 40px 40px;
  }
}

.photo-var-Show .slick-current .carousel-gallery__image-overlay {
  opacity: 1;
}

.carousel-gallery__caption {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2142857143;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  line-height: 1.5714285714;
  color: #fff;
  text-transform: none;
  opacity: 0;
  transition: 0.4s opacity ease-out, 0.4s transform ease-out;
  transition-delay: 0.6s;
  transform: translateY(50px);
}

.photo-var-Show .slick-current .carousel-gallery__caption {
  opacity: 1;
  transition-delay: 0;
  transform: translateY(0);
}

.carousel-gallery__image,
.carousel-gallery__image-wrap img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel-gallery__svg {
  width: 14px;
  height: 20px;
  margin-left: 3px;
  fill: #fd7e14;
  transition: 0.2s fill ease-in-out;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.paragraph--type--our-clients {
  background: #F7F7F7;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .paragraph--type--our-clients {
    padding: 60px 0;
  }
}

.paragraph--type--our-clients .view-view-testimonials {
  z-index: 1;
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial {
    flex-flow: column;
  }
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-left {
  width: 100%;
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-left .client-image {
  margin: 0 auto;
  text-align: center;
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-left .client-image img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  box-shadow: 0px 0px 5px #bcc0c4;
  margin-bottom: 10px;
  max-width: 160px;
  display: inline-block;
  clear: both;
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-left .client-image .client-name {
  color: #1DAA2E;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 30px;
  position: relative;
  display: inline-block;
  clear: both;
  width: 100%;
}

@media (min-width: 768px) {
  .paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-left .client-image .client-name {
    margin: 30px 0 0;
  }
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-left .client-image .client-name:before {
  content: " ";
  height: 1px;
  width: 20%;
  border: none;
  position: absolute;
  top: -10px;
}

@media (min-width: 768px) {
  .paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-left .client-image .client-name:before {
    border-top: 1px solid;
  }
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-right {
  text-align: left !important;
}

@media (min-width: 768px) {
  .paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-right .text {
    padding: 0 60px;
  }
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-right .text p {
  position: relative;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-right .text p {
    font-size: 20px;
  }
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-right .text p:before {
  content: "\F10D";
  position: absolute;
  left: 5px;
  top: -8px;
  font-size: 24px;
  font-family: "fontawesome";
}

@media (min-width: 768px) {
  .paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-right .text p:before {
    font-size: 40px;
    left: -15px;
  }
}

@media (min-width: 992px) {
  .paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-right .text p:before {
    top: -30px;
  }
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-right .text p:after {
  content: "\F10E";
  position: absolute;
  right: 15px;
  font-size: 24px;
  z-index: 9999;
  bottom: 0;
  font-family: "fontawesome";
}

@media (min-width: 768px) {
  .paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-right .text p:after {
    font-size: 40px;
    bottom: -8px;
  }
}

@media (min-width: 992px) {
  .paragraph--type--our-clients .view-view-testimonials .testimonial-slider .testimonial .text-right .text p:after {
    bottom: -30px;
  }
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-prev {
  position: absolute;
  top: calc(50% - 16px);
  left: 20px;
  z-index: 2;
  width: 70px;
  height: 33px;
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-prev:after {
  content: "";
  background: url("/themes/custom/fws/assets/svgs/arrow-left.svg");
  position: absolute;
  width: 50px;
  height: 33px;
  background-repeat: no-repeat;
  transition: 0.2s;
  display: none;
}

@media (min-width: 768px) {
  .paragraph--type--our-clients .view-view-testimonials .testimonial-prev:after {
    display: block;
  }
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-prev:hover:after {
  content: "";
  background: url("/themes/custom/fws/assets/svgs/arrow-left-zoom.svg");
  width: 100%;
  background-repeat: no-repeat;
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-next {
  position: absolute;
  top: calc(50% - 16px);
  right: 20px;
  z-index: 2;
  width: 70px;
  height: 33px;
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-next:after {
  content: "";
  background: url("/themes/custom/fws/assets/svgs/arrow-right.svg");
  position: absolute;
  width: 50px;
  height: 33px;
  background-repeat: no-repeat;
  transition: 0.2s;
  display: none;
}

@media (min-width: 768px) {
  .paragraph--type--our-clients .view-view-testimonials .testimonial-next:after {
    display: block;
  }
}

.paragraph--type--our-clients .view-view-testimonials .testimonial-next:hover:after {
  content: "";
  background: url("/themes/custom/fws/assets/svgs/arrow-right-zoom.svg");
  width: 100%;
  background-repeat: no-repeat;
}

.paragraph--type--para-achievements {
  padding: 40px 0;
  background: #F7F7F7;
}

@media (min-width: 768px) {
  .paragraph--type--para-achievements {
    padding: 60px 0;
  }
}

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

.achievement-container .achievement-image {
  flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
  .achievement-container .achievement-image {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 992px) {
  .achievement-container .achievement-image {
    flex: 0 0 60%;
  }
}

.achievement-container .achievement-view {
  flex: 0 0 100%;
}

@media screen and (min-width: 768px) {
  body.path-frontpage .achievement-container .achievement-view {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 992px) {
  body.path-frontpage .achievement-container .achievement-view {
    flex: 0 0 40%;
  }
}

@media screen and (min-width: 992px) {
  body:not(.path-frontpage) .achievement-container .achievement-view .views-row {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.achievement-container .achievement-view .views-row .views-field-nothing {
  height: 100%;
}

.achievement-container .achievement-view .views-row .views-field-nothing .achievement-type {
  text-align: center;
  padding: 1.875rem;
  height: 100%;
}

@media screen and (min-width: 576px) {
  .achievement-container .achievement-view .views-row .views-field-nothing .achievement-type {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}

@media screen and (min-width: 992px) {
  body:not(.path-frontpage) .achievement-container .achievement-view .views-row .views-field-nothing .achievement-type {
    border: none;
  }
}

.achievement-container .achievement-view .views-row .views-field-nothing .achievement-type .achievement-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  display: flex;
}

.achievement-container .achievement-view .views-row .views-field-nothing .achievement-type .achievement-discription {
  margin-top: 10px;
}

.achievement-container .achievement-view .views-row .views-field-nothing .achievement-type .achievement-discription p {
  font-size: 44px;
  font-weight: bold;
  color: #2caa2e;
  margin: 0;
}

.achievement-container .achievement-view .views-row .views-field-nothing .achievement-type .achievement-title h3 {
  font-size: 1.2rem;
  font-weight: 500;
}

.achievement-container .achievement-view .views-row:nth-child(2) .achievement-type {
  border-right: none;
}

.achievement-container .achievement-view .views-row:nth-child(3) .achievement-type {
  border-bottom: none;
}

.achievement-container .achievement-view .views-row:nth-child(4) .achievement-type {
  border-bottom: none;
  border-right: none;
}

@media (min-width: 992px) {
  body:not(.path-frontpage) .hero-banner {
    height: inherit;
    top: inherit;
    margin-top: -87px;
    padding-top: 120px;
    padding-bottom: 40px;
    min-height: 580px;
    overflow: hidden;
  }
}

body:not(.path-frontpage) .hero-banner:after {
  background: url(/themes/custom/fws/assets/svgs/Vector.svg) no-repeat center;
  background-size: 40%;
  width: 100%;
  top: 18%;
  display: none;
  right: 8%;
}

@media (min-width: 568px) {
  body:not(.path-frontpage) .hero-banner:after {
    display: block;
  }
}

@media (min-width: 992px) {
  body:not(.path-frontpage) .hero-banner:after {
    width: 60%;
    top: 0;
  }
}

@media (min-width: 1200px) {
  body:not(.path-frontpage) .hero-banner-text .hero-main-title h1 {
    font-size: 4.2rem;
  }
}

body:not(.path-frontpage) .hero-banner-text .hero-description p {
  text-transform: inherit;
}

body:not(.path-frontpage) .hero-banner .banner-image-icon img {
  margin: 0 auto;
  max-height: 400px;
}

body:not(.path-frontpage) .hero-banner .region-banner {
  top: inherit;
  transform: inherit;
}

@media (min-width: 992px) {
  body:not(.path-frontpage) .hero-banner .region-banner {
    padding: 0;
  }
}

.paragraph--type--para-development-area h2.field--name-field-headline {
  font-weight: 600;
}

@media (min-width: 568px) {
  .paragraph--type--para-development-area-item {
    margin-bottom: 70px;
  }
}

.paragraph--type--para-development-area-item .field--name-field-icon img {
  max-width: 72px;
  width: 100%;
  filter: grayscale(1);
  transition: 0.5s;
  margin: 0 auto;
}

.paragraph--type--para-development-area-item:hover img {
  filter: none !important;
}

.paragraph--type--para-development-area-item .heading-style-3 {
  color: #1DAA2E;
  font-size: 1.5rem;
}

@media (min-width: 568px) {
  .region-sidebar-second {
    margin: 60px 0 0;
  }
}

.region-sidebar-second .sidebar-block-title {
  font-family: "BarlowCondensed-Bold";
  font-size: 24px;
  padding-bottom: 14px;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 24px;
  color: #4A473F;
}

.region-sidebar-second #block-sidebarcontent {
  background: #F7F7F7;
  padding: 15px 15px 40px;
  margin-bottom: 30px;
}

.region-sidebar-second #block-sidebarcontent .paragraph--type--para-careers .career--headline {
  font-size: 24px;
  color: #1DAA2E;
  text-transform: uppercase;
  font-weight: bold;
}

.region-sidebar-second #block-sidebarcontent .paragraph--type--para-careers .career--form .contact-form .form-control {
  background: none;
}

.region-sidebar-second #block-sidebarcontent .paragraph--type--para-careers .career--form .contact-form .form-control:not(.form-textarea) {
  height: calc(1.5em + .75rem + 2px);
}

.region-sidebar-second #block-sidebarcontent .paragraph--type--para-careers .career--form .contact-form .js-form-file {
  border: none;
}

.region-sidebar-second #block-sidebarcontent .paragraph--type--para-careers .career--form .contact-form .js-hide {
  background: #cccccc;
  color: #4A473F;
  padding: 8px 20px;
  font-size: 14px;
  text-transform: none;
  border: none;
  margin: 5px 0;
  letter-spacing: 0;
  font-weight: 600;
  display: none;
}

.region-sidebar-second #block-sidebarcontent .paragraph--type--para-careers .career--form .contact-form .button--primary.js-form-submit {
  background: #4A473F;
  color: #ffffff;
  border: none;
  padding: 12px 25px;
}

.paragraph--type--para-blog {
  padding: 60px 0;
}

.paragraph--type--para-blog .vb-blog--headline {
  font-family: "BarlowCondensed-Bold";
  font-size: 48px;
  color: #4A473F;
  margin: 0 0 40px;
}

.paragraph--type--para-blog .vb-blog--view .vb-main-blog .view-content {
  margin: 0;
}

.paragraph--type--para-blog .vb-blog--view .vb-main-blog .view-content .views-row {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.paragraph--type--para-blog .vb-blog--view .blog--image img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.paragraph--type--para-blog .vb-blog--view .blog--content--title a {
  font-family: "BarlowCondensed-Bold";
  color: #4A473F;
}

.paragraph--type--para-blog .vb-blog--view .blog--content--title a:hover,
.paragraph--type--para-blog .vb-blog--view .blog--content--title a:focus {
  text-decoration: underline;
}

.paragraph--type--para-blog .vb-blog--view .blog--content--info {
  padding: 5px 0 15px;
  color: #28a745;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
}

.paragraph--type--para-blog .vb-blog--view .blog--content--info i {
  color: #4A473F;
  padding-right: 3px;
}

.paragraph--type--para-blog .vb-blog--view .blog--content--author {
  padding-right: 20px;
}

.paragraph--type--para-blog .vb-blog--view .blog--content--desc {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  color: #666;
}

.paragraph--type--para-popular-blog-posts .popular-blog--view .blog {
  margin-bottom: 40px;
}

.paragraph--type--para-popular-blog-posts .popular-blog--view .blog--image img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.paragraph--type--para-popular-blog-posts .popular-blog--view .blog--content {
  position: relative;
}

.paragraph--type--para-popular-blog-posts .popular-blog--view .blog--content--title {
  font-family: "BarlowCondensed-Bold";
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 5px;
}

.paragraph--type--para-popular-blog-posts .popular-blog--view .blog--content--title a {
  color: #4A473F;
}

.paragraph--type--para-popular-blog-posts .popular-blog--view .blog--content--created {
  color: #28a745;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
}

.paragraph--type--para-popular-blog-posts .popular-blog--view .blog--content--created i {
  color: #4A473F;
  padding-right: 3px;
}

.paragraph--type--para-popular-blog-posts .popular-blog--view .blog--content--desc {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  color: #666;
  padding: 0 0 5px;
}

.paragraph--type--para-blog-insight {
  padding: 40px 0;
  background: #ffffff;
}

@media (min-width: 768px) {
  .paragraph--type--para-blog-insight {
    padding: 60px 0;
  }
}

.paragraph--type--para-blog-insight .views-row {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .paragraph--type--para-blog-insight .views-row {
    margin-bottom: 0;
  }
}

.paragraph--type--para-blog-insight .views-row .blog {
  background: #F7F7F7;
  height: 100%;
  box-shadow: 1px 1px 2px #ddd;
}

.paragraph--type--para-blog-insight .views-row .blog--image img {
  width: 100%;
  height: auto;
}

.paragraph--type--para-blog-insight .views-row .blog--content {
  padding: 20px 25px;
}

.paragraph--type--para-blog-insight .views-row .blog--content--category {
  border: none;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #1DAA2E;
}

.paragraph--type--para-blog-insight .views-row .blog--content--title a {
  color: #4A473F;
}

.paragraph--type--para-blog-insight .views-row .blog--content--title a:hover,
.paragraph--type--para-blog-insight .views-row .blog--content--title a:focus {
  text-decoration: underline;
}

.paragraph--type--para-blog-insight .views-row .blog--content--desc {
  font-weight: normal;
}

.paragraph--type--para-blog-insight .views-row:last-child {
  margin-bottom: 0;
}

.page-node-type-article h1.page-title {
  text-align: left !important;
  padding-top: 42px;
  font-family: "BarlowCondensed-Bold";
}

.page-node-type-article article.node--type-article {
  padding-bottom: 60px;
}

.page-node-type-article article.node--type-article .field--name-field-blog-category a,
.page-node-type-article article.node--type-article .field--name-field-tags a {
  display: inline-block;
  border: 2px solid #1faa30;
  border-radius: 6px;
  padding: 2px 10px;
  margin-bottom: 10px;
  color: #4A473F;
}

.page-node-type-article article.node--type-article .field--name-field-blog-category a:after,
.page-node-type-article article.node--type-article .field--name-field-tags a:after {
  content: ", ";
}

.page-node-type-article article.node--type-article .field--name-field-blog-category a:last-child:after,
.page-node-type-article article.node--type-article .field--name-field-tags a:last-child:after {
  content: none;
}

.paragraph--type--para-job-description-list {
  margin: 60px 0 40px -15px;
}

.paragraph--type--para-job-description-list .field--name-field-job-info .field__label {
  color: #28a745;
  padding: 0 0 0 15px;
  display: none;
}

.paragraph--type--para-job-description-list .field--name-field-job-info .heading-style-2 {
  padding: 0;
}

.paragraph--type--rich-text-with-cta > h2.heading-style-2 {
  font-size: 1.875rem;
  padding: 0;
}

.paragraph--type--rich-text-with-cta .field--name-field-rich-description {
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  color: #4A473F;
  line-height: 1.3333333333;
}

.paragraph--type--rich-text-with-cta .field--name-field-rich-description ul li {
  display: block;
  position: relative;
  padding: 0 0 10px 22px;
}

.paragraph--type--rich-text-with-cta .field--name-field-rich-description ul li:before {
  content: "\F101";
  font-family: "fontawesome";
  position: absolute;
  top: 3px;
  left: 0;
  color: rgba(74, 71, 63, 0.75);
}

.paragraph--type--_-column-text-image {
  padding: 0 0 40px 0;
}

@media (min-width: 768px) {
  .paragraph--type--_-column-text-image {
    padding: 0 0 60px;
  }
}

.paragraph--type--_-column-text-image h2.heading-style-2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.paragraph--type--_-column-text-image p {
  font-size: 18px;
  font-weight: normal;
}

.view-id-taxonomy_term {
  margin: 40px 0;
}

.view-id-taxonomy_term .view-content .views-row {
  flex: auto;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .view-id-taxonomy_term .view-content .views-row {
    flex: 1 0 0;
    margin-bottom: 0;
  }
}

.view-id-taxonomy_term .view-content .views-row .node--type-article {
  background: #F7F7F7;
}

.view-id-taxonomy_term .view-content .views-row .node--type-article .node__content .field--name-field-image img {
  width: 100%;
  height: auto;
}

.view-id-taxonomy_term .view-content .views-row .node--type-article .node__content .field--name-body {
  padding: 15px;
}

.paragraph--type--rich-text-with-cta {
  padding: 40px 0 0;
}

@media (min-width: 768px) {
  .paragraph--type--rich-text-with-cta {
    padding: 60px 0 0;
  }
}

.paragraph--type--rich-text-with-cta p {
  font-size: 18px;
  font-weight: normal;
}

.paragraph--type--para-our-team {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .paragraph--type--para-our-team {
    padding: 60px 0;
  }
}

.paragraph--type--para-our-team .field--name-field-team-members {
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.paragraph--type--para-our-team .field--name-field-team-members .field__item {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .paragraph--type--para-our-team .field--name-field-team-members .field__item {
    margin-bottom: 0;
  }
}

.paragraph--type--para-our-team .field--name-field-team-members .field__item .field--name-user-picture img {
  margin: 0 auto;
}

.paragraph--type--para-our-team .field--name-field-team-members .field__item .team--name {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 15px 0 0;
}

body:not(.path-frontpage) .paragraph--type--our-services {
  padding: 0 0 40px;
}

@media (min-width: 768px) {
  body:not(.path-frontpage) .paragraph--type--our-services {
    padding: 0 0 60px;
  }
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row {
  margin: 0;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type {
  margin: 0 0 40px 0;
  border: 1px solid #eee;
  padding: 30px;
  transition: 0.5s;
  width: 100%;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type:hover {
  background: #1DAA2E;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type:hover .service-icon img {
  filter: none;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type:hover .service-info h2,
body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type:hover .service-info p,
body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type:hover .service-info a {
  color: #ffffff;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type:hover .service-info a:after {
  color: #ffffff;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type:hover .item-list ul li a {
  color: #ffffff;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type:hover .item-list ul li a:before {
  color: #ffffff;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type .service-icon {
  margin-bottom: 20px;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type .service-icon img {
  filter: brightness(0.3);
  max-width: 125px;
  width: 100%;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type .service-info {
  margin-bottom: 20px;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type .service-info h2 {
  color: #1DAA2E;
  font-size: 30px;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type .service-info p {
  color: #4A473F;
  font-weight: 500;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type .service-info a {
  color: #4A473F;
  position: relative;
  padding: 0 15px 0 0;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type .service-info a:after {
  content: "\F101";
  position: absolute;
  right: 0;
  font-family: "fontawesome";
  color: #4A473F;
  font-weight: 500;
  top: 0;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type .item-list ul {
  margin: 0;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type .item-list ul li {
  padding-bottom: 10px;
  text-transform: uppercase;
  margin: 0;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type .item-list ul li a {
  font-size: 16px;
  padding: 0 0 0 20px;
  position: relative;
  font-weight: 600;
  color: #4A473F;
}

body:not(.path-frontpage) .paragraph--type--our-services .view-content.row .service-type .item-list ul li a:before {
  content: "\F101";
  position: absolute;
  left: 0;
  font-family: "fontawesome";
  color: #4A473F;
  font-weight: 500;
}

.services-details h2 {
  text-transform: none;
  color: #4A473F;
  font-weight: 600;
  margin-bottom: 20px;
}

.services-details .text-style-3 {
  color: #4A473F;
}

.services-details .services-list h4 {
  margin: 10px 0;
  color: #1DAA2E;
}

.services-details .services-list p {
  color: #4A473F;
}

.latest-technologies {
  margin: 40px 0;
  background: #1DAA2E;
  padding: 80px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .latest-technologies {
    margin: 100px 0;
  }
}

.latest-technologies h2 {
  text-transform: none;
  color: #ffffff;
  font-weight: 600;
}

.latest-technologies h2 span {
  color: #4A473F;
}

.latest-technologies P {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}

.latest-technologies .list-items {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
}

.latest-technologies .list-items li {
  flex: 0 0 50%;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .latest-technologies .list-items li {
    flex: 0 0 25%;
  }
}

.latest-technologies .list-items li img {
  margin: 0 auto;
}

.project-steps h2 {
  text-transform: none;
  font-weight: 600;
  color: #4A473F;
}

.project-steps h2 span {
  color: #1DAA2E;
}

.project-steps p {
  color: #4A473F;
}

.project-steps .step-block {
  text-align: center;
  padding: 15px;
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .project-steps .step-block {
    margin-bottom: 0;
    height: 100%;
  }
}

.project-steps .step-block img {
  margin: 0 auto 20px;
}

.project-steps .step-block p {
  font-weight: 600;
  text-transform: uppercase;
}

.development-types {
  margin: 40px 0;
}

@media (min-width: 768px) {
  .development-types {
    margin: 100px 0;
  }
}

.development-types .row {
  align-items: center;
}

.development-types .row h2 {
  text-transform: none;
  font-weight: 600;
  color: #4A473F;
}

.path-frontpage h2 {
  text-align: center;
}


/*# sourceMappingURL=theme-main.css.map*/