/*
Theme Name: HRRACI
Theme URI: https://www.hrraci.com
Author: Creative Weblogic
Author URI: http://www.creativeweblogic.com
Description: 2026 web design layout.
Version: 1.0.19
*/
/* Normalize */
@import url(//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap);
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: #cdd4dd;
  --color_grey: #333333;
  --color_brand_blue: #352a75;
  --color_brand_yellow: #efd146;
  --color_brand_red: #ad3d37;
  --color_brand_green: #175049;
  --color_brand_lime: #92c47f;
  --color_brand_orange: #feb431;
  --color_brand_teal: #4ca49c;
  --color_brand_purple: #7b62fb;
}

/*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: 1em;
  font-weight: normal;
  margin: 0;
}

p {
  font-size: 1em;
  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: auto;
}

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

img.emoji,
img.wp-smiley {
  width: 1em !important;
  height: 1em !important;
  max-width: 1em !important;
  display: inline !important;
  vertical-align: -0.1em !important;
}

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

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

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

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

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

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

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

p {
  font-size: 1em;
  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: 48px;
  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.4rem;
  transition: border-color 0.3s ease-in-out;
}
.form-input:hover, .form-input:focus {
  border-color: var(--color_brand_blue);
  cursor: text;
}
.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.4rem;
  -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_brand_blue);
  cursor: pointer;
}

.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.4rem;
  transition: all 0.3s ease-in-out;
}
.form-textarea:hover, .form-textarea:focus {
  border-color: var(--color_brand_blue);
  cursor: text;
}
.form-textarea::-moz-placeholder {
  color: var(--color_darkgray);
}
.form-textarea::placeholder {
  color: var(--color_darkgray);
}

.form-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-checkbox .checkmark {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid var(--color_darkgray);
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.form-checkbox:hover .checkmark {
  border-color: var(--color_brand_blue);
}
.form-checkbox input:checked + .checkmark {
  border-color: var(--color_brand_blue);
  background: #fff;
}
.form-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  display: block;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid var(--color_brand_blue);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*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 {
  height: 40px;
  font-size: 0.9rem;
  font-weight: 600;
  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: 0.9rem;
  font-weight: 600;
  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-blue {
  color: white;
  background: var(--color_brand_blue);
}
.btn-blue:hover {
  background: color-mix(in srgb, var(--color_brand_blue) 80%, white 20%);
}

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

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

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

.btn-line {
  color: #ffffff;
  background: none;
  border: 2px 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-line-arrowed {
  color: var(--color_brand_green);
  background: url(img/icons/angle-right.svg) right 10px center no-repeat;
  background-size: 12px 12px;
  padding-right: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.btn-line-arrowed:hover {
  color: var(--color_brand_green) !important;
  background-color: var(--color_brand_green);
  border: 1px solid var(--color_brand_green);
}
.btn-line-arrowed:hover::before {
  width: 100%;
}
.btn-line-arrowed:focus {
  color: #e2e2e2;
}
.btn-line-arrowed:disabled, .btn-line-arrowed:hover :disabled {
  color: #ffffff !important;
  background: var(--color_brand_green);
  border: 1px solid var(--color_brand_green);
  opacity: 0.35;
}

.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: 22px;
  height: 2px;
  background: #ffffff;
  margin-bottom: 4px;
  transition: background-color 0.3s ease-in-out;
}
.btn-mobile .btn-wrapper div:last-child {
  margin-bottom: 0;
}
.btn-close {
  width: 30px;
  height: 30px;
  margin-right: 6px;
  position: relative;
  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_red);
}
.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(22vw, 4vh, 83px);
  }
}
.particle:nth-child(1) {
  animation: particle-animation-1 60s infinite;
  opacity: 0.35;
  height: 18px;
  width: 18px;
  animation-delay: -0.2s;
  transform: translate3d(52vw, 31vh, 10px);
  background: hsl(51, 70%, 50%);
}

@keyframes particle-animation-2 {
  100% {
    transform: translate3d(18vw, 26vh, 17px);
  }
}
.particle:nth-child(2) {
  animation: particle-animation-2 60s infinite;
  opacity: 0.47;
  height: 18px;
  width: 18px;
  animation-delay: -0.4s;
  transform: translate3d(77vw, 60vh, 77px);
  background: hsl(299, 70%, 50%);
}

@keyframes particle-animation-3 {
  100% {
    transform: translate3d(18vw, 42vh, 39px);
  }
}
.particle:nth-child(3) {
  animation: particle-animation-3 60s infinite;
  opacity: 0.01;
  height: 18px;
  width: 18px;
  animation-delay: -0.6s;
  transform: translate3d(18vw, 75vh, 49px);
  background: hsl(66, 70%, 50%);
}

@keyframes particle-animation-4 {
  100% {
    transform: translate3d(37vw, 31vh, 50px);
  }
}
.particle:nth-child(4) {
  animation: particle-animation-4 60s infinite;
  opacity: 0.37;
  height: 11px;
  width: 11px;
  animation-delay: -0.8s;
  transform: translate3d(71vw, 82vh, 81px);
  background: hsl(315, 70%, 50%);
}

@keyframes particle-animation-5 {
  100% {
    transform: translate3d(82vw, 8vh, 81px);
  }
}
.particle:nth-child(5) {
  animation: particle-animation-5 60s infinite;
  opacity: 0.37;
  height: 17px;
  width: 17px;
  animation-delay: -1s;
  transform: translate3d(40vw, 20vh, 33px);
  background: hsl(17, 70%, 50%);
}

@keyframes particle-animation-6 {
  100% {
    transform: translate3d(47vw, 72vh, 79px);
  }
}
.particle:nth-child(6) {
  animation: particle-animation-6 60s infinite;
  opacity: 0.24;
  height: 12px;
  width: 12px;
  animation-delay: -1.2s;
  transform: translate3d(57vw, 73vh, 46px);
  background: hsl(86, 70%, 50%);
}

@keyframes particle-animation-7 {
  100% {
    transform: translate3d(27vw, 89vh, 38px);
  }
}
.particle:nth-child(7) {
  animation: particle-animation-7 60s infinite;
  opacity: 0.08;
  height: 17px;
  width: 17px;
  animation-delay: -1.4s;
  transform: translate3d(15vw, 48vh, 84px);
  background: hsl(104, 70%, 50%);
}

@keyframes particle-animation-8 {
  100% {
    transform: translate3d(2vw, 82vh, 87px);
  }
}
.particle:nth-child(8) {
  animation: particle-animation-8 60s infinite;
  opacity: 0.43;
  height: 19px;
  width: 19px;
  animation-delay: -1.6s;
  transform: translate3d(23vw, 61vh, 57px);
  background: hsl(242, 70%, 50%);
}

@keyframes particle-animation-9 {
  100% {
    transform: translate3d(79vw, 44vh, 80px);
  }
}
.particle:nth-child(9) {
  animation: particle-animation-9 60s infinite;
  opacity: 0.46;
  height: 14px;
  width: 14px;
  animation-delay: -1.8s;
  transform: translate3d(85vw, 13vh, 92px);
  background: hsl(128, 70%, 50%);
}

@keyframes particle-animation-10 {
  100% {
    transform: translate3d(9vw, 69vh, 4px);
  }
}
.particle:nth-child(10) {
  animation: particle-animation-10 60s infinite;
  opacity: 0.17;
  height: 19px;
  width: 19px;
  animation-delay: -2s;
  transform: translate3d(48vw, 60vh, 86px);
  background: hsl(341, 70%, 50%);
}

@keyframes particle-animation-11 {
  100% {
    transform: translate3d(8vw, 37vh, 64px);
  }
}
.particle:nth-child(11) {
  animation: particle-animation-11 60s infinite;
  opacity: 1;
  height: 18px;
  width: 18px;
  animation-delay: -2.2s;
  transform: translate3d(29vw, 44vh, 80px);
  background: hsl(25, 70%, 50%);
}

@keyframes particle-animation-12 {
  100% {
    transform: translate3d(46vw, 44vh, 14px);
  }
}
.particle:nth-child(12) {
  animation: particle-animation-12 60s infinite;
  opacity: 0.1;
  height: 15px;
  width: 15px;
  animation-delay: -2.4s;
  transform: translate3d(28vw, 12vh, 96px);
  background: hsl(253, 70%, 50%);
}

@keyframes particle-animation-13 {
  100% {
    transform: translate3d(36vw, 8vh, 46px);
  }
}
.particle:nth-child(13) {
  animation: particle-animation-13 60s infinite;
  opacity: 0.49;
  height: 11px;
  width: 11px;
  animation-delay: -2.6s;
  transform: translate3d(71vw, 18vh, 39px);
  background: hsl(54, 70%, 50%);
}

@keyframes particle-animation-14 {
  100% {
    transform: translate3d(1vw, 82vh, 94px);
  }
}
.particle:nth-child(14) {
  animation: particle-animation-14 60s infinite;
  opacity: 0.39;
  height: 20px;
  width: 20px;
  animation-delay: -2.8s;
  transform: translate3d(71vw, 11vh, 56px);
  background: hsl(151, 70%, 50%);
}

@keyframes particle-animation-15 {
  100% {
    transform: translate3d(78vw, 34vh, 16px);
  }
}
.particle:nth-child(15) {
  animation: particle-animation-15 60s infinite;
  opacity: 0.72;
  height: 14px;
  width: 14px;
  animation-delay: -3s;
  transform: translate3d(72vw, 22vh, 89px);
  background: hsl(61, 70%, 50%);
}

@keyframes particle-animation-16 {
  100% {
    transform: translate3d(9vw, 10vh, 32px);
  }
}
.particle:nth-child(16) {
  animation: particle-animation-16 60s infinite;
  opacity: 0.55;
  height: 18px;
  width: 18px;
  animation-delay: -3.2s;
  transform: translate3d(69vw, 65vh, 45px);
  background: hsl(344, 70%, 50%);
}

@keyframes particle-animation-17 {
  100% {
    transform: translate3d(90vw, 89vh, 50px);
  }
}
.particle:nth-child(17) {
  animation: particle-animation-17 60s infinite;
  opacity: 0.42;
  height: 20px;
  width: 20px;
  animation-delay: -3.4s;
  transform: translate3d(66vw, 35vh, 73px);
  background: hsl(215, 70%, 50%);
}

@keyframes particle-animation-18 {
  100% {
    transform: translate3d(19vw, 12vh, 56px);
  }
}
.particle:nth-child(18) {
  animation: particle-animation-18 60s infinite;
  opacity: 0.7;
  height: 19px;
  width: 19px;
  animation-delay: -3.6s;
  transform: translate3d(17vw, 6vh, 32px);
  background: hsl(313, 70%, 50%);
}

@keyframes particle-animation-19 {
  100% {
    transform: translate3d(73vw, 7vh, 56px);
  }
}
.particle:nth-child(19) {
  animation: particle-animation-19 60s infinite;
  opacity: 1;
  height: 18px;
  width: 18px;
  animation-delay: -3.8s;
  transform: translate3d(86vw, 42vh, 44px);
  background: hsl(30, 70%, 50%);
}

@keyframes particle-animation-20 {
  100% {
    transform: translate3d(52vw, 17vh, 49px);
  }
}
.particle:nth-child(20) {
  animation: particle-animation-20 60s infinite;
  opacity: 0.01;
  height: 20px;
  width: 20px;
  animation-delay: -4s;
  transform: translate3d(30vw, 48vh, 83px);
  background: hsl(212, 70%, 50%);
}

@keyframes particle-animation-21 {
  100% {
    transform: translate3d(31vw, 63vh, 96px);
  }
}
.particle:nth-child(21) {
  animation: particle-animation-21 60s infinite;
  opacity: 0.03;
  height: 19px;
  width: 19px;
  animation-delay: -4.2s;
  transform: translate3d(43vw, 77vh, 21px);
  background: hsl(233, 70%, 50%);
}

@keyframes particle-animation-22 {
  100% {
    transform: translate3d(5vw, 7vh, 98px);
  }
}
.particle:nth-child(22) {
  animation: particle-animation-22 60s infinite;
  opacity: 0.38;
  height: 14px;
  width: 14px;
  animation-delay: -4.4s;
  transform: translate3d(1vw, 88vh, 26px);
  background: hsl(221, 70%, 50%);
}

@keyframes particle-animation-23 {
  100% {
    transform: translate3d(12vw, 51vh, 11px);
  }
}
.particle:nth-child(23) {
  animation: particle-animation-23 60s infinite;
  opacity: 0.64;
  height: 13px;
  width: 13px;
  animation-delay: -4.6s;
  transform: translate3d(73vw, 13vh, 76px);
  background: hsl(15, 70%, 50%);
}

@keyframes particle-animation-24 {
  100% {
    transform: translate3d(56vw, 64vh, 80px);
  }
}
.particle:nth-child(24) {
  animation: particle-animation-24 60s infinite;
  opacity: 0.98;
  height: 20px;
  width: 20px;
  animation-delay: -4.8s;
  transform: translate3d(38vw, 11vh, 27px);
  background: hsl(209, 70%, 50%);
}

@keyframes particle-animation-25 {
  100% {
    transform: translate3d(36vw, 49vh, 81px);
  }
}
.particle:nth-child(25) {
  animation: particle-animation-25 60s infinite;
  opacity: 0.05;
  height: 20px;
  width: 20px;
  animation-delay: -5s;
  transform: translate3d(88vw, 1vh, 43px);
  background: hsl(64, 70%, 50%);
}

@keyframes particle-animation-26 {
  100% {
    transform: translate3d(52vw, 22vh, 74px);
  }
}
.particle:nth-child(26) {
  animation: particle-animation-26 60s infinite;
  opacity: 0.88;
  height: 18px;
  width: 18px;
  animation-delay: -5.2s;
  transform: translate3d(48vw, 24vh, 94px);
  background: hsl(75, 70%, 50%);
}

@keyframes particle-animation-27 {
  100% {
    transform: translate3d(24vw, 58vh, 62px);
  }
}
.particle:nth-child(27) {
  animation: particle-animation-27 60s infinite;
  opacity: 0.47;
  height: 18px;
  width: 18px;
  animation-delay: -5.4s;
  transform: translate3d(8vw, 20vh, 63px);
  background: hsl(87, 70%, 50%);
}

@keyframes particle-animation-28 {
  100% {
    transform: translate3d(50vw, 29vh, 6px);
  }
}
.particle:nth-child(28) {
  animation: particle-animation-28 60s infinite;
  opacity: 0.88;
  height: 13px;
  width: 13px;
  animation-delay: -5.6s;
  transform: translate3d(17vw, 45vh, 66px);
  background: hsl(340, 70%, 50%);
}

@keyframes particle-animation-29 {
  100% {
    transform: translate3d(21vw, 13vh, 2px);
  }
}
.particle:nth-child(29) {
  animation: particle-animation-29 60s infinite;
  opacity: 0.84;
  height: 18px;
  width: 18px;
  animation-delay: -5.8s;
  transform: translate3d(47vw, 32vh, 53px);
  background: hsl(138, 70%, 50%);
}

@keyframes particle-animation-30 {
  100% {
    transform: translate3d(44vw, 67vh, 28px);
  }
}
.particle:nth-child(30) {
  animation: particle-animation-30 60s infinite;
  opacity: 0.75;
  height: 20px;
  width: 20px;
  animation-delay: -6s;
  transform: translate3d(16vw, 39vh, 74px);
  background: hsl(259, 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-25s {
  animation-delay: 1.25s;
}

.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 18px/1 "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: var(--color_default);
  background-color: #ffffff !important;
  overflow-x: hidden;
}

.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%;
  font-size: 1rem;
  background: var(--color_brand_blue);
  padding: 1.5rem 0;
  position: relative;
  z-index: 3;
}
.cw-header .container {
  height: inherit;
}
.cw-header .flex-container {
  width: 100%;
  height: inherit;
  align-items: center;
  justify-content: space-evenly;
}
.cw-header .flex-container .flex-col {
  width: 100%;
}
.cw-header .flex-container .flex-col:first-child {
  display: flex;
  align-items: center;
}
.cw-header .flex-container .flex-col:first-child .logo {
  margin-right: 3rem;
  flex-shrink: 0;
}
.cw-header .flex-container .flex-col:last-child {
  display: flex;
  justify-content: flex-end;
}
.cw-header ul.nav-header {
  display: flex;
  gap: 0 0.75rem;
  position: relative;
}
.cw-header ul.nav-header li a {
  height: 40px;
  font-size: 1em;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  border-radius: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
}
.cw-header ul.nav-header li a:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.cw-header ul.nav-header li.current-menu-item a {
  color: var(--color_brand_yellow);
}
.cw-header ul.nav-header li.menu-parent-item {
  border-radius: 100rem;
  position: relative;
  transition: background-color 0.2s ease-in-out;
}
.cw-header ul.nav-header li.menu-parent-item > a:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(img/icons/angle-down.svg) center no-repeat;
  background-size: 15px 15px;
  margin-left: 0.5rem;
  display: block;
  flex-shrink: 0;
  transform: rotate(0deg);
  transition: transform 0.1s linear;
}
.cw-header ul.nav-header li.menu-parent-item > ul {
  text-align: left;
  background: rgb(255, 255, 255);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.35) !important;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 3rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
}
.cw-header ul.nav-header li.menu-parent-item > ul li {
  width: 100%;
  margin: 0;
}
.cw-header ul.nav-header li.menu-parent-item > ul li a {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  color: var(--color_default);
  padding: 12px 15px;
  border-radius: 0;
  display: block;
  white-space: nowrap;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.cw-header ul.nav-header li.menu-parent-item > ul li a:before {
  display: none;
}
.cw-header ul.nav-header li.menu-parent-item > ul li a:after {
  display: none;
}
.cw-header ul.nav-header li.menu-parent-item > ul li a:hover {
  color: var(--color_default);
  background-color: var(--color_brand_yellow);
}
.cw-header ul.nav-header li.menu-parent-item > ul li:hover a {
  color: var(--color_default);
  background-color: var(--color_brand_yellow);
}
.cw-header ul.nav-header li.menu-parent-item:hover > a {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.cw-header ul.nav-header li.menu-parent-item:hover ul {
  visibility: visible;
  opacity: 1;
}
.cw-header .btn {
  height: 40px;
  font-weight: 600;
  color: var(--color_brand_green);
  background: #ffffff;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.cw-header .btn:hover {
  color: #ffffff;
  background: var(--color_brand_lime);
}
.cw-header .btn-mobile {
  width: 42px;
  height: 42px;
  background: var(--color_brand_yellow);
  border-radius: 100%;
  display: none;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
}
.cw-header .btn-mobile:hover {
  background: color-mix(in srgb, var(--color_brand_yellow), black 10%);
}

body.home .cw-header {
  background: none;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.cw-spacer {
  width: 100%;
  height: 5rem;
  display: block;
}

/*HERO
--------------------------------------------------*/
.cw-hero {
  width: 100%;
  height: 100vh;
  background-color: #23331f;
  overflow: hidden;
  position: relative;
}
.cw-hero .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.cw-hero .flex-container {
  width: 100%;
  height: 100%;
  padding-top: 173px;
  flex-direction: column;
  justify-content: center;
  gap: 2rem 0;
  position: relative;
  z-index: 2;
}
.cw-hero .flex-container .flex-col:first-child {
  width: 100%;
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 1.3rem 0;
}
.cw-hero .flex-container h1 {
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.cw-hero .flex-container h6 {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}
.cw-hero .flex-container p {
  max-width: 465px;
  font-size: 0.95rem;
  line-height: 1.85;
  color: #ffffff;
}
.cw-hero .flex-container .buttons {
  margin-top: 0;
  display: flex;
  gap: 0 0.5rem;
}
.cw-hero .featured {
  width: 100%;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  gap: 0 2rem;
  position: relative;
  z-index: 2;
}
.cw-hero .featured span {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F5D101;
}
.cw-hero .bg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, rgba(255, 253, 253, 0) 0%, #382B7B 54%);
  opacity: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cw-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(65, 115, 35, 0.5) 0%, rgba(35, 35, 35, 0.25) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.cw-hero .hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/*IMAGE & CONTENT
--------------------------------------------------*/
.cw-image-and-content {
  min-height: 760px;
  background: url(img/wave-top.svg) left bottom no-repeat;
  padding: 5rem 0 5rem 0;
  position: relative;
}
.cw-image-and-content .heading h2 {
  font-weight: 700;
  line-height: 1.15;
}
.cw-image-and-content .heading:before {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color_brand_red);
  margin-bottom: 2rem;
  display: block;
}
.cw-image-and-content .flex-container {
  justify-content: space-evenly;
}
.cw-image-and-content .flex-container .flex-col {
  width: 100%;
}
.cw-image-and-content .flex-container .flex-col:first-child {
  width: 50%;
}
.cw-image-and-content .flex-container .flex-col:first-child img {
  border-radius: 1rem;
}
.cw-image-and-content .flex-container .flex-col:last-child {
  width: 50%;
  padding-left: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem 0;
}
.cw-image-and-content .flex-container .flex-col p {
  line-height: 1.6;
}
.cw-image-and-content ul.check li {
  font-size: 1rem;
  padding: 10px 0 10px 40px !important;
  margin: 0 !important;
  background: url(img/icons/check-circle.svg) 0 5px no-repeat;
  background-size: 25px 25px;
}
.cw-image-and-content .buttons {
  margin-top: 1rem;
  display: flex;
  gap: 0 0.5rem;
}

/*INDUSTRIES
--------------------------------------------------*/
.cw-industries {
  background: #f2f3f9;
  padding: 5rem 0;
  position: relative;
}
.cw-industries .heading h4 {
  font-weight: 700;
  line-height: 1.15;
}
.cw-industries .heading:before {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color_brand_red);
  margin-bottom: 2rem;
  display: block;
}
.cw-industries .flex-container {
  justify-content: space-evenly;
}
.cw-industries .flex-container .flex-col {
  width: 100%;
}
.cw-industries .flex-container .flex-col:first-child {
  width: 50%;
  padding-right: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem 0;
}
.cw-industries .flex-container .flex-col p {
  line-height: 1.6;
}
.cw-industries .flex-container .flex-col:last-child {
  width: 50%;
  display: flex;
  align-items: center;
}
.cw-industries .flex-container .listing {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.cw-industries .flex-container .listing .item {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.cw-industries .flex-container .listing .item .icon {
  width: 75px;
  height: 75px;
  background: var(--color_brand_blue);
  border-radius: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw-industries .flex-container .listing .item .icon svg {
  width: 50px;
  height: 50px;
}
.cw-industries .flex-container .listing .item .icon svg path, .cw-industries .flex-container .listing .item .icon svg line, .cw-industries .flex-container .listing .item .icon svg polyline, .cw-industries .flex-container .listing .item .icon svg polygon, .cw-industries .flex-container .listing .item .icon svg ellipse, .cw-industries .flex-container .listing .item .icon svg circle, .cw-industries .flex-container .listing .item .icon svg rect {
  fill: #ffffff;
  stroke: none;
  transition: stroke 0.3s ease-in-out;
}
.cw-industries .flex-container .listing .item span {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.15;
}
.cw-industries .buttons {
  margin-top: 1rem;
  display: flex;
  gap: 0 0.5rem;
}

/*WHAT WE DO
--------------------------------------------------*/
.cw-what-we-do {
  background: #f2f3f9 url(img/wave-bottom.svg) left bottom no-repeat;
  padding: 5rem 0;
  position: relative;
}
.cw-what-we-do .heading h4 {
  font-weight: 700;
  line-height: 1.15;
}
.cw-what-we-do .heading:before {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color_brand_red);
  margin-bottom: 2rem;
  display: block;
}
.cw-what-we-do .flex-container {
  justify-content: space-evenly;
}
.cw-what-we-do .flex-container .flex-col {
  width: 100%;
}
.cw-what-we-do .flex-container .flex-col:first-child {
  width: 50%;
  padding-right: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem 0;
}
.cw-what-we-do .flex-container .flex-col:last-child {
  width: 50%;
}
.cw-what-we-do .flex-container .flex-col:last-child img {
  border-radius: 1rem;
}
.cw-what-we-do .flex-container .grid-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.cw-what-we-do .flex-container .listing {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
.cw-what-we-do .flex-container .listing .item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
.cw-what-we-do .flex-container .listing .item p {
  font-size: 1rem;
  line-height: 1.6;
}
.cw-what-we-do .buttons {
  margin-top: 1rem;
  display: flex;
  gap: 0 0.5rem;
}

/*PARTNERS
--------------------------------------------------*/
.cw-partners {
  padding: 10rem 0;
  position: relative;
}
.cw-partners .container {
  position: relative;
  z-index: 2;
}
.cw-partners .heading {
  text-align: center;
  margin-bottom: 3rem;
}
.cw-partners .heading h2 {
  line-height: 1.15;
}
.cw-partners .flex-container {
  justify-content: space-evenly;
  gap: 0 10rem;
  position: relative;
}
.cw-partners .flex-container::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  right: calc(50% - 1px);
  top: 0;
}
.cw-partners .flex-container .flex-col {
  width: 100%;
}
.cw-partners .flex-container .flex-col:first-child .logos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.cw-partners .flex-container .flex-col:first-child .logos .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw-partners .flex-container .flex-col:last-child .logos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.cw-partners .flex-container .flex-col:last-child .logos .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw-partners:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
}

/*ABOUT
--------------------------------------------------*/
.cw-about {
  background: #f2f3f9 url(img/wave-bottom.svg) left bottom no-repeat;
  padding: 5rem 0 10rem 0;
  position: relative;
}
.cw-about .flex-container {
  justify-content: space-evenly;
}
.cw-about .flex-container .flex-col {
  width: 100%;
}
.cw-about .flex-container .flex-col:first-child {
  width: 50%;
  padding-right: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem 0;
}
.cw-about .flex-container .flex-col:first-child .heading:before {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color_brand_red);
  margin-bottom: 2rem;
  display: block;
}
.cw-about .flex-container .flex-col:first-child p {
  line-height: 1.6;
}
.cw-about .flex-container .flex-col:last-child {
  width: 50%;
  display: flex;
  align-items: center;
}
.cw-about .flex-container ol {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.cw-about .flex-container ol li {
  font-size: 1rem;
  line-height: 1.6;
}
.cw-about .flex-container .items {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.cw-about .flex-container .items .item {
  width: 100%;
  background: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
}
.cw-about .flex-container .items .item .heading {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.cw-about .flex-container .items .item .heading h5 {
  font-weight: 700;
  line-height: 1.15;
}
.cw-about .flex-container .items .item .heading svg {
  width: 75px;
  height: 75px;
}
.cw-about .flex-container .items .item .heading svg path, .cw-about .flex-container .items .item .heading svg line, .cw-about .flex-container .items .item .heading svg polyline, .cw-about .flex-container .items .item .heading svg polygon, .cw-about .flex-container .items .item .heading svg ellipse, .cw-about .flex-container .items .item .heading svg circle, .cw-about .flex-container .items .item .heading svg rect {
  fill: none;
  stroke: var(--color_brand_red);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: stroke 0.3s ease-in-out;
}
.cw-about .flex-container .items .item .heading img {
  width: 75px;
  height: 75px;
}
.cw-about .flex-container .items .item p {
  font-size: 1rem;
  line-height: 1.5;
}

/*BOARD
--------------------------------------------------*/
.cw-board {
  padding: 5rem 0 5rem 0;
  position: relative;
}
.cw-board .heading {
  margin-bottom: 2rem;
}
.cw-board .heading p {
  color: #999999;
}
.cw-board .heading:before {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color_brand_red);
  margin-bottom: 2rem;
  display: block;
}
.cw-board p {
  font-size: 1rem;
  line-height: 1.5;
}
.cw-board .grid-container {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2rem;
}
.cw-board .grid-container .grid-item {
  background: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cw-board .grid-container .grid-item a {
  color: var(--color_default);
}
.cw-board .grid-container .grid-item a img {
  width: 100%;
  height: auto;
}
.cw-board .grid-container .grid-item .info {
  text-align: center;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem 0;
}
.cw-board .grid-container .grid-item .info .name {
  font-size: 1.1rem;
  font-weight: 700;
}
.cw-board .grid-container .grid-item .info .position {
  font-size: 0.9rem;
}
.cw-board .grid-container .grid-item .info .job {
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1.25;
  margin-top: 0.5rem;
}
.cw-board .grid-container .grid-item:hover {
  color: default;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.cw-board-details {
  width: 100%;
  padding: 2rem;
}
.cw-board-details .heading {
  margin-bottom: 1rem;
}
.cw-board-details .heading h6 {
  font-weight: 700;
  line-height: 1.15;
}
.cw-board-details .writeup {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
.cw-board-details .writeup p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: justify;
}

.fancybox-skin {
  border-radius: 1rem;
}

/*MEMBER LISTING
--------------------------------------------------*/
.cw-member-listing {
  padding: 10rem 0;
  position: relative;
}
.cw-member-listing.padding-bottom-none {
  padding: 10rem 0 0 0;
}
.cw-member-listing .container {
  position: relative;
  z-index: 2;
}
.cw-member-listing .heading {
  text-align: center;
  margin-bottom: 3rem;
}
.cw-member-listing .heading h2 {
  line-height: 1.15;
}
.cw-member-listing .flex-container {
  justify-content: space-evenly;
  gap: 0 10rem;
  position: relative;
}
.cw-member-listing .flex-container::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  right: calc(50% - 1px);
  top: 0;
}
.cw-member-listing .flex-container .flex-col {
  width: 100%;
}
.cw-member-listing .logos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4rem 2rem;
}
.cw-member-listing .logos .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem 0;
}
.cw-member-listing .logos .item .name {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
.cw-member-listing .logos .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem 0;
}
.cw-member-listing .logos .item a img {
  transition-duration: 0.3s;
  transition-property: transform;
}
.cw-member-listing .logos .item a:hover img {
  transform: scale(1.1);
}
.cw-member-listing .logos .item a .name {
  color: var(--color_default);
}
.cw-member-listing:before {
  content: "";
  width: 50%;
  height: 100%;
  background: #f5f5f5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
}

/*MEMBER LISTING
--------------------------------------------------*/
.cw-members {
  background-color: #ffffff;
  padding: 10rem 0;
  position: relative;
}
.cw-members.padding-bottom-none {
  padding: 10rem 0 0 0;
}
.cw-members .heading {
  margin-bottom: 3rem;
}
.cw-members .heading h4 {
  font-weight: 700;
  line-height: 1.15;
}
.cw-members .heading:before {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color_brand_red);
  margin-bottom: 2rem;
  display: block;
}
.cw-members .member-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.cw-members .member-grid .member-grid-item {
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
}
.cw-members .member-grid .member-grid-item .logo {
  width: 200px;
  min-height: 150px;
  padding: 0.5rem 1.5rem;
  border-right: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cw-members .member-grid .member-grid-item .logo img {
  max-height: 100px;
  width: auto;
}
.cw-members .member-grid .member-grid-item .content {
  width: 100%;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem 0;
  position: relative;
}
.cw-members .member-grid .member-grid-item .content.has-rooms {
  padding: 1.5rem 1.5rem 3rem 1.5rem;
}
.cw-members .member-grid .member-grid-item .content .name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.15;
}
.cw-members .member-grid .member-grid-item .content ul {
  display: flex;
  flex-direction: column;
}
.cw-members .member-grid .member-grid-item .content ul li {
  font-size: 0.85rem;
  line-height: 1.25;
  text-align: left;
  list-style: none;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: left top 0.3rem;
  padding: 0.25rem 0 0.25rem 1.5rem;
}
.cw-members .member-grid .member-grid-item .content ul li a {
  color: var(--color_default);
}
.cw-members .member-grid .member-grid-item .content ul li.address {
  background-image: url(img/icons/address.svg);
}
.cw-members .member-grid .member-grid-item .content ul li.phone {
  background-image: url(img/icons/landline.svg);
}
.cw-members .member-grid .member-grid-item .content ul li.email {
  background-image: url(img/icons/email.svg);
}
.cw-members .member-grid .member-grid-item .content ul li.website {
  background-image: url(img/icons/website.svg);
}
.cw-members .member-grid .member-grid-item .content .figures {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 1rem;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.cw-members .member-grid .member-grid-item .content .figures .figure-item {
  display: flex;
  align-items: center;
  gap: 0 0.25rem;
}
.cw-members .member-grid .member-grid-item .content .figures .value {
  min-width: 20px;
  text-align: center;
  color: #ffffff;
  background: var(--color_brand_blue);
  padding: 0.25rem;
  border-radius: 1rem;
}

/*MEMBERSHIP INQUIRY
--------------------------------------------------*/
.cw-membership-inquiry {
  background: #f2f3f9 url(img/wave-bottom.svg) left bottom no-repeat;
  padding: 5rem 0 10rem 0;
  position: relative;
}
.cw-membership-inquiry .flex-container {
  justify-content: space-evenly;
  gap: 0 1rem;
}
.cw-membership-inquiry .flex-container .flex-col {
  width: 100%;
}
.cw-membership-inquiry .flex-container .flex-col:first-child {
  width: 50%;
  padding-right: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem 0;
}
.cw-membership-inquiry .flex-container .flex-col:first-child .heading:before {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color_brand_red);
  margin-bottom: 2rem;
  display: block;
}
.cw-membership-inquiry .flex-container .flex-col:first-child p {
  line-height: 1.6;
}
.cw-membership-inquiry .flex-container .flex-col:last-child {
  width: 50%;
  display: flex;
  align-items: center;
}
.cw-membership-inquiry .app-form {
  width: 100%;
  font-size: 14px;
  background: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
}
.cw-membership-inquiry .app-form .heading {
  margin-bottom: 2rem;
}
.cw-membership-inquiry .app-form .heading h6 {
  font-weight: 600;
}
.cw-membership-inquiry .app-form .grid-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.cw-membership-inquiry .app-form .grid-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem 0;
  justify-content: flex-end;
}
.cw-membership-inquiry .app-form label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666666;
}
.cw-membership-inquiry .app-form .form-textarea {
  height: 150px;
}
.cw-membership-inquiry .app-form .plans {
  display: flex;
  gap: 10px;
  width: 100%;
}
.cw-membership-inquiry .app-form .plans .plan-option {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}
.cw-membership-inquiry .app-form .plans .plan-option label {
  text-transform: none;
}
.cw-membership-inquiry .app-form .plans .plan-option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cw-membership-inquiry .app-form .plans .plan-option input[type=radio]:checked + .plan-card {
  border-color: var(--color_brand_blue);
  background: #f8fbff;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.12);
}
.cw-membership-inquiry .app-form .plans .plan-option input[type=radio]:checked + .plan-card .radio-indicator {
  border-color: var(--color_brand_blue);
}
.cw-membership-inquiry .app-form .plans .plan-option input[type=radio]:checked + .plan-card .radio-indicator::after {
  transform: translate(-50%, -50%) scale(1);
}
.cw-membership-inquiry .app-form .plans .plan-option .plan-card {
  position: relative;
  display: block;
  height: 100%;
  padding: 16px 14px;
  background: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}
.cw-membership-inquiry .app-form .plans .plan-option .plan-card:hover {
  border-color: #93c5fd;
}
.cw-membership-inquiry .app-form .plans .plan-option .plan-card .radio-indicator {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e1;
  border-radius: 50%;
}
.cw-membership-inquiry .app-form .plans .plan-option .plan-card .radio-indicator::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 7px;
  height: 7px;
  background: var(--color_brand_blue);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.cw-membership-inquiry .app-form .plans .plan-option .plan-card .plan-name {
  margin-bottom: 9px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--color_brand_red);
}
.cw-membership-inquiry .app-form .plans .plan-option .plan-card .plan-price {
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  white-space: nowrap;
}
.cw-membership-inquiry .app-form .plans .plan-option .plan-card .plan-price span {
  font-size: 11px;
  font-weight: 400;
  color: #6b7280;
}
.cw-membership-inquiry .app-form .plans .plan-option .plan-card .plan-description {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e7eb;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  color: #4b5563;
}
.cw-membership-inquiry .app-form .plans .plan-option .plan-card .plan-label {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 8px;
  background: #eff6ff;
  color: var(--color_brand_blue);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.cw-membership-inquiry .app-form .wpcf7-response-output {
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 1rem 0;
}

/*CONTACT
--------------------------------------------------*/
.cw-contact {
  padding: 10rem 0;
}
.cw-contact .flex-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.cw-contact .flex-container .flex-col {
  width: 100%;
}
.cw-contact .flex-container .flex-col:first-child {
  width: 50%;
  padding-right: 5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem 0;
}
.cw-contact .flex-container .flex-col:first-child .heading:before {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color_brand_red);
  margin-bottom: 2rem;
  display: block;
}
.cw-contact .flex-container .flex-col:first-child .typography {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.cw-contact .flex-container .flex-col:first-child .wrapper {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 2rem 0px;
}
.cw-contact .flex-container .flex-col:first-child .wrapper h1 {
  font-weight: 600;
  line-height: 1;
  color: var(--color_brand_orange);
}
.cw-contact .flex-container .flex-col:first-child .wrapper p {
  line-height: 1.5;
}
.cw-contact .flex-container .flex-col:first-child .wrapper .contact-info {
  margin-top: 2rem;
  display: inline-flex;
  flex-direction: column;
  gap: 1rem 0;
}
.cw-contact .flex-container .flex-col:first-child .wrapper .contact-info li {
  font-size: 0.9rem;
  line-height: 1.25;
  text-align: left;
  list-style: none;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0.25rem 0 0.25rem 2rem;
}
.cw-contact .flex-container .flex-col:first-child .wrapper .contact-info li a {
  color: var(--color_default);
}
.cw-contact .flex-container .flex-col:first-child .wrapper .contact-info li.address {
  background-image: url(img/icons/address.svg);
}
.cw-contact .flex-container .flex-col:first-child .wrapper .contact-info li.phone {
  background-image: url(img/icons/landline.svg);
}
.cw-contact .flex-container .flex-col:first-child .wrapper .contact-info li.mobile {
  background-image: url(img/icons/mobile.svg);
}
.cw-contact .flex-container .flex-col:first-child .wrapper .contact-info li.email {
  background-image: url(img/icons/email.svg);
}
.cw-contact .flex-container .flex-col:first-child p {
  line-height: 1.6;
}
.cw-contact .flex-container .flex-col:last-child {
  width: 50%;
  display: flex;
  align-items: center;
}
.cw-contact .flex-container .wpcf7 {
  width: 100%;
}
.cw-contact .flex-container .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
}
.cw-contact .app-form {
  width: 100%;
  font-size: 14px;
  background: var(--color_brand_blue);
  padding: 2rem;
  border-radius: 1rem;
}
.cw-contact .app-form .heading {
  margin-bottom: 2rem;
}
.cw-contact .app-form .heading h6 {
  font-weight: 600;
  color: #ffffff;
}
.cw-contact .app-form .grid-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.cw-contact .app-form .grid-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem 0;
  justify-content: flex-end;
}
.cw-contact .app-form label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f5f5f5;
}
.cw-contact .app-form .form-input {
  font-weight: 500;
}
.cw-contact .app-form .form-textarea {
  height: 150px;
}
.cw-contact .app-form .wpcf7-response-output {
  color: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 1rem 0;
}

/*NEWS
--------------------------------------------------*/
.cw-news {
  width: 100%;
  background: #ffffff;
  background-size: contain;
  padding: 5rem 0 5rem 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.cw-news .heading {
  margin-bottom: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.cw-news .heading h4 {
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.cw-news .heading .arrows {
  display: flex;
}
.cw-news .heading .arrows .slick-prev {
  position: static !important;
}
.cw-news .heading .arrows .slick-next {
  margin-left: 30px;
  position: static !important;
}
.cw-news .heading .heading-col-l:before {
  content: "";
  width: 50px;
  height: 4px;
  background: var(--color_brand_red);
  margin-bottom: 2rem;
  display: block;
}
.cw-news .slick-slider {
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cw-news .slick-slider .slick-slide {
  padding: 0 1rem;
  outline: none !important;
}
.cw-news .slick-slider .slick-slide .thumb {
  border-radius: 0.75rem;
  overflow: hidden;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}
.cw-news .slick-slider .slick-slide .thumb img {
  width: 100%;
  border-radius: 0.75rem;
}
.cw-news .slick-slider .slick-slide .thumb a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: background-color 0.3s ease-in-out, visibility 0.5s ease-in-out;
}
.cw-news .slick-slider .slick-slide .thumb a span {
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
}
.cw-news .slick-slider .slick-slide .thumb a span img {
  max-height: 50px;
  max-height: 50px;
}
.cw-news .slick-slider .slick-slide .thumb a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.cw-news .slick-slider .slick-slide .thumb a:hover span {
  visibility: visible;
}
.cw-news .slick-slider .slick-slide .title {
  margin-bottom: 0.5rem;
}
.cw-news .slick-slider .slick-slide .title small {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 1.5rem;
  display: block;
}
.cw-news .slick-slider .slick-slide .title a.h4 {
  font-family: "Bitter", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color_default);
  margin-bottom: 0;
  display: block;
}
.cw-news .slick-slider .slick-slide .title a.h4:hover {
  color: var(--color_default);
}
.cw-news .slick-slider .slick-slide .description p {
  font-size: 1rem;
  line-height: 1.5;
}

/*SERVICES
--------------------------------------------------*/
.cw-services {
  padding: 3rem 0;
}
.cw-services .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cw-services .headline {
  max-width: 800px;
  text-align: center;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem 0;
}
.cw-services .headline h2 {
  font-weight: 800;
  line-height: 1;
  color: var(--color_brand_blue);
}
.cw-services .headline p {
  line-height: 1.25;
  opacity: 0.9;
}
.cw-services .items {
  width: 100%;
  max-width: 1150px;
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
}
.cw-services .items .item {
  width: 33.33%;
  color: var(--color_brand_blue);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.cw-services .items .item span {
  flex-shrink: 0;
}

/*STATISTICS
--------------------------------------------------*/
.cw-statistics {
  background: var(--color_brand_orange);
}
.cw-statistics .flex-container {
  justify-content: space-evenly;
}
.cw-statistics .flex-container.reversed {
  flex-direction: row-reverse;
}
.cw-statistics .flex-container .flex-item {
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-statistics .flex-container .flex-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cw-statistics .flex-container .flex-item article {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-statistics .flex-container .flex-item article strong {
  font-family: "Nunito", sans-serif;
  font-size: 2.8em;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.cw-statistics .flex-container .flex-item article small {
  font-size: 1.25em;
  font-weight: 600;
  color: var(--color_brand_blue);
}

/*ABOUT US
--------------------------------------------------*/
.cw-about-us .bg {
  margin-bottom: -5%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cw-about-us .wrapper {
  background: #eff5ff;
}
.cw-about-us .flex-container {
  justify-content: space-evenly;
}
.cw-about-us .flex-container.reversed {
  flex-direction: row-reverse;
}
.cw-about-us .flex-container .flex-item {
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-about-us .flex-container .flex-item article {
  text-align: center;
  padding: 5rem;
}
.cw-about-us .flex-container .flex-item article h3 {
  font-weight: 800;
  color: var(--color_brand_blue);
  margin-bottom: 2rem;
}
.cw-about-us .flex-container .flex-item article p {
  line-height: 1.5;
  text-align: justify;
}
.cw-about-us .flex-container .flex-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cw-about-us .flex-container .flex-item.highlight {
  color: var(--color_default);
  background: var(--color_brand_orange);
}
.cw-about-us .flex-container .flex-item.highlight article h3 {
  color: #ffffff;
}

/*ARCHIVE POST
--------------------------------------------------*/
.cw-archive-post {
  width: 100%;
  padding: 10rem 0;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.cw-archive-post .container {
  max-width: calc(1000px + 4rem);
}
.cw-archive-post .archive-header {
  margin-bottom: 1rem;
}
.cw-archive-post .archive-header h1 {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
.cw-archive-post .archive-body {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
.cw-archive-post .post-item {
  display: flex;
  flex-wrap: wrap;
}
.cw-archive-post .post-item .featured-image {
  width: 40%;
}
.cw-archive-post .post-item .featured-image img {
  border-radius: 0.75rem;
}
.cw-archive-post .post-item .featured-image .thumb {
  position: relative;
}
.cw-archive-post .post-item .featured-image 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-archive-post .post-item .featured-image a:hover {
  background: rgba(0, 0, 0, 0.5) url(img/icons/details.svg) center no-repeat;
  background-size: 30px 30px;
}
.cw-archive-post .post-item .content {
  width: 60%;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.cw-archive-post .post-item .post-header time {
  font-size: 0.9rem;
  font-weight: 600;
  color: #999999;
  margin-bottom: 1rem;
  display: block;
}
.cw-archive-post .post-item .post-header .h6 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--color_brand_blue);
  margin-bottom: 0;
}
.cw-archive-post .post-item .post-header .h6:hover {
  color: var(--color_brand_yellow);
}
.cw-archive-post .post-item .post-body p {
  line-height: 1.5;
}
.cw-archive-post .post-item .author {
  display: flex;
  align-items: center;
}
.cw-archive-post .post-item .author img {
  margin-right: 0.75rem;
  border-radius: 100%;
}

/*SINGLE POST
--------------------------------------------------*/
.cw-single-post {
  width: 100%;
  padding: 10rem 0;
  background: #ffffff;
  display: flex;
  align-items: center;
}
.cw-single-post .container {
  max-width: calc(800px + 4rem);
}
.cw-single-post .post-header {
  margin-bottom: 1rem;
}
.cw-single-post .post-header time {
  font-size: 1em;
  font-weight: 600;
  color: #999999;
  margin-bottom: 1rem;
  display: inline-block;
}
.cw-single-post .post-header h1 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--color_brand_orange);
  margin-bottom: 0;
}
.cw-single-post .post-body {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
.cw-single-post .post-body .featured-image {
  margin-bottom: 2rem;
}
.cw-single-post .post-body .featured-image img {
  border-radius: 0.75rem;
}
.cw-single-post .post-body p {
  line-height: 1.5;
  text-align: justify;
}
.cw-single-post .post-footer {
  padding-top: 2rem;
  margin-top: 5rem;
  border-top: 1px solid #e2e2e2;
}
.cw-single-post .post-footer .author {
  display: flex;
  align-items: center;
}
.cw-single-post .post-footer .author img {
  margin-right: 0.75rem;
  border-radius: 100%;
}

/*FOOTER
--------------------------------------------------*/
footer {
  color: #ffffff;
  background: var(--color_default);
  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.5;
  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_darkgray);
}
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_darkgray);
}
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_darkgray);
}
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_darkgray);
}
footer .flex-item-r ul li:last-child {
  margin-right: 0;
}
footer .copyright {
  font-size: 14px;
  color: #ffffff;
  margin-top: 8rem;
}
footer .copyright a {
  font-weight: 600;
  color: #ffffff;
}
footer .copyright a:hover {
  color: var(--color_darkgray);
}

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

/*CAREERS
--------------------------------------------------*/
.cw-careers {
  background: #f8f8f8;
  padding: 100px 0;
}
.cw-careers h1 {
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column-reverse;
}
.cw-careers h1 small {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.5;
}
.cw-careers h4 {
  font-weight: 700;
  color: var(--color_brand_blue);
}
.cw-careers h5 {
  font-weight: 700;
  color: color-mix(in srgb, var(--color_brand_teal) 75%, transparent);
}
.cw-careers hr {
  margin: 0;
}
.cw-careers main {
  background: #ffffff;
  padding: 50px 150px;
}
.cw-careers .vacancies {
  width: 100%;
  margin: 0 auto;
  display: table;
}
.cw-careers .vacancies .vacancies-item {
  display: table-row;
}
.cw-careers .vacancies .vacancies-item span.title {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--color_brand_orange);
  margin-bottom: 1rem;
  display: block;
}
.cw-careers .vacancies .vacancies-item .posted {
  font-size: 1.25rem;
}
.cw-careers .vacancies .vacancies-item div {
  font-size: 1.5rem;
  border-bottom: 1px solid #e2e2e2;
  padding: 1.5rem;
  display: table-cell;
}
.cw-careers .vacancies .vacancies-item div:first-child {
  padding-left: 0;
}
.cw-careers .vacancies .vacancies-item div:last-child {
  text-align: right;
  padding-right: 0;
  white-space: nowrap;
}
.cw-careers .vacancies .no-vacancies {
  text-align: center;
}
.cw-careers .vacancies .no-vacancies img {
  margin: 3rem 0;
}
.cw-careers .vacancies .no-vacancies p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  opacity: 0.7;
}

.career-single .addtoany_content_bottom {
  margin-top: 60px !important;
}

.career-info {
  margin-bottom: 30px;
}
.career-info div {
  font-size: 14px;
  padding: 2px 0 2px 30px;
  display: flex;
  background-size: cover;
  margin-bottom: 15px;
}
.career-info div.location {
  background: url(img/careers/location.svg) left center no-repeat;
}
.career-info div.department {
  background: url(img/careers/department.svg) left center no-repeat;
}
.career-info div.employment {
  background: url(img/careers/time.svg) left center no-repeat;
}
.career-info div.salary {
  background: url(img/careers/salary.svg) left center no-repeat;
}
.career-info div.posted-ago {
  font-size: 12px;
  padding-left: 0;
  margin-top: 30px;
}

.career-details {
  margin-top: 60px;
}
.career-details h4 {
  font-size: 1.25em;
}
.career-details ul {
  margin-bottom: 0 !important;
}
.career-details .item {
  margin-bottom: 30px;
}
.career-details .item:last-child {
  margin-bottom: 0;
}

.career-form {
  margin-top: 30px;
}
.career-form .grid-container {
  gap: 2rem;
}
.career-form label {
  font-size: 12px;
}

/*FILE UPLOAD SKIN
--------------------------------------------------*/
.file-upload-wrapper {
  width: 100%;
  position: relative;
}
.file-upload-wrapper .file-upload-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-upload-wrapper .file-upload-label {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: var(--color_brand_lime);
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
.file-upload-wrapper .file-upload-label:hover {
  background: color-mix(in srgb, var(--color_brand_lime), black 10%);
}
.file-upload-wrapper .file-upload-text {
  font-size: 1rem;
  text-align: center;
  font-style: italic;
  margin-top: 0.5rem;
  display: block;
}
.file-upload-wrapper .icon-upload {
  margin-right: 10px;
}

/*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;
}

/*SLICK SLIDER
--------------------------------------------------*/
.slick-slide {
  outline: none !important;
}

.slick-dots1 {
  position: static;
}
.slick-dots1 li {
  width: 40px;
}
.slick-dots1 li button {
  width: 40px;
  padding: 15px 0;
}
.slick-dots1 li button:before {
  font-size: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  display: block;
  position: static;
  transition: all ease-in-out 0.3s;
}
.slick-dots1 li:hover button:before {
  opacity: 1;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background-color: var(--color_brand_yellow);
  background-size: 8px 15px !important;
  background-repeat: no-repeat !important;
  border-radius: 100%;
  transform: none !important;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: color-mix(in srgb, var(--color_brand_yellow), black 5%);
}
.slick-arrow:before {
  display: none;
}
.slick-arrow.slick-prev {
  background-image: url(img/icons/white/angle-left.svg) !important;
  background-position: left 15px center !important;
}
.slick-arrow.slick-next {
  background-image: url(img/icons/white/angle-right.svg) !important;
  background-position: right 15px center !important;
}

.arrows.invert .slick-arrow:hover, .arrows.invert .slick-arrow:focus {
  background-color: var(--color_default);
}

/*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);
}

/*MAINTENANCE
--------------------------------------------------*/
.cw-maintenance {
  text-align: center;
  padding: 10rem 0;
}
.cw-maintenance .wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.cw-maintenance h2 {
  font-weight: 800;
  margin-bottom: 50px;
}
.cw-maintenance h2 strong {
  font-size: 5em;
  display: block;
}
.cw-maintenance p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: #666666;
  margin-bottom: 45px;
}

/*404
--------------------------------------------------*/
.cw-404 {
  text-align: center;
  padding: 120px 0;
}
.cw-404 h2 {
  font-weight: 800;
  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: var(--color_brand_blue);
  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: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.cw-mobile-menu .wrapper .body {
  width: 100%;
  height: calc(100vh - 148px);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cw-mobile-menu .wrapper .body .wrapper {
  width: 100%;
  padding-bottom: 1rem;
}
.cw-mobile-menu .wrapper .body ul.menu {
  width: 100%;
  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.15rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0.75rem 0;
  display: inline-block;
}
.cw-mobile-menu .wrapper .body ul.menu li a:hover {
  color: var(--color_brand_yellow);
}
.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_yellow);
}
.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;
  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: 1rem;
  font-weight: 400;
  text-transform: none;
  color: #ffffff;
  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(--color_brand_yellow);
}
@media only screen and (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item > ul {
    display: flex !important;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-0.5rem);
    transition: max-height 1s ease, opacity 0.8s ease, transform 0.8s ease, visibility 0s linear 1s;
  }
  .cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item:hover > ul, .cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item:focus-within > ul, .cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item.active > ul {
    max-height: 40rem;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item:hover > .caret, .cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item:focus-within > .caret, .cw-mobile-menu .wrapper .body ul.menu li.menu-parent-item.active > .caret {
    transform: rotate(-180deg);
  }
}
.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(--color_brand_yellow);
}
.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;
}

/*CONTACT FORM 7
--------------------------------------------------*/
.wpcf7-not-valid-tip {
  font-size: 14px;
  color: #ffffff;
  background: #dc3232;
  padding: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  display: inline-block;
  position: relative;
}
.wpcf7-not-valid-tip::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #dc3232;
}

/*REGULAR DESKTOP
--------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  body {
    font-size: 16px;
  }
  /*BOARD
  --------------------------------------------------*/
  .cw-board .grid-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}
/*MINI LAPTOP
--------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
  /*IMAGE & CONTENT
  --------------------------------------------------*/
  .cw-image-and-content .flex-container .flex-col:last-child {
    padding-left: 3rem;
  }
  /*INDUSTRIES
  --------------------------------------------------*/
  .cw-industries .flex-container .flex-col:first-child {
    padding-right: 3rem;
  }
  /*WHAT WE DO
  --------------------------------------------------*/
  .cw-what-we-do .flex-container .flex-col:first-child {
    padding-right: 3rem;
  }
  /*ABOUT
  --------------------------------------------------*/
  .cw-about .flex-container .flex-col:first-child {
    padding-right: 3rem;
  }
  /*MEMBER LISTING
  --------------------------------------------------*/
  .cw-members .member-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /*MEMBER LISTING
  --------------------------------------------------*/
  .cw-member-listing .logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /*MEMBERSHIP INQUIRY
  --------------------------------------------------*/
  .cw-membership-inquiry {
    padding: 5rem 0 25rem 0;
  }
  .cw-membership-inquiry .flex-container {
    flex-direction: column;
    gap: 3rem 0;
  }
  .cw-membership-inquiry .flex-container .flex-col:first-child {
    width: 100%;
    padding-right: 0;
  }
  .cw-membership-inquiry .flex-container .flex-col:first-child img {
    width: 100%;
  }
  .cw-membership-inquiry .flex-container .flex-col:last-child {
    width: 100%;
    gap: 1.5rem 0;
  }
  .cw-membership-inquiry .flex-container .flex-col p {
    line-height: 1.6;
  }
  /*CONTACT
  --------------------------------------------------*/
  .cw-contact .flex-container .flex-col:first-child {
    padding-right: 3rem;
  }
}
/*TABLET
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
  .container {
    width: 100%;
    max-width: calc(1440px + 2rem);
    padding: 0 1.5rem;
    margin-right: auto;
    margin-left: auto;
  }
  /*HEADER
  --------------------------------------------------*/
  .cw-header ul.nav-header {
    display: none;
  }
  .cw-header .btn {
    display: none;
  }
  .cw-header .btn-mobile {
    display: flex;
  }
  .cw-news .heading {
    flex-direction: column;
    gap: 1rem 0;
  }
  .cw-news .heading .arrows {
    display: flex;
  }
  .cw-news .heading .arrows .slick-prev {
    position: static !important;
  }
  .cw-news .heading .arrows .slick-next {
    margin-left: 30px;
    position: static !important;
  }
  .cw-news .heading .heading-col-l p {
    line-height: 1.5;
  }
  .cw-news .heading .heading-col-l:before {
    content: "";
    width: 50px;
    height: 4px;
    background: var(--color_brand_red);
    margin-bottom: 2rem;
    display: block;
  }
  /*IMAGE & CONTENT
  --------------------------------------------------*/
  .cw-image-and-content {
    min-height: 0;
  }
  .cw-image-and-content .flex-container {
    flex-direction: column;
    gap: 3rem 0;
  }
  .cw-image-and-content .flex-container .flex-col:first-child {
    width: 100%;
  }
  .cw-image-and-content .flex-container .flex-col:first-child img {
    width: 100%;
  }
  .cw-image-and-content .flex-container .flex-col:last-child {
    width: 100%;
    padding-left: 0;
    gap: 1.5rem 0;
  }
  .cw-image-and-content .flex-container .flex-col p {
    line-height: 1.6;
  }
  /*INDUSTRIES
  --------------------------------------------------*/
  .cw-industries .flex-container {
    flex-direction: column;
    gap: 3rem 0;
  }
  .cw-industries .flex-container .flex-col {
    width: 100%;
  }
  .cw-industries .flex-container .flex-col:first-child {
    width: 100%;
    padding-right: 0;
  }
  .cw-industries .flex-container .flex-col:last-child {
    width: 100%;
  }
  /*WHAT WE DO
  --------------------------------------------------*/
  .cw-what-we-do .flex-container {
    flex-direction: column;
    gap: 3rem 0;
  }
  .cw-what-we-do .flex-container .flex-col {
    width: 100%;
  }
  .cw-what-we-do .flex-container .flex-col:first-child {
    width: 100%;
    padding-right: 0;
  }
  .cw-what-we-do .flex-container .flex-col:last-child {
    width: 100%;
  }
  /*PARTNERS
  --------------------------------------------------*/
  .cw-partners {
    padding: 5rem 0;
  }
  .cw-partners .flex-container {
    flex-direction: column;
    gap: 2rem 0;
    position: relative;
  }
  .cw-partners .flex-container::before {
    display: none;
  }
  .cw-partners .flex-container .flex-col:first-child {
    padding-bottom: 2rem;
    border-bottom: 2px solid #f5f5f5;
  }
  .cw-partners .logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /*ABOUT
  --------------------------------------------------*/
  .cw-about {
    padding: 5rem 0 25rem 0;
  }
  .cw-about .flex-container {
    flex-direction: column;
    gap: 3rem 0;
  }
  .cw-about .flex-container .flex-col {
    width: 100%;
  }
  .cw-about .flex-container .flex-col:first-child {
    width: 100%;
    padding-right: 0;
  }
  .cw-about .flex-container .flex-col:last-child {
    width: 100%;
  }
  /*BOARD
  --------------------------------------------------*/
  .cw-board .grid-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
  /*CONTACT
  --------------------------------------------------*/
  .cw-contact .flex-container {
    flex-direction: column;
    gap: 3rem 0;
  }
  .cw-contact .flex-container .flex-col:first-child {
    width: 100%;
    padding-right: 0;
  }
  .cw-contact .flex-container .flex-col:first-child img {
    width: 100%;
  }
  .cw-contact .flex-container .flex-col:last-child {
    width: 100%;
    gap: 1.5rem 0;
  }
  .cw-contact .flex-container .flex-col p {
    line-height: 1.6;
  }
  /*LATEST NEWS
  --------------------------------------------------*/
  .cw-latest-news .grid-container {
    gap: 2rem;
  }
}
/*MOBILE LANDSCAPE
--------------------------------------------------*/
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .container {
    width: 100%;
    max-width: calc(1440px + 1rem);
    padding: 0 1rem;
    margin-right: auto;
    margin-left: auto;
  }
  /*HERO
  --------------------------------------------------*/
  .cw-hero .flex-container {
    padding-top: 123px;
  }
  .cw-hero .flex-container .flex-col:first-child {
    gap: 1rem 0;
  }
  .cw-hero .flex-container h1 {
    font-size: 2.25em;
  }
  .cw-hero .flex-container h6 {
    line-height: 1.5;
  }
  .cw-hero .flex-container p {
    line-height: 1.5;
  }
  .cw-hero .flex-container .buttons {
    margin-top: 0;
  }
  .cw-hero .flex-container .buttons .btn-md {
    padding: 0.75rem 1rem;
  }
  .cw-hero .featured {
    display: none;
  }
  /*LATEST NEWS
  --------------------------------------------------*/
  .cw-latest-news .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /*PARTNERS
  --------------------------------------------------*/
  .cw-partners .logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /*BOARD
  --------------------------------------------------*/
  .cw-board .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /*MEMBER LISTING
  --------------------------------------------------*/
  .cw-members .member-grid .member-grid-item {
    flex-direction: column;
  }
  .cw-members .member-grid .member-grid-item .logo {
    width: 100%;
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
  }
  /*MEMBER LISTING
  --------------------------------------------------*/
  .cw-member-listing .logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /*ARCHIVE POST
  --------------------------------------------------*/
  .cw-archive-post {
    width: 100%;
    padding: 10rem 0;
    background: #ffffff;
    display: flex;
    align-items: center;
  }
  .cw-archive-post .container {
    max-width: calc(1000px + 4rem);
  }
  .cw-archive-post .archive-header {
    margin-bottom: 1rem;
  }
  .cw-archive-post .archive-header h1 {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
  }
  .cw-archive-post .archive-body {
    display: flex;
    flex-direction: column;
    gap: 4rem 0;
  }
  .cw-archive-post .post-item {
    flex-direction: column;
    gap: 1rem 0;
  }
  .cw-archive-post .post-item .featured-image {
    width: 100%;
  }
  .cw-archive-post .post-item .content {
    width: 100%;
    padding-left: 0;
  }
  /*FOOTER
  --------------------------------------------------*/
  footer .flex-container {
    flex-direction: column;
    gap: 6rem 0;
  }
}
/*MOBILE PORTRAIT
--------------------------------------------------*/
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  /*NEWS
  --------------------------------------------------*/
  .cw-news {
    padding: 5rem 0 1rem 0;
  }
  .cw-news .carousel-holder {
    width: 100% !important;
  }
  /*PARTNERS
  --------------------------------------------------*/
  .cw-partners .logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /*INDUSTRIES
  --------------------------------------------------*/
  .cw-industries .flex-container .listing {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /*BOARD
  --------------------------------------------------*/
  .cw-board .grid-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /*MEMBER LISTING
  --------------------------------------------------*/
  .cw-member-listing .logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /*MEMBERSHIP INQUIRY
  --------------------------------------------------*/
  .cw-membership-inquiry .app-form .grid-container .col-span-1, .cw-membership-inquiry .app-form .grid-container .col-span-2, .cw-membership-inquiry .app-form .grid-container .col-span-3, .cw-membership-inquiry .app-form .grid-container .col-span-4 {
    grid-column: span 4/span 4;
  }
  /*CONTACT US
  --------------------------------------------------*/
  .cw-contactus .app-form .grid-container .col-span-1, .cw-contactus .app-form .grid-container .col-span-2, .cw-contactus .app-form .grid-container .col-span-3, .cw-contactus .app-form .grid-container .col-span-4 {
    grid-column: span 4/span 4;
  }
}/*# sourceMappingURL=style.css.map */