@charset "UTF-8";
/*
Theme Name: Connect Technology
Theme URI: https://www.connecttechnology.com.au
Author: Devforce
Author URI: http://www.teravault.co
Description: 2023 web design layout.
Version: 1.0.1
*/
/* Normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*COLOR
--------------------------------------------------*/
:root {
  --color_default: #333333;
  --color_gray: #f8f8f8;
  --color_darkgray: #bfbfbf;
  --color_grey: #333333;
  --color_brand_blue: #2f5193;
  --color_brand_teal: #4ca49c;
  --color_brand_orange: #e9993e;
  --color_brand_purple: #7b62fb;
  --color_brand_red: #e14c4c;
}

/*DEFAULT
--------------------------------------------------*/
* {
  outline: none !important;
  box-sizing: border-box;
  zoom: 1;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

p {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

p:last-child {
  margin-bottom: 0 !important;
}

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

a {
  text-decoration: none;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.table {
  border-collapse: collapse !important;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #333333 !important;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
ul li:last-child {
  margin-bottom: 0 !important;
}

ol {
  padding: 0 0 0 30px;
  margin: 0 0 30px 0;
}
ol li {
  margin-bottom: 5px;
}
ol li:last-child {
  margin: 0;
}
ol li:last-child {
  margin-bottom: 0 !important;
}

section {
  position: relative;
}

.hidden {
  display: none;
}

.noscroll {
  padding-right: 17px;
  overflow: hidden;
}

.videoWrapper {
  aspect-ratio: 16/9;
  position: relative;
}
.videoWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.25rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.25rem * var(--cw-space-x-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.5rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.5rem * var(--cw-space-x-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(0.75rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(0.75rem * var(--cw-space-x-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1rem * var(--cw-space-x-reverse));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.25rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.25rem * var(--cw-space-x-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.5rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.5rem * var(--cw-space-x-reverse));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(1.75rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(1.75rem * var(--cw-space-x-reverse));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-x-reverse: 0;
  margin-right: calc(2rem * (1 - var(--cw-space-x-reverse)));
  margin-left: calc(2rem * var(--cw-space-x-reverse));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--cw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--cw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(0.75rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--cw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--cw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.25rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--cw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--cw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(1.75rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--cw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --cw-space-y-reverse: 0;
  margin-top: calc(2rem * (1 - var(--cw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--cw-space-y-reverse));
}

.nowrap {
  white-space: nowrap;
}

/*TYPOGRAPHY
--------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

h1, .h1 {
  font-size: 4em;
}

h2, .h2 {
  font-size: 3.5em;
}

h3, .h3 {
  font-size: 3em;
}

h4, .h4 {
  font-size: 2.5em;
}

h5, .h5 {
  font-size: 2em;
}

h6, .h6 {
  font-size: 1.75em;
}

p {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}

p:last-child {
  margin-bottom: 0 !important;
}

/*FORMS
--------------------------------------------------*/
label {
  font-size: 0.75rem;
  padding-left: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
}

.form-fields {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.form-fields .form-group {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.form-fields .form-group.half {
  width: 50%;
}
.form-fields .btn-wrapper {
  padding: 0 15px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.form-input {
  width: 100%;
  height: 46px;
  font-size: 1em;
  line-height: 1.5;
  color: var(--color_default);
  background: #ffffff;
  padding: 0.85rem;
  border: 1px solid var(--color_darkgray);
  border-radius: 0.5rem;
  transition: background-color 0.3s ease-in-out;
}
.form-input:hover, .form-input:focus {
  border-color: var(--color_darkgray);
}
.form-input::-moz-placeholder {
  color: color-mix(in srgb, var(--color_darkgray), white 30%);
}
.form-input::placeholder {
  color: color-mix(in srgb, var(--color_darkgray), white 30%);
}

.form-select {
  width: 100%;
  height: 46px;
  font-size: 1em;
  line-height: 1.5;
  color: var(--color_default);
  background: #ffffff url(img/icons/chevron-down.svg) right 1rem center no-repeat;
  background-size: 10px 10px;
  padding: 0.85rem;
  border: 1px solid var(--color_darkgray);
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.3s ease-in-out;
}
.form-select option {
  color: var(--color_default);
}
.form-select option[value=""][disabled] {
  display: none;
}
.form-select:hover, .form-select:focus {
  border-color: var(--color_darkgray);
}

.form-textarea {
  width: 100%;
  height: 250px;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color_default);
  background: #ffffff;
  padding: 0.85rem;
  border: 1px solid var(--color_darkgray);
  border-radius: 0.75rem;
  transition: all 0.3s ease-in-out;
}
.form-textarea:hover, .form-textarea:focus {
  border-color: var(--color_darkgray);
}
.form-textarea::-moz-placeholder {
  color: var(--color_darkgray);
}
.form-textarea::placeholder {
  color: var(--color_darkgray);
}

.form-checkbox {
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.form-checkbox input {
  height: 0;
  width: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.form-checkbox .checkmark:after {
  content: "";
  width: 6px;
  height: 12px;
  border: solid var(--color_primary);
  border-width: 0 3px 3px 0;
  display: none;
  transform: rotate(40deg);
  position: relative;
  top: -1px;
}
.form-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/*BUTTONS
--------------------------------------------------*/
.btn-xs {
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.25rem 0.5rem;
  border: 0;
  border-radius: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-sm {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.5rem 0.75rem;
  border: 0;
  border-radius: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-md {
  font-size: 1em;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 0.75rem 1.25rem;
  border: 0;
  border-radius: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-lg {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 1rem 1.5rem;
  border: 0;
  border-radius: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-xl {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1rem;
  background: #e2e2e2;
  padding: 1.5rem 1.75rem;
  border: 0;
  border-radius: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  display: inline-flex;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
}

.btn-xs svg, .btn-sm svg, .btn-md svg, .btn-lg svg, .btn-xl svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.btn-xs:disabled, .btn-sm:disabled, .btn-md:disabled, .btn-lg:disabled, .btn-xl:disabled {
  opacity: 0.5;
}

.btn-rounded {
  border-radius: 9999px;
}

.btn-brand_default {
  color: white;
  background: var(--color_default);
}
.btn-brand_default:hover {
  background: var(--color_darkgray);
}

.btn-teal {
  color: white;
  background: var(--color_brand_teal);
}
.btn-teal:hover {
  background: color-mix(in srgb, var(--color_brand_teal) 80%, white 20%);
}

.btn-orange {
  color: white;
  background: var(--color_brand_orange);
}
.btn-orange:hover {
  background: color-mix(in srgb, var(--color_brand_orange) 80%, white 20%);
}

.btn-line {
  color: var(--color_darkgray);
  background: none;
  border: 4px solid var(--color_darkgray);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.btn-line:hover {
  color: white;
  background: var(--color_darkgray);
  border-color: var(--color_darkgray);
}

.btn-rounded {
  border-radius: 9999px;
}

.btn-mobile {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn-mobile .btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.btn-mobile .btn-wrapper div {
  width: 25px;
  height: 2px;
  background: var(--color_brand_teal);
  margin-bottom: 6px;
  transition: background-color 0.3s ease-in-out;
}
.btn-mobile .btn-wrapper div:last-child {
  margin-bottom: 0;
}
.btn-mobile:hover .btn-wrapper div {
  background: var(--color_brand_teal);
}

.btn-close {
  width: 30px;
  height: 30px;
  position: relative;
  top: 2px;
  left: 2px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.btn-close:hover {
  opacity: 1;
}
.btn-close:before, .btn-close:after {
  position: absolute;
  left: 14px;
  content: " ";
  height: 31px;
  width: 3px;
  background-color: var(--color_brand_orange);
}
.btn-close:before {
  transform: rotate(45deg);
}
.btn-close:after {
  transform: rotate(-45deg);
}

/*ANIMATE
--------------------------------------------------*/
.rotate {
  display: block;
  animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 200;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

.animate__fadeInUpSmall {
  animation-name: fadeInUpSmall;
}

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0, -25%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}

.animate__fadeInDownSmall {
  animation-name: fadeInDownSmall;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

@keyframes dividerGrow {
  from {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.dividerGrow {
  animation-name: dividerGrow;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
/*PARTICLE ANIMATION
--------------------------------------------------*/
.particle {
  position: absolute;
  border-radius: 50%;
}

@keyframes particle-animation-1 {
  100% {
    transform: translate3d(42vw, 31vh, 32px);
  }
}
.particle:nth-child(1) {
  animation: particle-animation-1 60s infinite;
  opacity: 0.82;
  height: 19px;
  width: 19px;
  animation-delay: -0.2s;
  transform: translate3d(37vw, 42vh, 87px);
  background: hsl(145, 70%, 50%);
}

@keyframes particle-animation-2 {
  100% {
    transform: translate3d(49vw, 57vh, 2px);
  }
}
.particle:nth-child(2) {
  animation: particle-animation-2 60s infinite;
  opacity: 0.43;
  height: 18px;
  width: 18px;
  animation-delay: -0.4s;
  transform: translate3d(52vw, 9vh, 85px);
  background: hsl(124, 70%, 50%);
}

@keyframes particle-animation-3 {
  100% {
    transform: translate3d(46vw, 3vh, 8px);
  }
}
.particle:nth-child(3) {
  animation: particle-animation-3 60s infinite;
  opacity: 0.94;
  height: 16px;
  width: 16px;
  animation-delay: -0.6s;
  transform: translate3d(66vw, 82vh, 79px);
  background: hsl(130, 70%, 50%);
}

@keyframes particle-animation-4 {
  100% {
    transform: translate3d(69vw, 15vh, 82px);
  }
}
.particle:nth-child(4) {
  animation: particle-animation-4 60s infinite;
  opacity: 0.4;
  height: 19px;
  width: 19px;
  animation-delay: -0.8s;
  transform: translate3d(26vw, 7vh, 93px);
  background: hsl(36, 70%, 50%);
}

@keyframes particle-animation-5 {
  100% {
    transform: translate3d(49vw, 26vh, 75px);
  }
}
.particle:nth-child(5) {
  animation: particle-animation-5 60s infinite;
  opacity: 0.58;
  height: 17px;
  width: 17px;
  animation-delay: -1s;
  transform: translate3d(89vw, 13vh, 68px);
  background: hsl(69, 70%, 50%);
}

@keyframes particle-animation-6 {
  100% {
    transform: translate3d(57vw, 19vh, 49px);
  }
}
.particle:nth-child(6) {
  animation: particle-animation-6 60s infinite;
  opacity: 0.12;
  height: 14px;
  width: 14px;
  animation-delay: -1.2s;
  transform: translate3d(88vw, 81vh, 50px);
  background: hsl(275, 70%, 50%);
}

@keyframes particle-animation-7 {
  100% {
    transform: translate3d(26vw, 78vh, 7px);
  }
}
.particle:nth-child(7) {
  animation: particle-animation-7 60s infinite;
  opacity: 0.33;
  height: 18px;
  width: 18px;
  animation-delay: -1.4s;
  transform: translate3d(74vw, 65vh, 87px);
  background: hsl(65, 70%, 50%);
}

@keyframes particle-animation-8 {
  100% {
    transform: translate3d(20vw, 7vh, 50px);
  }
}
.particle:nth-child(8) {
  animation: particle-animation-8 60s infinite;
  opacity: 0.97;
  height: 20px;
  width: 20px;
  animation-delay: -1.6s;
  transform: translate3d(57vw, 60vh, 13px);
  background: hsl(214, 70%, 50%);
}

@keyframes particle-animation-9 {
  100% {
    transform: translate3d(84vw, 29vh, 46px);
  }
}
.particle:nth-child(9) {
  animation: particle-animation-9 60s infinite;
  opacity: 0.1;
  height: 13px;
  width: 13px;
  animation-delay: -1.8s;
  transform: translate3d(17vw, 64vh, 85px);
  background: hsl(110, 70%, 50%);
}

@keyframes particle-animation-10 {
  100% {
    transform: translate3d(74vw, 78vh, 3px);
  }
}
.particle:nth-child(10) {
  animation: particle-animation-10 60s infinite;
  opacity: 0.97;
  height: 18px;
  width: 18px;
  animation-delay: -2s;
  transform: translate3d(6vw, 84vh, 52px);
  background: hsl(211, 70%, 50%);
}

@keyframes particle-animation-11 {
  100% {
    transform: translate3d(24vw, 15vh, 82px);
  }
}
.particle:nth-child(11) {
  animation: particle-animation-11 60s infinite;
  opacity: 0.86;
  height: 18px;
  width: 18px;
  animation-delay: -2.2s;
  transform: translate3d(28vw, 63vh, 86px);
  background: hsl(224, 70%, 50%);
}

@keyframes particle-animation-12 {
  100% {
    transform: translate3d(29vw, 69vh, 61px);
  }
}
.particle:nth-child(12) {
  animation: particle-animation-12 60s infinite;
  opacity: 0.68;
  height: 11px;
  width: 11px;
  animation-delay: -2.4s;
  transform: translate3d(38vw, 20vh, 57px);
  background: hsl(68, 70%, 50%);
}

@keyframes particle-animation-13 {
  100% {
    transform: translate3d(79vw, 66vh, 39px);
  }
}
.particle:nth-child(13) {
  animation: particle-animation-13 60s infinite;
  opacity: 0.67;
  height: 15px;
  width: 15px;
  animation-delay: -2.6s;
  transform: translate3d(25vw, 32vh, 10px);
  background: hsl(340, 70%, 50%);
}

@keyframes particle-animation-14 {
  100% {
    transform: translate3d(9vw, 48vh, 88px);
  }
}
.particle:nth-child(14) {
  animation: particle-animation-14 60s infinite;
  opacity: 0.62;
  height: 13px;
  width: 13px;
  animation-delay: -2.8s;
  transform: translate3d(28vw, 6vh, 7px);
  background: hsl(324, 70%, 50%);
}

@keyframes particle-animation-15 {
  100% {
    transform: translate3d(29vw, 40vh, 88px);
  }
}
.particle:nth-child(15) {
  animation: particle-animation-15 60s infinite;
  opacity: 0.77;
  height: 13px;
  width: 13px;
  animation-delay: -3s;
  transform: translate3d(48vw, 21vh, 9px);
  background: hsl(154, 70%, 50%);
}

@keyframes particle-animation-16 {
  100% {
    transform: translate3d(62vw, 25vh, 16px);
  }
}
.particle:nth-child(16) {
  animation: particle-animation-16 60s infinite;
  opacity: 0.15;
  height: 14px;
  width: 14px;
  animation-delay: -3.2s;
  transform: translate3d(79vw, 26vh, 96px);
  background: hsl(37, 70%, 50%);
}

@keyframes particle-animation-17 {
  100% {
    transform: translate3d(36vw, 40vh, 74px);
  }
}
.particle:nth-child(17) {
  animation: particle-animation-17 60s infinite;
  opacity: 0.66;
  height: 19px;
  width: 19px;
  animation-delay: -3.4s;
  transform: translate3d(53vw, 57vh, 91px);
  background: hsl(323, 70%, 50%);
}

@keyframes particle-animation-18 {
  100% {
    transform: translate3d(55vw, 64vh, 42px);
  }
}
.particle:nth-child(18) {
  animation: particle-animation-18 60s infinite;
  opacity: 0.9;
  height: 18px;
  width: 18px;
  animation-delay: -3.6s;
  transform: translate3d(40vw, 33vh, 43px);
  background: hsl(243, 70%, 50%);
}

@keyframes particle-animation-19 {
  100% {
    transform: translate3d(7vw, 49vh, 4px);
  }
}
.particle:nth-child(19) {
  animation: particle-animation-19 60s infinite;
  opacity: 0.52;
  height: 17px;
  width: 17px;
  animation-delay: -3.8s;
  transform: translate3d(23vw, 23vh, 98px);
  background: hsl(46, 70%, 50%);
}

@keyframes particle-animation-20 {
  100% {
    transform: translate3d(3vw, 23vh, 83px);
  }
}
.particle:nth-child(20) {
  animation: particle-animation-20 60s infinite;
  opacity: 0.13;
  height: 18px;
  width: 18px;
  animation-delay: -4s;
  transform: translate3d(18vw, 22vh, 82px);
  background: hsl(58, 70%, 50%);
}

@keyframes particle-animation-21 {
  100% {
    transform: translate3d(88vw, 8vh, 94px);
  }
}
.particle:nth-child(21) {
  animation: particle-animation-21 60s infinite;
  opacity: 0.32;
  height: 17px;
  width: 17px;
  animation-delay: -4.2s;
  transform: translate3d(41vw, 69vh, 29px);
  background: hsl(295, 70%, 50%);
}

@keyframes particle-animation-22 {
  100% {
    transform: translate3d(28vw, 35vh, 25px);
  }
}
.particle:nth-child(22) {
  animation: particle-animation-22 60s infinite;
  opacity: 0.77;
  height: 14px;
  width: 14px;
  animation-delay: -4.4s;
  transform: translate3d(66vw, 11vh, 61px);
  background: hsl(325, 70%, 50%);
}

@keyframes particle-animation-23 {
  100% {
    transform: translate3d(7vw, 84vh, 63px);
  }
}
.particle:nth-child(23) {
  animation: particle-animation-23 60s infinite;
  opacity: 0.48;
  height: 11px;
  width: 11px;
  animation-delay: -4.6s;
  transform: translate3d(6vw, 23vh, 48px);
  background: hsl(289, 70%, 50%);
}

@keyframes particle-animation-24 {
  100% {
    transform: translate3d(39vw, 10vh, 6px);
  }
}
.particle:nth-child(24) {
  animation: particle-animation-24 60s infinite;
  opacity: 0.03;
  height: 19px;
  width: 19px;
  animation-delay: -4.8s;
  transform: translate3d(26vw, 71vh, 12px);
  background: hsl(211, 70%, 50%);
}

@keyframes particle-animation-25 {
  100% {
    transform: translate3d(77vw, 69vh, 73px);
  }
}
.particle:nth-child(25) {
  animation: particle-animation-25 60s infinite;
  opacity: 0.68;
  height: 17px;
  width: 17px;
  animation-delay: -5s;
  transform: translate3d(83vw, 39vh, 42px);
  background: hsl(276, 70%, 50%);
}

@keyframes particle-animation-26 {
  100% {
    transform: translate3d(38vw, 11vh, 38px);
  }
}
.particle:nth-child(26) {
  animation: particle-animation-26 60s infinite;
  opacity: 0.21;
  height: 13px;
  width: 13px;
  animation-delay: -5.2s;
  transform: translate3d(82vw, 57vh, 25px);
  background: hsl(120, 70%, 50%);
}

@keyframes particle-animation-27 {
  100% {
    transform: translate3d(26vw, 79vh, 69px);
  }
}
.particle:nth-child(27) {
  animation: particle-animation-27 60s infinite;
  opacity: 0.33;
  height: 11px;
  width: 11px;
  animation-delay: -5.4s;
  transform: translate3d(43vw, 5vh, 12px);
  background: hsl(63, 70%, 50%);
}

@keyframes particle-animation-28 {
  100% {
    transform: translate3d(5vw, 50vh, 89px);
  }
}
.particle:nth-child(28) {
  animation: particle-animation-28 60s infinite;
  opacity: 0.9;
  height: 16px;
  width: 16px;
  animation-delay: -5.6s;
  transform: translate3d(73vw, 89vh, 82px);
  background: hsl(18, 70%, 50%);
}

@keyframes particle-animation-29 {
  100% {
    transform: translate3d(43vw, 87vh, 84px);
  }
}
.particle:nth-child(29) {
  animation: particle-animation-29 60s infinite;
  opacity: 0.92;
  height: 20px;
  width: 20px;
  animation-delay: -5.8s;
  transform: translate3d(42vw, 55vh, 8px);
  background: hsl(117, 70%, 50%);
}

@keyframes particle-animation-30 {
  100% {
    transform: translate3d(19vw, 36vh, 40px);
  }
}
.particle:nth-child(30) {
  animation: particle-animation-30 60s infinite;
  opacity: 0.18;
  height: 18px;
  width: 18px;
  animation-delay: -6s;
  transform: translate3d(67vw, 6vh, 65px);
  background: hsl(162, 70%, 50%);
}

/*ANIMATIONS
--------------------------------------------------*/
.animate__animated.animate__delay-25ms {
  animation-delay: 0.25s;
}

.animate__animated.animate__delay-30ms {
  animation-delay: 0.3s;
}

.animate__animated.animate__delay-50ms {
  animation-delay: 0.5s;
}

.animate__animated.animate__delay-75ms {
  animation-delay: 0.75s;
}

.animate__animated.animate__delay-1-5s {
  animation-delay: 1.5s;
}

.animate__animated.animate__delay-2-5s {
  animation-delay: 2.5s;
}

.animate__animated.animate__delay-3-5s {
  animation-delay: 3.5s;
}

.animate__animated.animate__delay-4-5s {
  animation-delay: 4.5s;
}

.animate__animated.animate__delay-5-5s {
  animation-delay: 5.5s;
}

/*RESPONSIVE EMBED
--------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*DESKTOP
--------------------------------------------------*/
body {
  font: 400 17px/1 "Poppins", sans-serif;
  color: var(--color_default);
  background: #ffffff;
  overflow-x: hidden;
}
body.page img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
body.page img.lazyloaded {
  opacity: 1;
}

.container {
  width: 100%;
  max-width: calc(1440px + 4rem);
  padding: 0 2rem;
  margin-right: auto;
  margin-left: auto;
}

.flex-container {
  width: 100%;
  display: flex;
}

.grid-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-container .col-span-1 {
  grid-column: span 1/span 1;
}
.grid-container .col-span-2 {
  grid-column: span 2/span 2;
}
.grid-container .col-span-3 {
  grid-column: span 3/span 3;
}
.grid-container .col-span-4 {
  grid-column: span 4/span 4;
}
.grid-container .col-span-5 {
  grid-column: span 5/span 5;
}
.grid-container .col-span-6 {
  grid-column: span 6/span 6;
}
.grid-container .col-span-7 {
  grid-column: span 7/span 7;
}
.grid-container .col-span-8 {
  grid-column: span 8/span 8;
}
.grid-container .col-span-9 {
  grid-column: span 9/span 9;
}
.grid-container .col-span-10 {
  grid-column: span 10/span 10;
}
.grid-container .col-span-11 {
  grid-column: span 11/span 11;
}
.grid-container .col-span-12 {
  grid-column: span 12/span 12;
}
.grid-container .col-start-1 {
  grid-column-start: 1;
}

/*HEADER
--------------------------------------------------*/
.cw-header {
  width: 100%;
  padding: 2rem 0;
}
.cw-header .container {
  height: inherit;
}
.cw-header .flex-container {
  width: 100%;
  height: inherit;
  align-items: center;
  justify-content: space-between;
}
.cw-header ul.nav-header {
  padding-top: 32px;
  display: flex;
  gap: 0 3rem;
}
.cw-header ul.nav-header li a {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #999999;
}
.cw-header ul.nav-header li a:hover {
  color: var(--color_brand_teal);
}
.cw-header ul.nav-header li.current-menu-item a {
  text-align: center;
  color: #666666;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cw-header ul.nav-header li.current-menu-item a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color_brand_orange);
  transform: rotate(45deg);
  position: absolute;
  top: -30px;
}
.cw-header .btn-mobile {
  display: none;
}

/*HERO
--------------------------------------------------*/
.cw-hero {
  width: 100%;
  height: calc(100vh - 120px);
  display: flex;
  position: relative;
  overflow: hidden;
}
.cw-hero .container {
  height: inherit;
  display: flex;
  position: relative;
  z-index: 2;
}
.cw-hero .flex-container {
  width: 100%;
  gap: 0 5rem;
  align-items: center;
}
.cw-hero .flex-container .flex-col-l {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cw-hero .flex-container .flex-col-r {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cw-hero .headline {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem 0;
}
.cw-hero .headline h1 {
  font-weight: 600;
  line-height: 1.1;
}
.cw-hero .headline p {
  line-height: 1.5;
}
.cw-hero .grid-container {
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.cw-hero .grid-container .grid-item {
  grid-column: span 1/span 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem 0;
}
.cw-hero .grid-container .grid-item .thumb-r1 {
  width: 100%;
  border-radius: 0.75rem;
  aspect-ratio: 1/1;
}
.cw-hero .grid-container .grid-item .thumb-r1-5 {
  width: 100%;
  border-radius: 0.75rem;
  aspect-ratio: 1/1.5;
}
.cw-hero .grid-container .grid-item .thumb-50 {
  width: 100%;
  height: 50%;
  border-radius: 0.75rem;
}
.cw-hero .grid-container .grid-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.cw-hero .grid-container .grid-item .round img {
  border-radius: 100%;
}
.cw-hero .grid-container .grid-item .quote {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cw-hero .grid-container .grid-item .quote img {
  margin-bottom: 1rem;
}
.cw-hero .grid-container .grid-item .quote p {
  font-size: 1.5em;
  line-height: 1.2;
  color: #ffffff;
}
.cw-hero .grid-container .grid-item .bg-grey {
  background: #555555;
}
.cw-hero .grid-container .grid-item .bg-dark {
  background: #222222;
}
.cw-hero .particle-container {
  width: 150%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/*HEADLINE
--------------------------------------------------*/
.cw-headline {
  width: 100%;
  padding-top: 10rem;
  display: flex;
  align-items: center;
}
.cw-headline .container {
  height: inherit;
}
.cw-headline h1 {
  font-weight: 600;
  line-height: 1;
  color: var(--color_brand_blue);
}
.cw-headline .flex-container {
  width: 100%;
  height: inherit;
  justify-content: flex-end;
}
.cw-headline .flex-container .flex-col-l {
  width: 50%;
  height: inherit;
  line-height: 1;
}
.cw-headline .flex-container .flex-col-r {
  width: 50%;
  height: inherit;
  display: flex;
  align-items: flex-end;
}
.cw-headline .flex-container.pages .flex-col-l {
  width: 25%;
}
.cw-headline .flex-container.pages .flex-col-r {
  width: 75%;
}

/*WHY CHOOSE US
--------------------------------------------------*/
.cw-why-choose-us {
  background: #f5f5f5;
  padding: 10rem 0;
  position: relative;
}
.cw-why-choose-us img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.cw-why-choose-us .container {
  position: relative;
}
.cw-why-choose-us .flex-container {
  gap: 0 5rem;
}
.cw-why-choose-us .flex-container .flex-col-l {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cw-why-choose-us .flex-container .flex-col-r {
  width: 50%;
}
.cw-why-choose-us .headline {
  max-width: 550px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem 0;
}
.cw-why-choose-us .headline .h4 {
  font-weight: 600;
}
.cw-why-choose-us .headline p {
  line-height: 1.5;
}
.cw-why-choose-us .listing {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
.cw-why-choose-us .listing .item .wrapper {
  color: #222222;
  background: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
.cw-why-choose-us .listing .item .wrapper .figure {
  width: 120px;
  flex-shrink: 0;
}
.cw-why-choose-us .listing .item .wrapper h6 {
  font-size: 3em;
  font-weight: 800;
  text-align: center;
  color: var(--color_brand_orange);
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
.cw-why-choose-us .listing .item .wrapper h6 small {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  text-transform: uppercase;
  color: #999999;
}
.cw-why-choose-us .listing .item .wrapper .color-teal h6 {
  color: var(--color_brand_teal);
}
.cw-why-choose-us .listing .item .wrapper .color-orange h6 {
  color: var(--color_brand_orange);
}
.cw-why-choose-us .listing .item .wrapper .color-blue h6 {
  color: var(--color_brand_blue);
}
.cw-why-choose-us .listing .item .wrapper .color-purple h6 {
  color: var(--color_brand_purple);
}
.cw-why-choose-us .listing .item .wrapper p {
  font-size: 0.9rem;
  line-height: 1.5;
}

/*SERVICES
--------------------------------------------------*/
.cw-services {
  padding: 10rem 0;
}
.cw-services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-services .heading {
  max-width: 500px;
  text-align: center;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
.cw-services .heading h2 {
  font-weight: 600;
  line-height: 1.1;
}
.cw-services .heading p {
  line-height: 1.5;
}
.cw-services .listing {
  width: 100%;
  margin: 0 -2rem;
  display: flex;
  flex-wrap: wrap;
}
.cw-services .listing .item {
  width: 33.33%;
  text-align: center;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-services .listing .item a.circle {
  background-color: transparent;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 100%;
  transition: background-color 0.3s ease-in-out;
}
.cw-services .listing .item a.circle svg {
  width: 100px;
  height: 100px;
}
.cw-services .listing .item a.circle svg path, .cw-services .listing .item a.circle svg line, .cw-services .listing .item a.circle svg polyline, .cw-services .listing .item a.circle svg polygon, .cw-services .listing .item a.circle svg circle, .cw-services .listing .item a.circle svg rect {
  fill: none;
  stroke: var(--color_brand_teal);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: stroke 0.3s ease-in-out;
}
.cw-services .listing .item a.circle:hover {
  background-color: var(--color_brand_teal);
}
.cw-services .listing .item a.circle:hover svg path, .cw-services .listing .item a.circle:hover svg line, .cw-services .listing .item a.circle:hover svg polyline, .cw-services .listing .item a.circle:hover svg polygon, .cw-services .listing .item a.circle:hover svg circle, .cw-services .listing .item a.circle:hover svg rect {
  stroke: #ffffff;
}
.cw-services .card {
  width: 100%;
  height: 500px;
  position: relative;
  perspective: 800px;
}
.cw-services .card__side {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  backface-visibility: hidden;
  transition: transform 0.7s ease-out;
  cursor: pointer;
  padding: 3rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.cw-services .card__side svg {
  width: 60px;
  height: 60px;
  z-index: 2;
  display: none;
}
.cw-services .card__side svg path, .cw-services .card__side svg line, .cw-services .card__side svg polyline, .cw-services .card__side svg polygon, .cw-services .card__side svg circle, .cw-services .card__side svg rect {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: stroke 0.3s ease-in-out;
}
.cw-services .card__side h6 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  z-index: 2;
}
.cw-services .card__side p {
  line-height: 1.75;
  margin-bottom: 2rem;
  z-index: 2;
}
.cw-services .card__side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cw-services .card__side_front {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, #242424 100%);
  transform: rotateY(0deg);
  justify-content: flex-end;
}
.cw-services .card__side_back {
  background: linear-gradient(-90deg, rgb(0, 0, 0) 0%, #242424 100%);
  transform: rotateY(-180deg);
  color: #eeeeee;
  justify-content: center;
}
.cw-services .card:hover .card__side_front {
  transform: rotateY(180deg);
}
.cw-services .card:hover .card__side_back {
  transform: rotateY(0deg);
}

/*ABOUT
--------------------------------------------------*/
.cw-about {
  background: #f5f5f5;
  padding: 10rem 0;
}
.cw-about .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-about .grid-container {
  gap: 2rem 1.5rem;
}
.cw-about .grid-container .grid-item {
  grid-column: span 3/span 3;
  display: flex;
}
.cw-about .grid-container .grid-item .wrapper {
  width: 100%;
  color: #333333;
  padding: 2.5em;
  aspect-ratio: 1/1;
  background: #f5f5f5;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem 0;
}
.cw-about .grid-container .grid-item .wrapper h6 {
  font-size: 1.5em;
  font-weight: 600;
}
.cw-about .grid-container .grid-item .wrapper p {
  line-height: 1.5;
}
.cw-about .grid-container .grid-item .wrapper ul li {
  font-size: 0.9rem;
  line-height: 2;
  padding-left: 1em;
}
.cw-about .grid-container .grid-item .wrapper ul li::before {
  content: "•";
  color: var(--color_brand_orange);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.cw-about .grid-container .grid-item .wrapper.bg-transparent {
  background: none;
  padding: 2rem 0 0 0;
}
.cw-about .grid-container .grid-item .wrapper.bg-white {
  background: #f5f5f5;
}
.cw-about .grid-container .grid-item .wrapper.bg-teal {
  color: #ffffff;
  background: var(--color_brand_teal);
}
.cw-about .grid-container .grid-item .wrapper.bg-orange {
  color: #ffffff;
  background: var(--color_brand_orange);
}
.cw-about .grid-container .grid-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.cw-about .grid-container .grid-item .thumb.round img {
  border-radius: 100%;
}
.cw-about .grid-container .grid-item .icon {
  width: 100%;
  color: #ffffff;
  padding: 2.5em;
  aspect-ratio: 1/1;
  background: #f5f5f5;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem 0;
}
.cw-about .grid-container .grid-item .icon svg {
  width: 200px;
  height: 200px;
}
.cw-about .grid-container .grid-item .icon svg path, .cw-about .grid-container .grid-item .icon svg line, .cw-about .grid-container .grid-item .icon svg polyline, .cw-about .grid-container .grid-item .icon svg polygon, .cw-about .grid-container .grid-item .icon svg circle, .cw-about .grid-container .grid-item .icon svg rect {
  fill: none;
  stroke: var(--color_brand_blue);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: stroke 0.3s ease-in-out;
}
.cw-about .grid-container .grid-item .circle {
  width: 150px;
  height: 150px;
  background-color: var(--color_brand_blue);
  padding: 1.5rem;
  margin: 0 auto;
  border-radius: 100%;
}
.cw-about .grid-container .grid-item .circle svg {
  width: 100px;
  height: 100px;
}
.cw-about .grid-container .grid-item .circle svg path, .cw-about .grid-container .grid-item .circle svg line, .cw-about .grid-container .grid-item .circle svg polyline, .cw-about .grid-container .grid-item .circle svg polygon, .cw-about .grid-container .grid-item .circle svg circle, .cw-about .grid-container .grid-item .circle svg rect {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: stroke 0.3s ease-in-out;
}
.cw-about .grid-container .grid-item.hero {
  grid-column: span 6/span 6;
}

/*TESTIMONIALS
--------------------------------------------------*/
.cw-testimonials {
  background: #f5f5f5;
  padding: 10rem 0;
  position: relative;
}
.cw-testimonials .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-testimonials .headline {
  max-width: 550px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem 0;
  margin-bottom: 4rem;
  display: none;
}
.cw-testimonials .headline .h4 {
  font-weight: 600;
}
.cw-testimonials .headline p {
  line-height: 1.5;
  opacity: 0.5;
}
.cw-testimonials .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-testimonials .slick-slider {
  width: 100%;
  max-width: 1000px;
  padding: 0 5rem;
  margin-bottom: 0;
  position: relative;
}
.cw-testimonials .slick-slider .slick-item {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
.cw-testimonials .slick-slider .slick-item .message {
  text-align: center;
}
.cw-testimonials .slick-slider .slick-item .message p {
  font-size: 1.75em;
  line-height: 1.2;
}
.cw-testimonials .slick-slider .slick-item .meta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-testimonials .slick-slider .slick-item .meta span {
  font-family: "Ovo", serif;
  font-size: 1.5em;
  font-weight: 400;
  color: var(--color_brand_teal);
}
.cw-testimonials .slick-slider .slick-item .meta span.name {
  margin-bottom: 0.25rem;
}
.cw-testimonials .slick-slider .slick-item .meta span.country {
  font-size: 1.15em;
  color: #000000;
  opacity: 0.4;
}
.cw-testimonials .slick-slider .slick-dots {
  margin-top: 3rem;
  position: static;
}
.cw-testimonials .slick-slider .slick-dots li {
  width: 15px;
}
.cw-testimonials .slick-slider .slick-dots li button {
  width: 15px;
  padding: 0;
}
.cw-testimonials .slick-slider .slick-dots li button:before {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: var(--color_brand_teal);
  border-radius: 100%;
  display: block;
  position: static;
  transition: all ease-in-out 0.3s;
}
.cw-testimonials .slick-slider .slick-dots li:hover button:before {
  opacity: 1;
}
.cw-testimonials .slick-slider .slick-arrow {
  width: 50px;
  height: 50px;
  background-size: 21px 40px !important;
  background-repeat: no-repeat !important;
  border-radius: 100%;
  transform: none !important;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.cw-testimonials .slick-slider .slick-arrow:before {
  display: none;
}
.cw-testimonials .slick-slider .slick-arrow.slick-prev, .cw-testimonials .slick-slider .slick-arrow.slick-next {
  top: 10%;
}
.cw-testimonials .slick-slider .slick-arrow.slick-prev {
  background-image: url(img/icons/angle-left.svg) !important;
  background-position: left 12px center !important;
}
.cw-testimonials .slick-slider .slick-arrow.slick-next {
  background-image: url(img/icons/angle-right.svg) !important;
  background-position: right 12px center !important;
}

/*SUSTAINABILITY
--------------------------------------------------*/
.cw-sustainability {
  width: 100%;
  background: #ffffff;
  position: relative;
}
.cw-sustainability img.bg {
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cw-sustainability .wrapper-position {
  width: 100%;
  color: #ffffff;
  padding: 5rem 0;
  position: absolute;
  bottom: 0;
}
.cw-sustainability .wrapper-position .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.cw-sustainability .wrapper-position .container .headline {
  width: 100%;
  max-width: 815px;
  font-size: 2.6em;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
  margin-bottom: 2.6rem;
}
.cw-sustainability::before {
  content: "";
  width: 100%;
  height: 75%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 70%);
  position: absolute;
  bottom: 0;
}

/*PROCESS
--------------------------------------------------*/
.cw-process {
  padding: 10rem 0;
}
.cw-process .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-process .heading {
  max-width: 700px;
  text-align: center;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
.cw-process .heading h2 {
  font-weight: 600;
  line-height: 1.1;
}
.cw-process .heading p {
  line-height: 1.5;
}
.cw-process .listing {
  width: 100%;
  margin: 0 -2rem;
  display: flex;
  flex-wrap: wrap;
}
.cw-process .listing .item {
  width: 25%;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.cw-process .listing .item a.circle {
  background-color: var(--color_brand_teal);
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 100%;
  transition: background-color 0.3s ease-in-out;
}
.cw-process .listing .item a.circle svg {
  width: 100px;
  height: 100px;
}
.cw-process .listing .item a.circle svg path, .cw-process .listing .item a.circle svg line, .cw-process .listing .item a.circle svg polyline, .cw-process .listing .item a.circle svg polygon, .cw-process .listing .item a.circle svg circle, .cw-process .listing .item a.circle svg rect {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: stroke 0.3s ease-in-out;
}
.cw-process .listing .item:before {
  content: "";
  width: 50%;
  height: 5px;
  background: var(--color_brand_teal);
  position: absolute;
  top: 40%;
  left: 0;
  z-index: -1;
}
.cw-process .listing .item:after {
  content: "";
  width: 50%;
  height: 5px;
  background: var(--color_brand_teal);
  position: absolute;
  top: 40%;
  right: 0;
  z-index: -1;
}
.cw-process .listing .item:first-child:before, .cw-process .listing .item:last-child:after {
  display: none !important;
}

/*LATEST NEWS
--------------------------------------------------*/
.cw-latest-news {
  width: 100%;
  padding: 10rem 0;
}
.cw-latest-news .heading {
  margin-bottom: 2rem;
}
.cw-latest-news .heading h2 {
  font-weight: 600;
  color: var(--color_brand_orange);
  margin-bottom: 2rem;
}
.cw-latest-news .grid-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem;
}
.cw-latest-news .grid-container .grid-item {
  grid-column: span 1/span 1;
}
.cw-latest-news .grid-container .thumb {
  border-radius: 0.75rem;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}
.cw-latest-news .grid-container .thumb img {
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.cw-latest-news .grid-container .thumb a {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) url(img/icons/details.svg) center no-repeat;
  background-size: 0 0;
  border-radius: 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out;
}
.cw-latest-news .grid-container .thumb a:hover {
  background: rgba(0, 0, 0, 0.5) url(img/icons/details.svg) center no-repeat;
  background-size: 30px 30px;
}
.cw-latest-news .grid-container .title {
  margin-bottom: 1.25rem;
}
.cw-latest-news .grid-container .title a.title {
  font-size: 1rem;
  line-height: 1.2;
  color: var(--color_default);
  display: inline-block;
}
.cw-latest-news .grid-container .title a.title:hover {
  color: var(--color_default);
}
.cw-latest-news .grid-container .title a.title:hover {
  color: var(--color_brand_orange);
}
.cw-latest-news .grid-container .title small.posted {
  font-size: 0.8rem;
  font-weight: 600;
  color: #999999;
  display: inline-block;
}
.cw-latest-news .grid-container p {
  line-height: 1.7;
}

/*CTA
--------------------------------------------------*/
.cw-cta {
  padding: 10rem 0;
}
.cw-cta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-cta .flex-container {
  gap: 0 5rem;
  align-items: center;
}
.cw-cta .flex-container .flex-col-l {
  width: 50%;
}
.cw-cta .flex-container .flex-col-l h2 {
  font-size: 6rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
}
.cw-cta .flex-container .flex-col-r {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem 0;
}
.cw-cta .flex-container .flex-col-r p {
  font-size: 1.25rem;
  line-height: 1.5;
}

/*OFFICES
--------------------------------------------------*/
.cw-offices {
  padding: 10rem 0;
}
.cw-offices .container {
  display: flex;
  flex-direction: column;
}
.cw-offices .heading {
  margin-bottom: 2rem;
}
.cw-offices .heading h2 {
  font-weight: 600;
  color: var(--color_brand_orange);
}
.cw-offices .flex-container {
  gap: 0 3rem;
}
.cw-offices .flex-container .flex-col-l {
  width: 50%;
}
.cw-offices .flex-container .flex-col-r {
  width: 50%;
}
.cw-offices .flex-container .wrapper {
  margin-bottom: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
.cw-offices .flex-container .wrapper iframe {
  width: 100%;
  height: 400px;
}
.cw-offices h6 {
  font-size: 1.2rem;
}
.cw-offices .contact-info {
  margin-top: 2rem;
  display: inline-flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
.cw-offices .contact-info li {
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0.25rem 0 0.25rem 2rem;
}
.cw-offices .contact-info li a {
  color: var(--color_default);
}
.cw-offices .contact-info li.address {
  background-image: url(img/icons/address.svg);
}
.cw-offices .contact-info li.phone {
  background-image: url(img/icons/landline.svg);
}
.cw-offices .contact-info li.mobile {
  background-image: url(img/icons/mobile.svg);
}
.cw-offices .contact-info li.email {
  background-image: url(img/icons/email.svg);
}

/*INTRODUCTION
--------------------------------------------------*/
.cw-introduction {
  padding: 5rem 0;
}
.cw-introduction .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-introduction .wrapper {
  width: 100%;
  max-width: 1000px;
  gap: 0 2rem;
}
.cw-introduction .wrapper p {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5;
}

/*IMAGE & CONTENT
--------------------------------------------------*/
.cw-image-and-content {
  padding: 5rem 0;
}
.cw-image-and-content .flex-container {
  gap: 0 3rem;
}
.cw-image-and-content .flex-container .flex-col-l {
  width: 50%;
}
.cw-image-and-content .flex-container .flex-col-r {
  width: 50%;
}
.cw-image-and-content .writeup {
  padding-top: 3rem;
  padding-left: 6rem;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
.cw-image-and-content .writeup h6 {
  font-weight: 600;
  color: var(--color_brand_orange);
}
.cw-image-and-content .writeup p {
  line-height: 1.5;
}
.cw-image-and-content .writeup .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.cw-image-and-content .thumb {
  border-radius: 0.75rem;
  display: block;
}
.cw-image-and-content .thumb img {
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/*BUSINESSES
--------------------------------------------------*/
.cw-businesses2 {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}
.cw-businesses2 .item {
  grid-column: span 3/span 3;
}
.cw-businesses2 .thumb {
  border-radius: 0.75rem;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}
.cw-businesses2 .thumb img {
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.cw-businesses2 .thumb a {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0) url(img/icons/details.svg) center no-repeat;
  background-size: 0 0;
  border-radius: 0.75rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out;
}
.cw-businesses2 .thumb a:hover {
  background: rgba(0, 0, 0, 0.5) url(img/icons/details.svg) center no-repeat;
  background-size: 30px 30px;
}
.cw-businesses2 .title a.h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--color_default);
  margin-bottom: 0.5rem;
  display: block;
}
.cw-businesses2 .title a.h4:hover {
  color: var(--color_default);
}
.cw-businesses2 .title small {
  font-size: 1em;
  font-weight: 600;
  color: #999999;
  display: inline-block;
}

/*FOOTER
--------------------------------------------------*/
footer {
  color: #ffffff;
  background: #000000;
  padding: 5rem 0 10rem 0;
}
footer .flex-container {
  display: flex;
  justify-content: space-between;
  gap: 0 5rem;
}
footer .flex-item-l {
  width: 100%;
  max-width: 30rem;
}
footer .flex-item-l span.h4 {
  max-width: 75rem;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 3rem;
  display: block;
}
footer .flex-item-l ul {
  display: flex;
  align-items: center;
}
footer .flex-item-l ul li {
  font-weight: 600;
  margin-right: 1.5rem;
}
footer .flex-item-l ul li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
footer .flex-item-l ul li a:hover {
  color: var(--color_brand_orange);
}
footer .flex-item-l ul li a svg {
  position: relative;
  top: 2px;
}
footer .flex-item-l ul li a svg path, footer .flex-item-l ul li a svg circle, footer .flex-item-l ul li a svg rect {
  fill: #ffffff;
  transition: fill 0.3s ease-in-out;
}
footer .flex-item-l ul li a:hover svg path, footer .flex-item-l ul li a:hover svg circle, footer .flex-item-l ul li a:hover svg rect {
  fill: var(--color_brand_orange);
}
footer .flex-item-l ul li:last-child {
  margin-right: 0;
}
footer .flex-item-r {
  width: 100%;
  max-width: 30rem;
}
footer .flex-item-r ul {
  display: flex;
  flex-direction: column;
}
footer .flex-item-r ul li {
  font-weight: 600;
  margin-bottom: 1.25rem;
}
footer .flex-item-r ul li a {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
footer .flex-item-r ul li a:hover {
  color: var(--color_brand_orange);
}
footer .flex-item-r ul li a svg {
  position: relative;
  top: 2px;
}
footer .flex-item-r ul li a svg path, footer .flex-item-r ul li a svg circle, footer .flex-item-r ul li a svg rect {
  fill: #ffffff;
  transition: fill 0.3s ease-in-out;
}
footer .flex-item-r ul li a:hover svg path, footer .flex-item-r ul li a:hover svg circle, footer .flex-item-r ul li a:hover svg rect {
  color: var(--color_brand_orange);
}
footer .flex-item-r ul li:last-child {
  margin-right: 0;
}
footer .copyright {
  line-height: 1.25;
  color: #ffffff;
  margin-top: 8rem;
}
footer .copyright a {
  font-weight: 600;
  color: #ffffff;
}
footer .copyright a:hover {
  color: var(--color_brand_orange);
}

.cw-block .flex-container {
  gap: 0 2rem;
}
.cw-block .flex-container .flex-col-l {
  width: 50%;
}
.cw-block .flex-container .flex-col-r {
  width: 50%;
}

/*BLOCKS
--------------------------------------------------*/
.block-headline {
  margin-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
}
.block-headline h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color_darkgray);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-headline h5:after {
  content: "";
  width: 115px;
  height: 2px;
  background: var(--color_darkgray);
  margin-top: 0.85rem;
  display: inline-block;
}
.block-headline .description {
  margin-top: 1rem;
}
.block-headline .description p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.block-headline .button {
  margin-top: 4rem;
}
.block-headline.centered {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block-headline.centered p {
  max-width: 50rem;
}

/*HOVER EFFECTS
--------------------------------------------------*/
.image-zoom {
  display: block;
  overflow: hidden;
}
.image-zoom img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.image-zoom:hover img {
  transform: scale(1.05);
}

/*404
--------------------------------------------------*/
.cw-404 {
  text-align: center;
  padding: 120px 0;
}
.cw-404 h2 {
  text-transform: uppercase;
  margin-bottom: 50px;
}
.cw-404 h2 strong {
  font-size: 5em;
  display: block;
}
.cw-404 p {
  font-size: 1.5em;
  font-weight: 300;
  text-align: center;
  color: #666666;
  margin-bottom: 45px;
}

/*MENU BODY
--------------------------------------------------*/
.cw-mobile-menu {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.cw-mobile-menu .wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cw-mobile-menu .wrapper .header {
  width: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.cw-mobile-menu .wrapper .body {
  width: 100%;
  height: 100vh;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-mobile-menu .wrapper .body .wrapper {
  width: 100%;
}
.cw-mobile-menu .wrapper .body ul.menu {
  width: 100%;
  max-width: 400px;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.cw-mobile-menu .wrapper .body ul.menu li {
  width: 100%;
  position: relative;
}
.cw-mobile-menu .wrapper .body ul.menu li a {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #999999;
  padding: 0.75rem 0;
  display: inline-block;
}
.cw-mobile-menu .wrapper .body ul.menu li a:hover {
  color: var(--color_brand_orange);
}
.cw-mobile-menu .wrapper .body ul.menu li .caret {
  width: 30px;
  height: 30px;
  background: url(img/icons/angle-down.svg) center no-repeat;
  background-size: 15px 15px;
  display: block;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0.4rem;
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}
.cw-mobile-menu .wrapper .body ul.menu li.current-menu-item a, .cw-mobile-menu .wrapper .body ul.menu li.current-menu-parent a {
  color: var(--color_brand_orange);
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item {
  /* Depth 1*/
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul {
  width: 100%;
  text-align: left;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  display: none;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul li {
  width: 100%;
  margin: 0 0 0 0;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul li a {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: none;
  color: #999999;
  padding: 8px 0;
  display: inline-block;
  white-space: nowrap;
  transition: none;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul li a:before {
  display: none;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul li a:after {
  display: none;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul li .caret {
  top: 0.3rem;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item ul li:hover a {
  color: var(--brand_gray);
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item .menu-parent-item {
  /* Depth 2*/
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item .menu-parent-item > ul {
  display: none;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item .menu-parent-item > ul li a:after {
  display: none;
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item .menu-parent-item > ul li a:hover {
  color: var(--brand_gray);
}
.cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item.active > .caret {
  transform: rotate(-180deg);
  transition: transform 0.3s linear;
}

/*OVERRIDE CLASSES
--------------------------------------------------*/
hr {
  border-top: 1px solid #e2e2e2;
  border-bottom: 0;
  margin: 5rem 0;
}

.hidden {
  display: none;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.vcentered {
  justify-content: center !important;
}

.hcentered {
  align-items: center !important;
}

/*REGULAR DESKTOP
--------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  body {
    font-size: 13px;
  }
  p {
    font-size: 0.9rem;
    font-weight: normal;
    margin: 0;
  }
  /*HERO
  --------------------------------------------------*/
  .cw-hero .grid-container .grid-item .quote {
    padding: 1.25rem;
  }
  .cw-hero .grid-container .grid-item .quote img {
    height: auto;
    max-width: 50px;
  }
  .cw-hero .grid-container .grid-item .quote p {
    font-size: 1.4em;
    line-height: 1.2;
    color: #ffffff;
  }
  /*WHY CHOOSE US
  --------------------------------------------------*/
  .cw-why-choose-us {
    padding: 8rem 0;
  }
  .cw-why-choose-us .listing .item .wrapper {
    padding: 1.25rem;
  }
  /*SERVICES
  --------------------------------------------------*/
  .cw-services {
    padding: 8rem 0;
  }
  .cw-services .listing {
    margin: 0 -1.5rem;
  }
  .cw-services .listing .item {
    padding: 1.5rem;
  }
  .cw-services .card__side {
    padding: 2rem;
  }
  /*ABOUT
  --------------------------------------------------*/
  .cw-about {
    padding: 8rem 1rem;
  }
  /*PROCESS
  --------------------------------------------------*/
  .cw-process {
    padding: 8rem 0;
  }
  .cw-process .listing .item a.circle svg {
    width: 75px;
    height: 75px;
  }
  /*TESTIMONIALS
  --------------------------------------------------*/
  .cw-testimonials {
    padding: 8rem 0;
  }
  /*LATEST NEWS
  --------------------------------------------------*/
  .cw-latest-news {
    padding: 8rem 0;
  }
}
/*MINI LAPTOP
--------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  body {
    font-size: 12px;
  }
  /*MAIN WRAPPER
  --------------------------------------------------*/
  .cw-wrapper .flex-container .flex-col-l .sidebar .logo img {
    width: 209px;
    height: 80px;
  }
  /*SERVICES
  --------------------------------------------------*/
  .cw-services {
    padding: 8rem 0;
  }
  .cw-services .listing {
    margin: 0 -1rem;
  }
  .cw-services .listing .item {
    padding: 1rem;
  }
  .cw-services .card__side {
    padding: 1.5rem;
  }
}
/*TABLET
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  body {
    font-size: 12px;
  }
  .container {
    width: 100%;
    max-width: calc(1440px + 2rem);
    padding: 0 1.5rem;
    margin-right: auto;
    margin-left: auto;
  }
  /*HEADER
  --------------------------------------------------*/
  .cw-header .flex-container {
    align-items: flex-end;
  }
  .cw-header ul.nav-header {
    display: none;
  }
  .cw-header .btn-mobile {
    display: flex;
    margin-bottom: 3px;
  }
  /*HERO
  --------------------------------------------------*/
  .cw-hero {
    height: auto;
    padding: 8rem 0;
  }
  .cw-hero .flex-container {
    flex-direction: column;
    gap: 5rem 0;
  }
  .cw-hero .flex-container .flex-col-l {
    width: 100%;
    height: auto;
  }
  .cw-hero .flex-container .flex-col-r {
    width: 100%;
    height: auto;
  }
  .cw-hero .headline {
    max-width: 550px;
  }
  .cw-hero .grid-container .grid-item .quote {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cw-hero .grid-container .grid-item .quote p {
    font-size: 1.4rem;
  }
  /*WHY CHOOSE US
  --------------------------------------------------*/
  .cw-why-choose-us .flex-container {
    flex-direction: column;
    gap: 5rem 0;
  }
  .cw-why-choose-us .flex-container .flex-col-l {
    width: 100%;
    flex-direction: column;
  }
  .cw-why-choose-us .flex-container .flex-col-r {
    width: 100%;
  }
  /*SERVICES
  --------------------------------------------------*/
  .cw-services .heading {
    max-width: 40%;
    text-align: left;
    margin-bottom: 0;
  }
  .cw-services .listing {
    gap: 1rem 0;
  }
  .cw-services .listing .item {
    width: 50%;
    font-size: 0.8rem;
  }
  /*ABOUT
  --------------------------------------------------*/
  .cw-about {
    padding: 8rem 4rem;
  }
  .cw-about .grid-container {
    gap: 2rem;
  }
  .cw-about .grid-container .grid-item {
    grid-column: span 6/span 6;
    display: flex;
  }
  .cw-about .grid-container .grid-item:nth-child(3) {
    order: 4;
  }
  .cw-about .grid-container .grid-item:nth-child(4) {
    order: 3;
  }
  /*PROCESS
  --------------------------------------------------*/
  .cw-process .container {
    flex-direction: row;
    gap: 0 4rem;
  }
  .cw-process .heading {
    max-width: 40%;
    text-align: left;
    margin-bottom: 0;
  }
  .cw-process .listing {
    max-width: 60%;
    flex-direction: column;
    gap: 0 0;
  }
  .cw-process .listing .item {
    width: 100%;
    font-size: 0.8rem;
    text-align: left;
    padding: 1rem 0;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0 1rem;
  }
  .cw-process .listing .item a.circle {
    padding: 1rem;
    margin: 0;
  }
  .cw-process .listing .item a.circle svg {
    width: 50px;
    height: 50px;
  }
  .cw-process .listing .item:before {
    content: "";
    width: 5px;
    height: 75%;
    background: var(--color_brand_teal);
    position: absolute;
    top: 0;
    left: 40px;
    z-index: -1;
  }
  .cw-process .listing .item:after {
    content: "";
    width: 5px;
    height: 75%;
    background: var(--color_brand_teal);
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: -1;
  }
  .cw-process .listing .item:first-child:before, .cw-process .listing .item:last-child:after {
    display: none !important;
  }
  /*TESTIMONIALS
  --------------------------------------------------*/
  .cw-testimonials .slick-slider {
    max-width: 800px;
  }
  .cw-testimonials .slick-slider .slick-arrow.slick-prev, .cw-testimonials .slick-slider .slick-arrow.slick-next {
    top: 8%;
  }
  /*LATEST NEWS
  --------------------------------------------------*/
  .cw-latest-news .grid-container {
    gap: 2rem;
  }
  /*CTA
  --------------------------------------------------*/
  .cw-cta .flex-container {
    gap: 0 3rem;
    align-items: flex-start;
  }
  .cw-cta .flex-container .flex-col-l h2 {
    font-size: 3.5rem;
  }
  .cw-cta .flex-container .flex-col-r p {
    font-size: 1rem;
  }
}
/*MOBILE LANDSCAPE
--------------------------------------------------*/
@media only screen and (max-width: 768px) {
  body {
    font-size: 11px;
  }
  .container {
    width: 100%;
    max-width: calc(1440px + 2rem);
    padding: 0 1.5rem;
    margin-right: auto;
    margin-left: auto;
  }
  /*HERO
  --------------------------------------------------*/
  .cw-hero .grid-container .grid-item .quote {
    padding: 1rem;
  }
  .cw-hero .grid-container .grid-item .quote img {
    height: auto;
    max-width: 30px;
  }
  .cw-hero .grid-container .grid-item .quote p {
    font-size: 0.9rem;
  }
  /*WHY CHOOSE US
  --------------------------------------------------*/
  .cw-why-choose-us {
    padding: 6rem 0;
  }
  /*SERVICES
  --------------------------------------------------*/
  .cw-services {
    padding: 6rem 0;
  }
  .cw-services .container {
    flex-direction: column;
    gap: 4rem 0;
  }
  .cw-services .heading {
    width: 100%;
    max-width: 100%;
  }
  .cw-services .listing {
    max-width: 100%;
    margin: 0;
  }
  .cw-services .listing .item {
    width: 100%;
    padding: 0;
  }
  /*ABOUT
  --------------------------------------------------*/
  .cw-about {
    padding: 6rem 0;
  }
  .cw-about .grid-container .grid-item {
    grid-column: span 12/span 12;
    display: flex;
  }
  .cw-about .grid-container .grid-item:nth-child(3) {
    order: 3;
  }
  .cw-about .grid-container .grid-item:nth-child(4) {
    order: 4;
  }
  .cw-about .grid-container .grid-item .wrapper {
    width: 100%;
    aspect-ratio: unset;
  }
  /*PROCESS
  --------------------------------------------------*/
  .cw-process {
    padding: 6rem 0;
  }
  .cw-process .container {
    flex-direction: column;
    gap: 4rem 0;
  }
  .cw-process .heading {
    width: 100%;
    max-width: 100%;
  }
  .cw-process .listing {
    max-width: 100%;
  }
  /*LATEST NEWS
  --------------------------------------------------*/
  .cw-latest-news {
    padding: 6rem 0;
  }
  .cw-latest-news .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /*CTA
  --------------------------------------------------*/
  .cw-cta {
    padding: 6rem 0;
  }
  .cw-cta .flex-container {
    gap: 2rem 0;
    flex-direction: column;
  }
  .cw-cta .flex-container .flex-col-l {
    width: 100%;
  }
  .cw-cta .flex-container .flex-col-r {
    width: 100%;
  }
  /*OFFICES
  --------------------------------------------------*/
  .cw-offices {
    padding: 6rem 0;
  }
  .cw-offices .flex-container {
    flex-direction: column;
    gap: 2rem 0;
  }
  .cw-offices .flex-container .flex-col-l {
    width: 100%;
  }
  .cw-offices .flex-container .flex-col-r {
    width: 100%;
  }
  /*FOOTER
  --------------------------------------------------*/
  footer {
    font-size: 17px;
  }
  footer .flex-container {
    flex-direction: column;
    gap: 6rem 0;
  }
}
/*MOBILE PORTRAIT
--------------------------------------------------*/
@media only screen and (max-width: 480px) {
  /*HERO
  --------------------------------------------------*/
  .cw-hero .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cw-hero .grid-container .grid-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .cw-hero .grid-container .grid-item:last-child {
    grid-column: span 2/span 2;
    flex-direction: row;
    gap: 0 1rem;
  }
  .cw-hero .grid-container .grid-item:last-child .wrapper {
    width: 50%;
  }
  .cw-hero .grid-container .grid-item:last-child .thumb-r1 {
    aspect-ratio: 1/1.5;
  }
  /*ABOUT
  --------------------------------------------------*/
  .cw-about .grid-container {
    display: flex;
    flex-direction: column;
  }
  .cw-about .grid-container .grid-item {
    width: 100%;
    display: flex;
  }
  .cw-about .grid-container .grid-item .wrapper {
    aspect-ratio: unset;
  }
  .cw-about .grid-container .grid-item:nth-child(3) {
    order: 3;
  }
  .cw-about .grid-container .grid-item:nth-child(4) {
    order: 4;
  }
  /*TESTIMONIALS
  --------------------------------------------------*/
  .cw-testimonials .slick-slider {
    padding: 0 2rem;
  }
  /*LATEST NEWS
  --------------------------------------------------*/
  .cw-latest-news .grid-container {
    gap: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */