body,
html {
  overflow-x: hidden;
  color: #000000;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-khtml-scrollbar {
  width: 5px;
  height: 5px;
}
::-moz-scrollbar {
  width: 5px;
  height: 5px;
}
::-ms-scrollbar {
  width: 5px;
  height: 5px;
}
::-o-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #0000001A;
}
::-khtml-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #0000001A;
}
::-moz-scrollbar-track {
  -webkit-box-shadow: inset 120px 120px 124px #0000001A;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px #33B8AB;
}
::-khtml-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px #33B8AB;
}
::-moz-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 76px #33B8AB;
}
@font-face {
  font-family: 'Lato-Thin';
  src: url('../fonts/Lato/Lato-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato/Lato-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato/Lato-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Black';
  src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato-Black';
  font-style: normal;
  font-weight: normal;
}
h1 {
  font-size: 5.208vw;
  line-height: 5.208vw;
  font-style: normal;
}
h2 {
  font-size: 2.604vw;
  line-height: 2.865vw;
  font-style: normal;
  margin-bottom: 2.083vw;
}
h3 {
  font-size: 2.083vw;
  line-height: 2.34375vw;
  font-style: normal;
}
h4 {
  font-size: 1.5625vw;
  line-height: 1.823vw;
  font-style: normal;
}
h5 {
  font-size: 1.302vw;
  line-height: 1.5625vw;
  font-style: normal;
}
h6 {
  font-family: 'Roboto-Regular';
  font-size: 0.9375vw;
  line-height: 1.302vw;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 25px;
}
.btn {
  font-family: 'Roboto-Bold';
  font-weight: normal;
  font-style: normal;
}
p,
ul,
ol,
a {
  font-family: 'Roboto-Regular';
  font-weight: normal;
  font-style: normal;
}
p strong,
ul strong,
ol strong,
a strong,
p b,
ul b,
ol b,
a b {
  font-family: 'Roboto-Bold';
  font-weight: normal;
  font-style: normal;
}
p,
ul,
ol {
  font-size: 1.042vw;
  line-height: 1.823vw;
  margin-bottom: 2vw;
  font-family: 'Roboto-Light';
  font-weight: normal;
}
p a,
ul a,
ol a {
  text-decoration: none;
  position: relative;
  font-size: inherit;
  line-height: inherit;
}
@keyframes loading-anim {
  0% {
    transform: translate(0, 0);
    width: 0;
  }
  100% {
    transform: translate(300%, 0);
    width: 45%;
  }
}
#page-loader {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8577FC5e;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  background-size: 6%;
  display: block;
  opacity: 1;
  will-change: transform, filter, height;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1s;
}
#page-loader .fa {
  font-size: 2.5rem;
}
#page-loader .logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 10vw;
  margin-top: 20vw;
}
#page-loader .loader-bar {
  width: 100%;
  height: 3px;
  margin: 0 auto;
  overflow: hidden;
  z-index: 9;
  position: absolute;
  bottom: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.4s;
}
#page-loader .loader-bar:after {
  content: '';
  background: #5F3EEB;
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0;
  top: 0px;
  -webkit-animation: loading-anim 3s infinite forwards;
  -khtml-animation: loading-anim 3s infinite forwards;
  -moz-animation: loading-anim 3s infinite forwards;
  -ms-animation: loading-anim 3s infinite forwards;
  -o-animation: loading-anim 3s infinite forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
#page-loader .loader-bar:before {
  content: '';
  background: #8A71FF;
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: loading-anim 3s infinite reverse;
  -khtml-animation: loading-anim 3s infinite reverse;
  -moz-animation: loading-anim 3s infinite reverse;
  -ms-animation: loading-anim 3s infinite reverse;
  -o-animation: loading-anim 3s infinite reverse;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 1.3s;
}
#page-loader.visible {
  height: 100%;
}
#page-loader.loaded {
  opacity: 0;
  height: 0;
  background-size: 2%;
  filter: blur(20px);
  transform: translateY(-7vw);
}
#page-loader.loaded .loader-bar {
  height: 0;
}
#rotateScreen {
  display: none !important;
  position: fixed;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #7454FC;
  background-size: cover;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
  -khtml-transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
  -moz-transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
  -ms-transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
  transition: all cubic-bezier(0.18, 0.89, 0.26, 1.08) 0.7s;
}
#rotateScreen h1,
#rotateScreen h2 {
  color: #ffffff;
  text-align: center;
  font-style: normal;
  opacity: 0;
  margin: 0 auto 20px auto;
  -webkit-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -khtml-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -moz-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -ms-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
}
#rotateScreen h1 {
  position: relative;
  top: 40px;
  font-size: 30px;
  line-height: 40px;
  transition-delay: 1.4s;
}
#rotateScreen h2 {
  position: relative;
  top: 80px;
  font-size: 16px;
  line-height: 20px;
  transition-delay: 1.6s;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(16deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#rotateScreen span {
  width: 32px;
  height: 32px;
  display: block;
  margin: -14vw auto 55vw auto;
  opacity: 0;
  position: relative;
  -webkit-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -khtml-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -moz-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -ms-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  transition-delay: 1.2s;
}
#rotateScreen span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/rotate-display-icon2.svg) no-repeat top left;
  -webkit-animation: rotate 2s infinite forwards;
  -khtml-animation: rotate 2s infinite forwards;
  -moz-animation: rotate 2s infinite forwards;
  -ms-animation: rotate 2s infinite forwards;
  -o-animation: rotate 2s infinite forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
#rotateScreen span:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 4;
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/rotate-display-icon.svg) no-repeat top left;
}
#rotateScreen.active {
  opacity: 1;
  z-index: 999;
  display: block;
}
#rotateScreen.active h1,
#rotateScreen.active h2 {
  opacity: 1;
  top: 0;
}
#rotateScreen.active span {
  margin: 7vw auto 3vw auto;
  opacity: 1;
}
.our-stories-carousel,
.partners,
.content-slider,
.content-video-section {
  display: none !important;
}
.btn-primary {
  padding: 15px 50px 15px 30px;
  background: #D1351A;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(-1px);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.btn-primary span {
  filter: blur(0px);
  transform: scale(1) translateX(0) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  pointer-events: none;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.btn-primary:after {
  content: '';
  background: url('../images/icn-btn-arrow.svg') no-repeat center center;
  background-size: contain;
  width: 0.625vw;
  height: 1.146vw;
  position: absolute;
  right: 20px;
  top: unset;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.btn-primary:hover span,
.btn-primary:focus span {
  transform: scale(1.14) translateX(10px) translateZ(0);
  filter: blur(0px);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.btn-primary:hover:after,
.btn-primary:focus:after {
  transform: translateX(40px);
}
.webform-button--next,
.webform-button--submit {
  padding: 15px 50px 15px 30px;
  border: 0;
  background: #D1351A;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(-1px);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.webform-button--next span,
.webform-button--submit span {
  filter: blur(0px);
  transform: scale(1) translateX(0) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  pointer-events: none;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.webform-button--next:after,
.webform-button--submit:after {
  content: '';
  background: url('../images/icn-btn-arrow.svg') no-repeat center center;
  background-size: contain;
  width: 0.625vw;
  height: 1.146vw;
  position: absolute;
  right: 20px;
  top: unset;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.webform-button--next:hover span,
.webform-button--submit:hover span,
.webform-button--next:focus span,
.webform-button--submit:focus span {
  transform: scale(1.14) translateX(10px) translateZ(0);
  filter: blur(0px);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.webform-button--next:hover:after,
.webform-button--submit:hover:after,
.webform-button--next:focus:after,
.webform-button--submit:focus:after {
  transform: translateX(40px);
}
.btn-tertiary {
  padding: 15px 50px 15px 0;
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(-1px);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.btn-tertiary span {
  filter: blur(0px);
  transform: scale(1) translateX(0) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  pointer-events: none;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.btn-tertiary:after {
  content: '';
  background: url('../images/icons/icn-caret-small.svg') no-repeat center center;
  background-size: contain;
  width: 0.625vw;
  height: 1.146vw;
  position: absolute;
  right: 20px;
  top: unset;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.btn-tertiary:hover span,
.btn-tertiary:focus span {
  transform: scale(1.14) translateX(10px) translateZ(0);
  filter: blur(0px);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.btn-tertiary:hover:after,
.btn-tertiary:focus:after {
  transform: translateX(40px);
}
.webform-button--previous {
  padding: 15px 50px 15px 0;
  border: 0;
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(-1px);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.webform-button--previous span {
  filter: blur(0px);
  transform: scale(1) translateX(0) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  pointer-events: none;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.webform-button--previous:after {
  content: '';
  background: url('../images/icons/icn-caret-small.svg') no-repeat center center;
  background-size: contain;
  width: 0.625vw;
  height: 1.146vw;
  position: absolute;
  right: 20px;
  top: unset;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.webform-button--previous:hover span,
.webform-button--previous:focus span {
  transform: scale(1.14) translateX(10px) translateZ(0);
  filter: blur(0px);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.webform-button--previous:hover:after,
.webform-button--previous:focus:after {
  transform: translateX(40px);
}
.btn-primary-external {
  padding: 15px 40px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  transform: perspective(-1px);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.btn-primary-external span {
  transform: scale(1) translateZ(0);
  will-change: transform;
  pointer-events: none;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.btn-primary-external:hover span,
.btn-primary-external:focus span {
  transform: scale(1.08) translateZ(0);
}
.select-holder,
.language-select {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.select-holder:after,
.language-select:after {
  content: '';
  width: 15px;
  height: 10px;
  padding: 10px;
  background: #ffffff url(../images/icons/icn-dropdown.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 4px;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.select-holder:hover ~ select:after,
.language-select:hover ~ select:after {
  transform: rotate(180deg);
}
.select-holder select,
.language-select select {
  cursor: pointer;
  width: auto;
  padding: 5px 15px 5px 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 3px solid #000000;
}
.options-holder label {
  font-size: 1.042vw;
  line-height: 1.823vw;
  margin-bottom: 0;
}
.options-holder .option {
  position: relative;
}
.options-holder .option .option-input {
  display: flex;
  align-items: center;
}
.options-holder .option .option-input input {
  margin-right: 2vw;
}
.options-holder .option p {
  font-size: 14px;
  line-height: 19px;
}
header {
  padding: 1vw 15vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  background: #ffffff;
  border-bottom: 3px solid #ffffff;
}
header nav {
  order: 2;
  width: 100%;
}
header .main-menu {
  display: flex;
  align-items: center;
  padding: 20px 0 10px 0;
  width: 100%;
  justify-content: space-between;
}
header .main-menu .logo {
  max-width: 180px;
  margin-right: 10vw;
}
header .main-menu .logo img {
  width: 100%;
}
header .main-menu #mobileNav {
  display: none;
}
header .main-menu .menuHolder {
  display: flex;
  align-items: center;
}
header .main-menu ul {
  list-style: none;
  padding: 0;
  font-family: 'Lato-Regular';
  font-weight: normal;
  font-style: normal;
  display: flex;
  align-items: center;
  margin: 0;
}
header .main-menu ul li {
  margin-right: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
}
header .main-menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  font-family: inherit;
  text-decoration: none;
  font-weight: normal;
  color: #000000;
  font-size: 0.78125vw;
  line-height: 0.78125vw;
  text-transform: uppercase;
}
header .main-menu ul li a:after {
  content: '';
  background: #ffffff;
  height: 5px;
  width: 0;
  display: block;
  bottom: -10px;
  position: absolute;
  border-radius: 30px;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
header .main-menu ul li a:hover:after,
header .main-menu ul li a:focus:after,
header .main-menu ul li a.is-active:after {
  width: 100%;
  background: #D1351A;
}
header .main-menu ul li a.is-active {
  font-family: 'Lato-Black';
  font-weight: normal;
}
header .main-menu ul li:last-of-type {
  margin-right: 0;
}
header .main-menu ul li:last-of-type a {
  color: #ffffff;
  padding: 15px 40px;
}
header .main-menu ul li:last-of-type a:after {
  display: none;
}
header .secondary-menu {
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #C4C2C2;
  padding: 0 0 10px 0;
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  order: 1;
  justify-content: space-between;
}
header .secondary-menu .logo-secondary {
  max-width: 50px;
  position: absolute;
  right: 0;
}
header .secondary-menu .logo-secondary img {
  width: 100%;
}
header .secondary-menu .language-select {
  position: relative;
  flex-direction: row;
  max-height: unset;
  width: auto;
  border: 0;
  overflow: unset;
  align-items: center;
}
header .secondary-menu .language-select a {
  font-size: 11px;
  line-height: 11px;
  margin: 0 5px 0 0;
  border: 0;
  order: unset;
  padding: 8px;
  color: #666666;
  text-decoration: none;
}
header .secondary-menu .language-select a:last-of-type {
  margin: 0;
}
header .secondary-menu .language-select a.is-active,
header .secondary-menu .language-select a:last-of-type.is-active {
  background: #666666;
  color: #ffffff;
  order: unset;
  margin-bottom: 0;
  font-weight: 600;
}
header .secondary-menu .language-select:after {
  display: none;
}
header .secondary-menu .be-logo-holder {
  display: flex;
  align-items: flex-end;
}
header .secondary-menu .be-logo-holder img {
  max-width: 36px;
}
header .secondary-menu .be-logo-holder #openfed-federal-header-link {
  display: flex;
  position: relative;
  color: #1d1d1d;
  margin-right: 15px;
}
header .secondary-menu .be-logo-holder #openfed-federal-header-link a {
  text-decoration: none;
  color: inherit;
  margin-left: 5px;
}
header .secondary-menu .be-logo-holder #openfed-federal-header-link a:hover,
header .secondary-menu .be-logo-holder #openfed-federal-header-link a:focus {
  text-decoration: underline;
}
header .secondary-menu .be-logo-holder #openfed-federal-header-link svg {
  width: 12px;
  height: 12px;
  position: relative;
  bottom: 7px;
}
footer {
  display: flex;
  padding: 3vw 15vw;
  border-top: 3px solid #F5F6F6;
}
footer .left-panel,
footer .right-panel {
  display: flex;
  flex-direction: column;
}
footer .left-panel {
  width: 80%;
}
footer .left-panel .logo {
  max-width: 10vw;
  display: block;
}
footer .left-panel .logo img {
  width: 100%;
}
footer .left-panel ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 20px 0 0 0;
}
footer .left-panel ul li {
  margin-right: 20px;
  font-size: 0.65vw;
  line-height: 0.85vw;
  margin-bottom: 0;
  padding-left: 0;
}
footer .left-panel ul li a {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  color: #000000;
}
footer .left-panel ul li:last-of-type {
  margin-right: 0;
}
footer .left-panel .footer-link {
  text-decoration: none;
  margin-top: 1vw;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}
footer .left-panel .footer-link a {
  color: #D1351A;
}
footer .right-panel {
  align-content: center;
  align-items: flex-end;
}
footer .right-panel .social-links {
  display: flex;
  margin-bottom: 20px;
}
footer .right-panel .social-links a {
  width: 30px;
  height: 30px;
  margin-right: 1.5625vw;
  background-size: contain !important;
  text-decoration: none;
  border: 0;
}
footer .right-panel .social-links a.facebook {
  background: url('../images/icons/icn-fb.svg') no-repeat center center;
}
footer .right-panel .social-links a.instagram {
  background: url('../images/icons/icn-insta.svg') no-repeat center center;
}
footer .right-panel .social-links a.twitter {
  background: url('../images/icons/icn-tw.svg') no-repeat center center;
}
footer .right-panel .social-links a.youtube {
  background: url('../images/icons/icn-ft-youtube.svg') no-repeat center center;
}
footer .right-panel .social-links a.linkedin {
  background: url('../images/icons/icn-ft-linkedin.svg') no-repeat center center;
}
footer .right-panel .social-links a:last-of-type {
  margin-right: 0;
}
footer .right-panel .secondary-logo,
footer .right-panel img {
  max-width: 6.927vw;
}
footer .right-panel .secondary-logo img,
footer .right-panel img img {
  width: 100%;
}
.layout-content {
  margin-top: 150px;
}
.container-fluid {
  overflow: hidden;
  position: relative;
  padding: 5vw 15vw;
}
.container-fluid .section-intro h2 {
  font-size: 4.167vw;
  line-height: 5vw;
}
.container-fluid.bg-grey {
  background: #F0F1F2;
}
.container-fluid.bg-tourqoise {
  background: #33B8AB;
}
.container-fluid.bg-purple {
  background: #8A71FF;
}
.bg-grey {
  background: #F0F1F2;
}
.bg-grey-50 {
  background: #C0C3C9;
}
.bg-tourqoise {
  background: #33B8AB;
}
.bg-acquia {
  background: #00C7EE;
}
.bg-purple {
  background: #8A71FF;
}
.bg-yellow {
  background: #FFD337;
}
iframe.cyberscan {
  width: 100%;
  height: 91vh;
}
iframe.cyberscan::-webkit-scrollbar {
  display: none !important;
  -webkit-appearance: none !important;
}
.page-header {
  padding: 4vw 15vw;
}
.page-header h1,
.page-header p {
  margin: 0;
}
.page-header h1 {
  font-size: 4.167vw;
  line-height: 5vw;
}
.page-header .header-content {
  align-items: center;
}
.page-header .header-content div:first-of-type p {
  margin: 2vw 0 0 0;
}
.page-header.has-image {
  padding: 2vw 0 2vw 15vw;
}
.page-header.has-image p {
  max-width: 70%;
}
.page-header.has-image img {
  width: 100%;
}
.page-header.bg-acquia {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.page-header.bg-acquia button {
  width: 18px;
  height: 18px;
  margin: 5px 0;
  background: url('../images/icons/icn-close.svg') no-repeat center center;
  background-size: contain;
  filter: brightness(0);
  border: 0;
  transform: rotate(0) scale(1) translateY(-30px);
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
}
.page-header.bg-acquia button:hover,
.page-header.bg-acquia button:focus {
  transform: rotate(0) scale(0.9) translateY(-30px);
}
.page-header.bg-acquia .header-content {
  will-change: opacity;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.page-header.bg-acquia.minimised {
  padding: 0 15vw;
  height: 50px;
}
.page-header.bg-acquia.minimised button {
  transform: rotate(45deg) scale(1) translateY(0);
}
.page-header.bg-acquia.minimised button:hover,
.page-header.bg-acquia.minimised button:focus {
  transform: rotate(45deg) scale(0.9) translateY(0);
}
.page-header.bg-acquia.minimised .header-content {
  opacity: 0;
  display: none;
}
.footer-banner {
  background: #8A71FF;
  padding: 0 15vw;
}
.footer-banner img {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.footer-banner .banner-text {
  display: flex;
  align-items: center;
}
.footer-banner .banner-text h2 {
  margin-bottom: 0;
  font-size: 1.5625vw;
  line-height: 1.823vw;
  align-items: center;
}
.error-splash {
  padding: 10vw 0 0 15vw;
}
.error-splash .row {
  align-items: center;
}
.error-splash h1 {
  margin-top: -10vw;
  margin-bottom: 38px;
}
.error-splash img {
  width: 100%;
}
.share-modal-holder {
  background: #0000005e;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  will-change: transform;
  position: fixed;
  z-index: -5;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.share-modal-holder button {
  border: 0;
  background: transparent;
}
.share-modal-holder .share-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  max-width: 614px;
  width: 100%;
  padding: 50px;
  opacity: 0;
  transform: scale(0.8);
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.share-modal-holder .share-modal .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.share-modal-holder .share-modal .header h2 {
  margin-bottom: 0;
}
.share-modal-holder .share-modal .header button {
  width: 22px;
  height: 22px;
  background: url('../images/icons/icn-close.svg') no-repeat center center;
  background-size: contain;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
}
.share-modal-holder .share-modal .header button:hover,
.share-modal-holder .share-modal .header button:focus {
  transform: scale(0.9);
}
.share-modal-holder .share-modal .share-options {
  display: flex;
  position: relative;
  margin-bottom: 100px;
}
.share-modal-holder .share-modal .share-options a {
  width: 91px;
  height: 91px;
  margin-right: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #F5F6F6;
  position: relative;
  will-change: background;
  text-decoration: none;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
}
.share-modal-holder .share-modal .share-options a:before {
  content: '';
  width: 36px;
  height: 36px;
  background-size: contain !important;
  will-change: filter;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.share-modal-holder .share-modal .share-options a:after {
  content: attr(data-share);
  position: absolute;
  top: 95px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #000000;
}
.share-modal-holder .share-modal .share-options a.email:before {
  background: url('../images/icons/icn-email.svg') no-repeat center center;
}
.share-modal-holder .share-modal .share-options a.linkedin:before {
  background: url('../images/icons/icn-linkedin.svg') no-repeat center center;
}
.share-modal-holder .share-modal .share-options a.twitter:before {
  background: url('../images/icons/icn-tw.svg') no-repeat center center;
}
.share-modal-holder .share-modal .share-options a.facebook:before {
  background: url('../images/icons/icn-fb-share.svg') no-repeat center center;
}
.share-modal-holder .share-modal .share-options a:last-of-type {
  margin-right: 0;
}
.share-modal-holder .share-modal .share-options a:hover,
.share-modal-holder .share-modal .share-options a:focus,
.share-modal-holder .share-modal .share-options a:focus-visible {
  background: #D1351A;
}
.share-modal-holder .share-modal .share-options a:hover:before,
.share-modal-holder .share-modal .share-options a:focus:before,
.share-modal-holder .share-modal .share-options a:focus-visible:before {
  filter: invert();
}
.share-modal-holder .share-modal .share-url-copy {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}
.share-modal-holder .share-modal .share-url-copy form {
  position: relative;
  background: #F0F1F2;
  padding: 40px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  overflow: hidden;
}
.share-modal-holder .share-modal .share-url-copy form input {
  border: 0;
  background: transparent;
  font-size: 16px;
  line-height: 21px;
  font-family: 'Roboto-Light';
  font-weight: normal;
  color: #999999;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  padding-left: 10px;
}
.share-modal-holder .share-modal .share-url-copy form button {
  width: 42px;
  height: 31px;
  background: #F0F1F2 url(../images/icons/icn-copy.svg) no-repeat center center;
  background-size: 42px 31px;
  position: absolute;
  right: 1px;
  padding: 37px;
}
.share-modal-holder.active {
  z-index: 99;
  pointer-events: all;
  opacity: 1;
}
.share-modal-holder.active .share-modal {
  transition-delay: 0.5s;
  opacity: 1;
  transform: scale(1);
}
.question-cta-options {
  padding: 2vw 15vw;
}
.question-cta-options h3 {
  margin: 0;
}
.question-cta-options .cta-content {
  align-items: center;
  align-content: center;
}
.question-cta-options .cta-content .cta-links {
  display: flex;
  justify-content: flex-end;
}
.question-cta-options .cta-content .cta-links a {
  max-width: 185px;
  margin-right: 3vw;
}
.question-cta-options .cta-content .cta-links a:after {
  top: unset;
}
.question-cta-options .cta-content .cta-links a.btn-tertiary:after {
  filter: brightness(0);
  right: 0;
}
.question-cta-options .cta-content .cta-links a:last-of-type {
  margin: 0;
}
.breadcrumbs {
  background: #33B8AB;
  padding: 1vw 15vw;
  display: flex;
}
.breadcrumbs ul {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
}
.breadcrumbs ul li {
  margin-bottom: 0;
  margin-right: 30px;
  position: relative;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.breadcrumbs ul li:after {
  content: '';
  background: url('../images/icn-btn-arrow.svg') no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: unset;
}
.breadcrumbs ul li a {
  color: inherit;
  text-decoration: none;
  font-family: 'Roboto-Regular';
  font-weight: normal;
}
.breadcrumbs ul li a:hover,
.breadcrumbs ul li a:focus {
  text-decoration: underline;
}
.breadcrumbs ul li:last-of-type:after {
  display: none;
}
.title-article {
  padding: 5vw 15vw 0 15vw;
}
.title-article img {
  width: 100%;
}
.title-article .article-category {
  padding: 8px 16px;
  border: 2px solid #999999;
  color: #999999;
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  margin: 10px 10px 10px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato-Black';
  font-style: normal;
  font-weight: normal;
  will-change: border, color;
  -webkit-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -khtml-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -moz-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -ms-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
.title-article .article-category:hover,
.title-article .article-category:focus,
.title-article .article-category:focus-visible {
  border: 2px solid #33B8AB;
  color: #33B8AB;
}
.title-article .article-tags {
  display: flex;
  margin-bottom: 2vw;
}
.title-article .article-tags a {
  margin-right: 1vw;
}
.title-article .article-tags a:last-of-type {
  margin: 0;
}
.title-article h1 {
  font-size: 4.167vw;
  line-height: 5vw;
  max-width: 54vw;
  margin: 30px 0;
}
.title-article .article-header .header-details {
  display: flex;
  align-items: center;
}
.title-article .article-header .header-details .author-details {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.title-article .article-header .header-details .author-details .profile-pic {
  width: 90px;
  height: 90px;
  shape-outside: circle(50%);
  clip-path: circle(50%);
  margin-right: 15px;
  background: #ffffff;
  display: flex;
  display: none;
}
.title-article .article-header .header-details .author-details .profile-pic img {
  object-fit: cover;
  width: 100%;
}
.title-article .article-header .header-details .author-details .author-titles h6 {
  margin-bottom: 5px;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  display: none;
}
.title-article .article-header .header-details .author-details .author-titles p {
  font-family: 'Roboto-Light';
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0;
  color: #999999;
}
.title-article .article-header .header-details .share-like {
  display: flex;
}
.title-article .article-header .header-details .share-like > div {
  margin-right: 30px;
  cursor: pointer;
  will-change: background;
  -webkit-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.4s;
  -khtml-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.4s;
  -moz-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.4s;
  -ms-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.4s;
  transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.4s;
}
.title-article .article-header .header-details .share-like > div:last-of-type {
  margin-right: 0;
}
.title-article .article-header .header-details .share-like .share {
  width: 30px;
  height: 30px;
  background: url('../images/icons/icn-share.svg') no-repeat center center;
  background-size: contain;
}
.title-article .article-header .header-details .share-like .share:focus,
.title-article .article-header .header-details .share-like .share:hover {
  background: url('../images/icons/icn-share-filled.svg') no-repeat center center;
  background-size: contain;
}
.title-article .article-header .header-details .share-like .like {
  width: 30px;
  height: 30px;
  background: url('../images/icons/icn-heart.svg') no-repeat center center;
  background-size: contain;
  position: relative;
  display: flex;
  justify-content: center;
  display: none;
}
.title-article .article-header .header-details .share-like .like span {
  position: relative;
  top: 30px;
  font-size: 14px;
  line-height: 16px;
  color: #D1351A;
  font-weight: 600;
  pointer-events: none;
}
.title-article .article-header .header-details .share-like .like.has-likes,
.title-article .article-header .header-details .share-like .like:focus,
.title-article .article-header .header-details .share-like .like:hover {
  background: url('../images/icons/icn-heart-filled.svg') no-repeat center center;
  background-size: contain;
}
.title-article .header-intro p {
  padding-right: 90px;
}
.title-article .header-intro .intro-image {
  height: 100%;
  width: 100%;
  background: #F5F6F6;
}
.title-article .header-intro .intro-image img {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
}
.content-image-info-section img {
  width: 100%;
}
.content-image-info-section .content-area .content-image {
  width: 100%;
}
.content-image-info-section .content-area .content-image img {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
}
.content-image-info-section .content-area .text-holder h5 {
  margin-top: 2vw;
}
.content-image-info-section .content-area .text-holder h5:first-of-type {
  margin: 0;
}
.content-image-info-section .content-area .text-holder h6 {
  margin: 15px 0;
}
.content-image-info-section.left-image .image-holder {
  order: 1;
}
.content-image-info-section.left-image .text-holder {
  order: 2;
  padding-left: 90px;
}
.content-image-info-section.right-image .image-holder {
  order: 2;
}
.content-image-info-section.right-image .text-holder {
  order: 1;
  padding-right: 90px;
}
.content-image-info-section.no-image {
  padding-top: 0;
}
.content-image-info-section.no-image .image-holder {
  display: none;
}
.content-image-info-section.no-image .text-holder {
  width: 80%;
}
.content-video-section video,
.content-video-section iframe {
  width: 100%;
  min-height: 40vw;
}
.content-image-info-cta-section img {
  width: 100%;
}
.content-image-info-cta-section video,
.content-image-info-cta-section iframe {
  width: 100%;
}
.content-image-info-cta-section iframe {
  width: 100%;
  min-height: 25vw;
}
.content-image-info-cta-section h2 {
  font-size: 4.167vw;
  line-height: 5vw;
  margin-bottom: 40px;
}
.content-image-info-cta-section .content-area .content-image {
  width: 100%;
}
.content-image-info-cta-section .content-area .content-image img {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
}
.content-image-info-cta-section.left-image .image-holder {
  order: 1;
}
.content-image-info-cta-section.left-image .text-holder {
  order: 2;
  padding-left: 90px;
}
.content-image-info-cta-section.right-image .image-holder {
  order: 2;
}
.content-image-info-cta-section.right-image .text-holder {
  order: 1;
  padding-right: 90px;
}
.content-image-info-cta-section.no-image {
  padding-top: 0;
}
.content-image-info-cta-section.no-image .image-holder {
  display: none;
}
.content-image-info-cta-section.no-image .text-holder {
  width: 80%;
}
.content-image-info-section ul,
.content-image-info-cta-section ul,
.content-image-info-section ol,
.content-image-info-cta-section ol {
  padding-left: 1rem;
}
.content-image-info-section ul li,
.content-image-info-cta-section ul li,
.content-image-info-section ol li,
.content-image-info-cta-section ol li {
  margin: 0 0 15px 0;
  padding-left: 15px;
}
.content-image-info-section p a,
.content-image-info-cta-section p a,
.content-image-info-section ul a,
.content-image-info-cta-section ul a,
.content-image-info-section ol a,
.content-image-info-cta-section ol a {
  color: #D1351A;
  text-decoration: none;
  font-family: 'Roboto-Regular';
  font-weight: normal;
  position: relative;
  font-size: inherit;
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 0.3rem;
}
.content-image-info-section p a:after,
.content-image-info-cta-section p a:after,
.content-image-info-section ul a:after,
.content-image-info-cta-section ul a:after,
.content-image-info-section ol a:after,
.content-image-info-cta-section ol a:after {
  content: '';
  background: url('../images/icons/icn-caret-small.svg') no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.content-image-info-section p a:hover,
.content-image-info-cta-section p a:hover,
.content-image-info-section ul a:hover,
.content-image-info-cta-section ul a:hover,
.content-image-info-section ol a:hover,
.content-image-info-cta-section ol a:hover {
  text-decoration: none;
}
.content-image-info-section p a:hover:after,
.content-image-info-cta-section p a:hover:after,
.content-image-info-section ul a:hover:after,
.content-image-info-cta-section ul a:hover:after,
.content-image-info-section ol a:hover:after,
.content-image-info-cta-section ol a:hover:after {
  transform: translateX(-4px);
}
.title-paragraph-split {
  padding: 5vw 15vw 0 15vw;
}
.title-paragraph-split h2,
.title-paragraph-split h1 {
  font-size: 3.208vw;
  line-height: 3.208vw;
  font-family: 'Lato-Black';
}
.title-paragraph-split p:last-of-type {
  margin-bottom: 0;
}
.statistics h2 {
  margin-bottom: 30px;
}
.statistics .statistics-block-holder {
  padding: 0 10px;
}
.statistics .statistics-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 40px;
  background: #8A71FF;
  color: #ffffff;
  width: 32.333333%;
  margin-right: 15px;
}
.statistics .statistics-block h2,
.statistics .statistics-block p {
  margin-bottom: 0;
}
.statistics .statistics-block .statistic-topic {
  margin-bottom: 50px;
  display: none;
}
.statistics .statistics-block .statistic-topic .icon {
  width: 55px;
  height: 55px;
  margin-right: 25px;
}
.statistics .statistics-block .statistic-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
  min-height: 13vw;
}
.statistics .statistics-block .statistic-info h2 {
  margin-right: 2.865vw;
}
.statistics .statistics-block .statistic-info p {
  font-size: 1.302vw;
  line-height: 1.823vw;
  font-family: 'Roboto-Bold';
  font-weight: normal;
}
.statistics .statistics-block a {
  color: #ffffff;
  font-family: 'Roboto-Light';
  font-weight: normal;
}
.statistics .statistics-block:nth-child(2) {
  background: #7454FC;
}
.statistics .statistics-block:nth-child(3) {
  background: #5F3EEB;
  margin-right: 0;
}
.how-we-can-help .help-block-holder .help-block {
  background: #ffffff;
  padding: 0;
  width: 32.333333%;
}
.how-we-can-help .help-block-holder .help-block:last-of-type {
  margin-right: 0;
}
.how-we-can-help .help-block-holder .help-block .help-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.how-we-can-help .help-block-holder .help-block .help-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-we-can-help .help-block-holder .help-block .help-info {
  padding: 15px 44px 44px 44px;
  min-height: 400px;
  position: relative;
}
.how-we-can-help .help-block-holder .help-block .help-info h3 {
  font-size: 2.604vw;
  line-height: 2.865vw;
  margin-bottom: 2.083vw;
}
.how-we-can-help .help-block-holder .help-block .help-info .btn-primary {
  position: absolute;
  bottom: 44px;
  left: 44px;
}
.tools-resources-blog .filter-bar {
  display: flex;
  align-items: center;
  margin-bottom: 5vw;
}
.tools-resources-blog .filter-bar .filter-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tools-resources-blog .filter-bar .filter-options .filter-type {
  padding: 8px 16px;
  border: 2px solid #727272;
  color: #727272;
  border-radius: 100px;
  margin-right: 20px;
  margin: 0 15px 15px 0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato-Black';
  font-style: normal;
  font-weight: normal;
  will-change: border, color;
  -webkit-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -khtml-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -moz-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -ms-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
}
.tools-resources-blog .filter-bar .filter-options .filter-type:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #ffffff url(../images/icons/icn-cross.svg) no-repeat center center;
  background-size: contain;
  margin-left: 10px;
  transform: scale(0);
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.4s;
  -khtml-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.4s;
  -moz-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.4s;
  -ms-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.4s;
  transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.4s;
}
.tools-resources-blog .filter-bar .filter-options .filter-type:hover {
  color: #15A39E;
}
.tools-resources-blog .filter-bar .filter-options .filter-type.active {
  border: 2px solid #15A39E;
  color: #15A39E;
}
.tools-resources-blog .filter-bar .filter-options .filter-type.active:after {
  transform: scale(1);
}
.tools-resources-blog .filter-bar .filter-options .filter-type.default:after {
  display: none;
}
.tools-resources-blog .filter-bar .filter-options .filter-type:last-of-type {
  margin-right: 0;
}
.tools-resources-blog .filter-bar .sorting-select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tools-resources-blog .filter-bar .sorting-select span {
  font-family: 'Lato-Black';
  font-style: normal;
  font-weight: normal;
  margin-right: 15px;
}
.tools-resources-blog .filter-bar .sorting-select select {
  width: auto;
}
.tools-resources-blog .blog-grid {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tr-card {
  max-width: 414px;
  width: 100%;
  position: relative;
  background: #F5F6F6;
  margin: 0 0 30px 0;
  min-height: 26vw;
}
.tr-card .card-read-time {
  position: absolute;
  z-index: 4;
  top: 22px;
  right: 22px;
  background: rgba(245, 246, 246, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
  color: #ffffff;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Lato-Regular';
  font-style: normal;
  font-weight: normal;
  display: none !important;
  align-items: center;
}
.tr-card .card-read-time:before {
  content: '';
  width: 23px;
  height: 13px;
  background: url('../images/icons/icn-eye.svg') no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.tr-card .card-read-time span {
  margin-right: 5px;
}
.tr-card .card-image {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.tr-card .card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
.tr-card .card-details {
  padding: 30px 25px 40px 25px;
}
.tr-card .card-details h3 {
  overflow-wrap: break-word;
  margin-bottom: 30px;
  font-size: 1.5vw;
  line-height: 2vw;
}
.tr-card .card-details p {
  display: none;
}
.tr-card.card-alt .card-image {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.tr-card.card-alt .card-image:before {
  content: '';
  background: transparent linear-gradient(180deg, #FFFFFF21 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  backdrop-filter: blur(10px) brightness(0.8);
  -webkit-backdrop-filter: blur(17px) brightness(0.8);
  -moz-backdrop-filter: blur(17px) brightness(0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.tr-card.card-alt .card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 100% 50%;
}
.tr-card.card-alt .card-details {
  padding: 70px 25px 40px 25px;
  position: relative;
  z-index: 3;
}
.tr-card.card-alt .card-details a:after {
  filter: brightness(100);
}
.tr-card.card-alt .card-details h3,
.tr-card.card-alt .card-details p,
.tr-card.card-alt .card-details a {
  color: #ffffff;
}
.quickscan h3 {
  margin-bottom: 40px;
  outline: 0;
}
.quickscan .steps-header {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin-bottom: 7vw;
  pointer-events: none;
}
.quickscan .steps-header:after,
.quickscan .steps-header:before {
  position: absolute;
  left: 5%;
  height: 3px;
}
.quickscan .steps-header:after {
  content: '';
  background: #8A71FF;
  width: 15%;
  will-change: width;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
.quickscan .steps-header:before {
  content: '';
  background: #DDDDDD;
  width: 90%;
}
.quickscan .steps-header .step {
  border-radius: 100px;
  background: #7E8183;
  border: 10px solid #ffffff;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-user-select: none;
  width: 94px;
  height: 94px;
  will-change: transform, width, height;
  -webkit-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  -khtml-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  -moz-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
}
.quickscan .steps-header .step:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  border: 2px solid #7E8183;
  will-change: border;
  -webkit-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  -khtml-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  -moz-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
}
.quickscan .steps-header .step .icon {
  width: 20px;
  height: 20px;
  filter: brightness(100);
  position: relative;
  bottom: 4px;
}
.quickscan .steps-header .step .icon img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.quickscan .steps-header .step p {
  font-size: 0.833vw;
  line-height: 1.146vw;
  margin: 0;
  position: absolute;
  transform: translateY(60px);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.quickscan .steps-header .step.complete {
  background: #5F3EEB;
  transform: scale(1);
}
.quickscan .steps-header .step.complete p {
  color: #5F3EEB;
}
.quickscan .steps-header .step.complete:after {
  border: 2px solid #5F3EEB;
}
.quickscan .steps-header .step.active-step,
.quickscan .steps-header .step:hover {
  background: #ffffff;
  transform: scale(2);
}
.quickscan .steps-header .step.active-step .icon,
.quickscan .steps-header .step:hover .icon {
  filter: brightness(1);
}
.quickscan .steps-header .step.active-step p,
.quickscan .steps-header .step:hover p {
  color: #5F3EEB;
  transform: translateY(50px) scale(0.6);
}
.quickscan .steps-header .step.active-step:after,
.quickscan .steps-header .step:hover:after {
  border: 2px solid #5F3EEB;
}
.quickscan .steps-form {
  position: relative;
}
.quickscan .steps-form .form-section {
  position: relative;
}
.quickscan .steps-form .form-section .field {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 5vw;
}
.quickscan .steps-form .form-section .field label {
  font-size: 2.083vw;
  line-height: 2.34375vw;
  font-weight: 900;
  margin-bottom: 3vw;
}
.quickscan .steps-form .form-section .field .select-holder {
  max-width: 30vw;
  margin-right: 0;
}
.quickscan .steps-form .form-section .field .select-holder select {
  width: 100%;
  padding: 15px 15px 15px 0;
  color: #00000082;
}
.quickscan .steps-form .form-section .field .options-holder label {
  font-size: 1.042vw;
  line-height: 1.823vw;
  font-family: 'Roboto-Regular';
  font-weight: normal;
  margin-bottom: 0;
}
.quickscan .steps-form .form-section .field .options-holder .option {
  position: relative;
  margin-bottom: 20px;
}
.quickscan .steps-form .form-section .field .options-holder .option:last-of-type {
  margin: 0;
}
.quickscan .steps-form .form-section .field .options-holder .option .option-input {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.quickscan .steps-form .form-section .field .options-holder .option .option-input input {
  margin-right: 1vw;
}
.quickscan .steps-form .form-section .field .options-holder .option p {
  font-size: 14px;
  line-height: 19px;
  padding-left: 30px;
  margin: 0;
}
.quickscan .steps-form .form-section .field .error {
  position: absolute;
  bottom: -65px;
  right: 0;
  color: #D1351A;
  font-size: 14px;
  line-height: 19px;
}
.quickscan .steps-form .form-section .btn-holder {
  display: flex;
  justify-content: flex-end;
}
.quickscan .steps-form .form-section .btn-holder button {
  border: 0;
}
.quickscan .blog-grid .tr-card {
  min-height: 20vw;
}
.webform-submission-form {
  padding: 5vw 15vw;
  overflow: hidden;
}
.webform-submission-form .webform-progress {
  pointer-events: none;
}
.webform-submission-form .webform-progress::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.webform-submission-form .webform-progress ul.progress-tracker {
  margin: 0 auto 80px auto;
  padding: 0;
  position: relative;
  left: -50px;
}
.webform-submission-form .webform-progress ul.progress-tracker li {
  position: relative;
}
.webform-submission-form .webform-progress ul.progress-tracker li:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 96px;
  top: 23px;
  z-index: 5;
  background: url('../images/icons/icn-pen.svg') no-repeat center center;
  background-size: contain !important;
  filter: brightness(100);
  -webkit-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  -khtml-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  -moz-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
}
.webform-submission-form .webform-progress ul.progress-tracker li .progress-marker {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 1;
}
.webform-submission-form .webform-progress ul.progress-tracker li .progress-marker:before {
  content: '';
  width: 74px;
  height: 74px;
  background: #7E8183;
  border: 5px solid #ffffff;
  z-index: 1;
  -webkit-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  -khtml-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  -moz-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
}
.webform-submission-form .webform-progress ul.progress-tracker li .progress-marker:after {
  top: unset;
  background: #DDDDDD;
}
.webform-submission-form .webform-progress ul.progress-tracker li .progress-text {
  overflow: visible;
  position: relative;
  z-index: 2;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.webform-submission-form .webform-progress ul.progress-tracker li .progress-text .progress-title {
  font-size: 0.833vw;
  line-height: 1.146vw;
  font-family: 'Roboto-Regular';
  color: #727272;
  position: relative;
}
.webform-submission-form .webform-progress ul.progress-tracker li:last-of-type:before {
  background: url('../images/icons/icn-results.svg') no-repeat center center;
}
.webform-submission-form .webform-progress ul.progress-tracker li.is-complete:before {
  filter: brightness(100);
}
.webform-submission-form .webform-progress ul.progress-tracker li.is-complete .progress-marker:before {
  background: #8A71FF;
}
.webform-submission-form .webform-progress ul.progress-tracker li.is-complete .progress-marker:after {
  background: #8A71FF;
}
.webform-submission-form .webform-progress ul.progress-tracker li.is-active:before {
  filter: brightness(1);
  width: 45px;
  height: 45px;
  top: 15px;
  left: 90px;
}
.webform-submission-form .webform-progress ul.progress-tracker li.is-active .progress-marker:before {
  transform: scale(1.5);
  background: #ffffff;
  border: 3px solid #8A71FF;
}
.webform-submission-form .webform-progress ul.progress-tracker li.is-active .progress-text {
  transform: translateY(20px);
}
.webform-submission-form legend {
  outline: 0;
}
.webform-submission-form .fieldset-legend {
  font-size: 2.083vw;
  line-height: 2.34375vw;
  font-weight: 900;
  margin-bottom: 3vw;
  display: block;
}
.webform-submission-form .js-form-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1vw;
}
.webform-submission-form .js-form-item label {
  font-size: 1.042vw;
  line-height: 1.823vw;
  font-family: 'Roboto-Regular';
  font-weight: normal;
  margin-bottom: 0;
}
.webform-submission-form .js-form-item input {
  margin-right: 1vw;
}
.webform-submission-form .js-form-item .description {
  width: 100%;
  padding: 0 2vw 1vw 2vw;
  overflow: hidden;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  height: 100%;
  max-height: 30px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
}
.webform-submission-form .js-form-item .description span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  height: 20px;
  cursor: pointer;
}
.webform-submission-form .js-form-item .description span:after {
  content: '';
  width: 13px;
  height: 13px;
  background: #ffffff url(../images/icons/icn-dropdown.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  margin-left: 15px;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
}
.webform-submission-form .js-form-item .description.active {
  max-height: max-content;
}
.webform-submission-form .js-form-item .description.active span:after {
  transform: rotate(180deg);
}
.webform-submission-form input[type="radio"],
.webform-submission-form input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
  accent-color: #00A796;
}
.webform-submission-form input[type="radio"]:hover,
.webform-submission-form input[type="checkbox"]:hover,
.webform-submission-form input[type="radio"]:focus,
.webform-submission-form input[type="checkbox"]:focus {
  accent-color: #00A796;
}
.webform-submission-form .webform-button--next,
.webform-submission-form .webform-button--submit {
  float: right;
}
.webform-submission-form .webform-button--previous {
  margin-left: 55vw;
}
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  position: fixed !important;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
}
#sliding-popup {
  border-top: 2px solid #F0F1F2;
  background: #ffffffb5 !important;
  backdrop-filter: blur(20px);
}
#sliding-popup .eu-cookie-compliance-content {
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  text-align: left;
  width: 100%;
  position: relative;
  padding: 1vw 15vw;
  align-items: center;
  justify-content: space-between;
}
#sliding-popup .eu-cookie-compliance-content .agree-button,
#sliding-popup .eu-cookie-compliance-content .decline-button {
  border: 0;
  box-shadow: none !important;
  margin: 0 0 20px 0 !important;
}
#sliding-popup .eu-cookie-compliance-content .agree-button {
  padding: 15px 50px 15px 30px;
  border-radius: 0 !important;
  background: #D1351A;
  color: #ffffff !important;
  text-decoration: none;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(-1px);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  margin-right: 20px;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#sliding-popup .eu-cookie-compliance-content .agree-button span {
  filter: blur(0px);
  transform: scale(1) translateX(0) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#sliding-popup .eu-cookie-compliance-content .agree-button:after {
  content: '';
  background: url('../images/icn-btn-arrow.svg') no-repeat center center;
  background-size: contain;
  width: 0.625vw;
  height: 1.146vw;
  position: absolute;
  right: 20px;
  top: unset;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#sliding-popup .eu-cookie-compliance-content .agree-button:hover span,
#sliding-popup .eu-cookie-compliance-content .agree-button:focus span {
  transform: scale(1.14) translateX(10px) translateZ(0);
  filter: blur(0px);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
#sliding-popup .eu-cookie-compliance-content .agree-button:hover:after,
#sliding-popup .eu-cookie-compliance-content .agree-button:focus:after {
  transform: translateX(40px);
}
#sliding-popup .eu-cookie-compliance-content .decline-button {
  margin: 0 !important;
  padding: 15px 50px 15px 0;
  border-radius: 0 !important;
  background: transparent;
  color: #000000;
  text-decoration: none;
  font-family: 'Roboto-Bold';
  font-weight: normal;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: perspective(-1px);
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#sliding-popup .eu-cookie-compliance-content .decline-button span {
  filter: blur(0px);
  transform: scale(1) translateX(0) translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#sliding-popup .eu-cookie-compliance-content .decline-button:after {
  content: '';
  background: url('../images/icons/icn-caret-small.svg') no-repeat center center;
  background-size: contain;
  width: 0.625vw;
  height: 1.146vw;
  position: absolute;
  right: 20px;
  top: unset;
  will-change: transform;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
#sliding-popup .eu-cookie-compliance-content .decline-button:hover span,
#sliding-popup .eu-cookie-compliance-content .decline-button:focus span {
  transform: scale(1.14) translateX(10px) translateZ(0);
  filter: blur(0px);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
#sliding-popup .eu-cookie-compliance-content .decline-button:hover:after,
#sliding-popup .eu-cookie-compliance-content .decline-button:focus:after {
  transform: translateX(40px);
}
#sliding-popup .eu-cookie-compliance-content p a {
  color: #D1351A !important;
  text-decoration: none;
}
#sliding-popup #popup-text {
  margin: 0;
}
#sliding-popup #popup-buttons {
  max-width: 290px;
  margin: 0;
}
#sliding-popup h1,
#sliding-popup h2,
#sliding-popup h3,
#sliding-popup p,
#sliding-popup label,
#sliding-popup div,
.eu-cookie-compliance-more-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-withdraw-tab {
  color: #000000 !important;
}
#cookiesjsr .cookiesjsr-banner {
  border-top: 2px solid #F0F1F2;
  background: #ffffffb5 !important;
  backdrop-filter: blur(20px);
}
#cookiesjsr .cookiesjsr-banner .cookiesjsr-banner--info {
  color: #000000;
}
.swiper-button-prev,
.swiper-button-next {
  pointer-events: all;
  position: absolute;
  width: 34px;
  height: 30px;
  background-size: cover !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev {
  background: url('../images/icons/icn-arrow-red-left.svg') no-repeat center center;
}
.swiper-button-next {
  background: url('../images/icons/icn-arrow-red-right.svg') no-repeat center center;
}
.swiper-pagination {
  bottom: 11%;
}
.swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 3px solid #000000;
  width: 15px;
  height: 15px;
  will-change: transform;
  margin-right: 10px !important;
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
}
.swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination .swiper-pagination-bullet:focus {
  border: 3px solid #00A796;
  transform: scale(1);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 3px solid #00A796;
  transform: scale(1.5);
}
.home-banner-carousel {
  padding: 0;
}
.home-banner-carousel h2 {
  font-size: 3.208vw;
  line-height: 3.208vw;
  font-family: 'Lato-Black';
  font-weight: normal;
  max-width: 48vw;
  margin-bottom: 3vw;
  will-change: transform, bottom;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
.home-banner-carousel p {
  font-size: 1.146vw;
  line-height: 1.823vw;
  font-family: 'Roboto-Medium';
  font-weight: normal;
}
.home-banner-carousel .swiper-slide {
  position: relative;
  width: 100vw;
  padding: 5vw 15vw 15vw 15vw;
}
.home-banner-carousel .swiper-slide .slide-info {
  position: relative;
  z-index: 2;
}
.home-banner-carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
.home-banner-carousel .swiper-slide video,
.home-banner-carousel .swiper-slide iframe {
  width: 100%;
  max-width: 25%;
  max-height: 32%;
  height: 100%;
  position: absolute;
  top: 10vw;
  right: 10vw;
  z-index: 1;
  object-fit: contain;
}
.home-banner-carousel .swiper-nav-buttons {
  position: absolute;
  padding: 0 11.5vw;
  bottom: 5.9vw;
  pointer-events: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home-banner-carousel .swiper-nav-buttons .swiper-button-prev,
.home-banner-carousel .swiper-nav-buttons .swiper-button-next {
  pointer-events: all;
  position: relative;
  width: 34px;
  height: 30px;
  background-size: cover !important;
}
.home-banner-carousel .swiper-nav-buttons .swiper-button-prev:after,
.home-banner-carousel .swiper-nav-buttons .swiper-button-next:after {
  display: none;
}
.home-banner-carousel .swiper-nav-buttons .swiper-button-prev {
  background: url('../images/icn-banner-arrow-left.svg') no-repeat center center;
}
.home-banner-carousel .swiper-nav-buttons .swiper-button-next {
  background: url('../images/icn-banner-arrow-right.svg') no-repeat center center;
}
.home-banner-carousel .swiper-pagination {
  bottom: 5.208vw;
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.home-banner-carousel .swiper-pagination .bullet-holder {
  display: flex;
  padding: 0 15vw;
}
.home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet {
  display: inline-flex;
  height: fit-content;
  width: 100%;
  border-radius: 0;
  background: transparent;
  margin-right: 20px !important;
  position: relative;
  padding-top: 25px;
  cursor: pointer;
  opacity: 1;
  border: 0;
}
.home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet:before {
  content: '';
  width: 100%;
  height: 5px;
  background: #ffffff94;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  z-index: 1;
}
.home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 0;
  background: #5F3EEB;
  will-change: transform;
  border-radius: 15px;
  z-index: 2;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
.home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet .description {
  color: #ffffff;
  font-size: 0.833vw;
  line-height: 1.146vw;
  font-family: 'Roboto-Regular';
  text-align: left;
}
.home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet.active .description {
  color: #ffffff;
  font-family: 'Roboto-Bold';
  font-size: 0.833vw;
}
.home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet.active:after {
  animation-name: progressBar;
  animation-duration: 9.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate ;
  animation-fill-mode: forwards;
}
.home-banner-carousel .scroll-downs {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 1vw;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
  transform: scale(0.8);
}
.home-banner-carousel .mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.home-banner-carousel .scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
.stories-holder {
  margin: 0 -5vw;
  padding: 0;
}
.stories-holder .swiper-stories {
  overflow: hidden;
  max-width: 100vw;
  width: 100%;
  min-height: 30vw;
}
.stories-holder .swiper-stories .swiper-slide {
  transform: scale(0.8);
  background: #F0F1F2;
  padding: 30px 60px;
  bottom: 39px;
  will-change: transform, bottom;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
.stories-holder .swiper-stories .swiper-slide p {
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0;
  will-change: max-height;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
.stories-holder .swiper-stories .swiper-slide .profile-pic {
  width: 190px;
  height: 190px;
  shape-outside: circle(50%);
  clip-path: circle(50%);
  margin-bottom: 40px;
  background: #ffffff;
  display: flex;
}
.stories-holder .swiper-stories .swiper-slide .profile-pic img {
  object-fit: cover;
  width: 100%;
}
.stories-holder .swiper-stories .swiper-slide .profile-pic,
.stories-holder .swiper-stories .swiper-slide .slide-info {
  position: relative;
  z-index: 1;
}
.stories-holder .swiper-stories .swiper-slide:after {
  content: '';
  background: transparent linear-gradient(180deg, #8577FC96 0%, #B0A8FAE2 11%, #CECAF8 23%, #E8E8F7 38%, #EFEFF6 61%, #F0F1F2 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  display: block;
  will-change: height;
  -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
}
.stories-holder .swiper-stories .swiper-slide.swiper-slide-active {
  transform: scale(1);
  padding: 30px 60px;
  bottom: 0;
}
.stories-holder .swiper-stories .swiper-slide.swiper-slide-active:after {
  height: 100%;
}
.stories-holder .swiper-stories .swiper-slide.swiper-slide-active p {
  max-height: 110px;
}
.stories-holder .swiper-stories .swiper-pagination {
  bottom: 6vw;
}
.stories-holder .swiper-stories .swiper-button-prev,
.stories-holder .swiper-stories .swiper-button-next {
  top: 28%;
}
.stories-holder .swiper-stories .swiper-button-prev:after,
.stories-holder .swiper-stories .swiper-button-next:after {
  display: none;
}
.stories-holder .swiper-stories .swiper-button-prev {
  left: 10.417vw;
}
.stories-holder .swiper-stories .swiper-button-next {
  right: 10.417vw;
}
.partners {
  padding: 5vw 15vw 8vw 15vw;
}
.partners img {
  width: 100%;
}
.partners .section-intro h2 {
  font-size: 2.604vw;
  line-height: 2.865vw;
}
.partners .partners-holder {
  overflow: hidden;
}
.partners .partners-holder .swiper-pagination {
  bottom: 5vw;
}
.partners .partners-holder .swiper-button-prev,
.partners .partners-holder .swiper-button-next {
  top: 56%;
}
.partners .partners-holder .swiper-button-prev {
  left: 11.458vw;
}
.partners .partners-holder .swiper-button-next {
  right: 11.458vw;
}
.content-slider .swiper-content {
  width: 100%;
}
.content-slider .swiper-content .swiper-slide {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -khtml-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -moz-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -ms-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
}
.content-slider .swiper-content .swiper-slide img {
  width: 100%;
}
.content-slider .swiper-content .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.content-slider .swiper-content .swiper-pagination {
  bottom: 6%;
}
.content-slider .swiper-content .swiper-button-prev,
.content-slider .swiper-content .swiper-button-next {
  top: 16%;
}
.content-slider .swiper-content .swiper-button-prev:after,
.content-slider .swiper-content .swiper-button-next:after {
  display: none;
}
.content-slider .swiper-content .swiper-button-prev {
  left: 240px;
}
.content-slider .swiper-content .swiper-button-next {
  right: 240px;
}
.recommended-content-slider {
  padding: 5vw 15vw 7vw 15vw;
}
.recommended-content-slider .section-intro h2 {
  font-size: 2.604vw;
  line-height: 2.865vw;
}
.recommended-content-slider .swiper-recommended-content {
  overflow: hidden;
}
.recommended-content-slider .swiper-recommended-content .swiper-slide {
  overflow: hidden;
  will-change: opacity;
  -webkit-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -khtml-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -moz-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  -ms-transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
  transition: all cubic-bezier(0.1, 1.02, 0.32, 1.28) 0.6s;
}
.recommended-content-slider .swiper-recommended-content .swiper-slide .tr-card.card-alt {
  min-height: 20vw;
}
.recommended-content-slider .swiper-recommended-content .swiper-pagination {
  bottom: 5vw;
}
.recommended-content-slider .swiper-recommended-content .swiper-button-prev,
.recommended-content-slider .swiper-recommended-content .swiper-button-next {
  top: 29%;
}
.recommended-content-slider .swiper-recommended-content .swiper-button-prev:after,
.recommended-content-slider .swiper-recommended-content .swiper-button-next:after {
  display: none;
}
.recommended-content-slider .swiper-recommended-content .swiper-button-prev {
  left: 12.5vw;
}
.recommended-content-slider .swiper-recommended-content .swiper-button-next {
  right: 12.5vw;
}
.padded-slider {
  margin: 0 auto 3vw auto;
  overflow: hidden;
}
.padded-slider .swiper-pagination {
  bottom: 3%;
  margin-bottom: 3vw;
}
.padded-slider .swiper-button-prev,
.padded-slider .swiper-button-next {
  top: 40%;
}
.padded-slider .swiper-button-prev:after,
.padded-slider .swiper-button-next:after {
  display: none;
}
.padded-slider .swiper-button-prev {
  left: 12vw;
}
.padded-slider .swiper-button-next {
  right: 12vw;
}
@media screen and (min-width: 991px) and (max-width: 8000px) {
  .tr-card {
    max-width: 22vw;
  }
  .recommended-content-slider .tr-card {
    max-width: unset;
  }
  .tr-card.card-alt {
    min-height: 16vw;
  }
}
@media screen and (min-width: 1921px) and (max-width: 8000px) {
  .webform-submission-form .webform-progress ul.progress-tracker {
    left: -4vw;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li:before {
    left: 47%;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-active:before {
    left: 43%;
  }
  .padded-slider .swiper-button-prev,
  .padded-slider .swiper-button-next {
    top: 40%;
  }
}
@media screen and (min-width: 1921px) and (max-width: 3000px) {
  .webform-submission-form .webform-progress ul.progress-tracker {
    left: -4vw;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li:before {
    left: 44%;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-active:before {
    left: 42%;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .padded-slider .swiper-button-prev,
  .padded-slider .swiper-button-next {
    top: 37%;
  }
}
@media screen and (min-width: 1541px) and (max-width: 1800px) {
  .webform-submission-form .webform-progress ul.progress-tracker {
    left: -3vw;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li:before {
    left: 44%;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-active:before {
    left: 41%;
  }
}
@media screen and (min-width: 1541px) and (max-width: 1600px) {
  .webform-submission-form .webform-button--previous {
    margin-left: 51vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1540px) {
  .webform-submission-form .webform-button--previous {
    margin-left: 51vw;
  }
  .padded-slider .swiper-button-prev,
  .padded-slider .swiper-button-next {
    top: 33%;
  }
  .padded-slider .swiper-pagination {
    bottom: 2%;
  }
  .padded-slider .swiper-button-prev {
    left: 6vw;
  }
  .padded-slider .swiper-button-next {
    right: 6vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1440px) {
  #sliding-popup .eu-cookie-compliance-content {
    padding: 1vw 10vw;
  }
  .container-fluid {
    padding: 5vw 10vw;
  }
  header {
    padding: 1vw 10vw;
  }
  footer {
    padding: 3vw 10vw;
  }
  footer .left-panel ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .home-banner-carousel {
    padding: 0;
  }
  .home-banner-carousel .swiper-slide {
    padding: 5vw 10vw 15vw 10vw;
  }
  .home-banner-carousel .swiper-nav-buttons {
    padding: 0 10vw;
  }
  .partners {
    padding: 5vw 10vw 8vw 10vw;
  }
  .breadcrumbs {
    padding: 1vw 10vw;
  }
  .footer-banner {
    padding: 0 10vw;
  }
  .layout-content {
    margin-top: 140px;
  }
  .title-article {
    padding: 5vw 10vw 0 10vw;
  }
  .error-splash {
    padding: 10vw 0 0 10vw;
  }
  .page-header.has-image {
    padding: 2vw 0 2vw 10vw;
  }
  .page-header.bg-acquia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    will-change: transform;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  }
  .page-header.bg-acquia button {
    width: 18px;
    height: 18px;
    margin: 5px 0;
    background: url('../images/icons/icn-close.svg') no-repeat center center;
    background-size: contain;
    filter: brightness(0);
    border: 0;
    transform: rotate(0) scale(1) translateY(-30px);
    will-change: transform;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  }
  .page-header.bg-acquia button:hover,
  .page-header.bg-acquia button:focus {
    transform: rotate(0) scale(0.9) translateY(-30px);
  }
  .page-header.bg-acquia .header-content {
    will-change: opacity;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  }
  .page-header.bg-acquia.minimised {
    padding: 0 10vw;
    height: 50px;
  }
  .page-header.bg-acquia.minimised button {
    transform: rotate(45deg) scale(1) translateY(0);
  }
  .page-header.bg-acquia.minimised button:hover,
  .page-header.bg-acquia.minimised button:focus {
    transform: rotate(45deg) scale(0.9) translateY(0);
  }
  .page-header.bg-acquia.minimised .header-content {
    opacity: 0;
    display: none;
  }
  .question-cta-options {
    padding: 2vw 10vw;
  }
  .question-cta-options .cta-content .cta-links a {
    margin-right: 2vw;
  }
  .blog-grid .tr-card {
    max-width: 32.3%;
    margin: 0 0 15px 0;
  }
  .how-we-can-help .help-block-holder .help-block .help-info {
    min-height: 25vw;
  }
  .quickscan .steps-header .step.active-step,
  .quickscan .steps-header .step:hover {
    transform: scale(1.5);
  }
  .stories-holder .swiper-stories {
    min-height: 36vw;
  }
  .stories-holder .swiper-stories .swiper-button-prev {
    left: 5vw;
  }
  .stories-holder .swiper-stories .swiper-button-next {
    right: 5vw;
  }
  .partners .partners-holder .swiper-button-prev {
    left: 5vw;
  }
  .partners .partners-holder .swiper-button-next {
    right: 5vw;
  }
  .content-slider .swiper-content .swiper-button-prev {
    left: 6vw;
  }
  .content-slider .swiper-content .swiper-button-next {
    right: 6vw;
  }
  .content-slider .swiper-content .swiper-pagination {
    bottom: 1vw;
  }
  .recommended-content-slider .swiper-recommended-content .swiper-button-prev {
    left: 6vw;
  }
  .recommended-content-slider .swiper-recommended-content .swiper-button-next {
    right: 6vw;
  }
  .recommended-content-slider .swiper-recommended-content .swiper-pagination {
    bottom: 4vw;
  }
  .webform-submission-form {
    padding: 5vw 10vw;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li:before {
    left: 42%;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-active:before {
    left: 38%;
  }
  .webform-submission-form .webform-button--previous {
    margin-left: 50vw;
  }
  .tools-resources-blog .filter-bar .sorting-select {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    margin-right: 15px;
  }
  .tools-resources-blog .filter-bar .sorting-select span {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tools-resources-blog .filter-bar .sorting-select .select-holder {
    margin-right: 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1368px) {
  .home-banner-carousel .scroll-downs {
    bottom: 0.5vw;
    transform: scale(0.6);
  }
  .layout-content {
    margin-top: 140px;
  }
  .stories-holder .swiper-stories .swiper-pagination {
    bottom: 5vw;
  }
  .recommended-content-slider .swiper-recommended-content .swiper-pagination {
    bottom: 3vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1280px) {
  .layout-content {
    margin-top: 136px;
  }
  .home-banner-carousel .scroll-downs {
    bottom: 0.5vw;
    transform: scale(0.6);
  }
  #sliding-popup .eu-cookie-compliance-content {
    padding: 1vw 7vw;
  }
  .padded-slider .swiper-button-prev {
    left: 3vw;
  }
  .padded-slider .swiper-button-next {
    right: 3vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1280px) {
  h1 {
    font-size: 5.208vw;
    line-height: 5.208vw;
    font-style: normal;
  }
  h2 {
    font-size: 2.604vw;
    line-height: 2.865vw;
    font-style: normal;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 2.083vw;
    line-height: 2.34375vw;
    font-style: normal;
  }
  h4 {
    font-size: 1.5625vw;
    line-height: 1.823vw;
    font-style: normal;
  }
  h5 {
    font-size: 1.302vw;
    line-height: 1.5625vw;
    font-style: normal;
  }
  h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9375vw;
    line-height: 1.302vw;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  p,
  li,
  a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  p strong,
  li strong,
  a strong,
  p b,
  li b,
  a b {
    font-weight: 600;
    font-style: normal;
  }
  .layout-content {
    margin-top: 136px;
  }
  p,
  ul,
  ol {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 3vw;
    font-weight: 300;
  }
  .container-fluid {
    padding: 5vw 7vw;
  }
  .error-splash {
    padding: 10vw 0 0 7vw;
  }
  footer .right-panel .social-links a {
    width: 20px;
    height: 20px;
  }
  header {
    padding: 1vw 7vw;
  }
  header .language-select:after {
    padding: 8px;
  }
  footer {
    padding: 3vw 7vw;
  }
  .page-header.bg-acquia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    will-change: transform;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  }
  .page-header.bg-acquia button {
    width: 18px;
    height: 18px;
    margin: 5px 0;
    background: url('../images/icons/icn-close.svg') no-repeat center center;
    background-size: contain;
    filter: brightness(0);
    border: 0;
    transform: rotate(0) scale(1) translateY(-30px);
    will-change: transform;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  }
  .page-header.bg-acquia button:hover,
  .page-header.bg-acquia button:focus {
    transform: rotate(0) scale(0.9) translateY(-30px);
  }
  .page-header.bg-acquia .header-content {
    will-change: opacity;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  }
  .page-header.bg-acquia.minimised {
    padding: 0 7vw;
    height: 50px;
  }
  .page-header.bg-acquia.minimised button {
    transform: rotate(45deg) scale(1) translateY(0);
  }
  .page-header.bg-acquia.minimised button:hover,
  .page-header.bg-acquia.minimised button:focus {
    transform: rotate(45deg) scale(0.9) translateY(0);
  }
  .page-header.bg-acquia.minimised .header-content {
    opacity: 0;
    display: none;
  }
  .home-banner-carousel {
    padding: 0;
  }
  .home-banner-carousel h2 {
    font-size: 5.208vw;
    line-height: 5.208vw;
  }
  .home-banner-carousel p {
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
  }
  .home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet .description {
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
  }
  .home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet.active .description {
    font-size: 14px;
    line-height: 18px;
  }
  .home-banner-carousel .swiper-slide {
    padding: 5vw 7vw 15vw 7vw;
  }
  .home-banner-carousel .scroll-downs {
    display: none;
  }
  .home-banner-carousel .swiper-nav-buttons {
    padding: 0 7vw;
    bottom: 4.9vw;
  }
  .home-banner-carousel .swiper-pagination {
    bottom: 4.208vw;
  }
  .home-banner-carousel .swiper-pagination .bullet-holder {
    padding: 0 12vw;
  }
  .home-banner-carousel .swiper-slide {
    padding: 5vw 7vw 15vw 7vw;
    height: 55vw;
  }
  .home-banner-carousel .swiper-slide video,
  .home-banner-carousel .swiper-slide iframe {
    width: 100%;
    max-width: 30%;
    max-height: 40%;
  }
  .home-banner-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .footer-banner {
    padding: 0 7vw;
  }
  header .main-menu .logo {
    margin-right: 6vw;
  }
  header .secondary-menu .language-select {
    width: 60px;
  }
  header .secondary-menu .logo-secondary {
    max-width: 40px;
    position: absolute;
    right: 0;
  }
  .statistics .statistics-block {
    width: 31.333333%;
    padding: 40px 40px;
  }
  .statistics .statistics-block .statistic-info {
    min-height: 15vw;
  }
  .how-we-can-help .help-block-holder .help-block {
    width: 31.333333%;
  }
  .how-we-can-help .help-block-holder .help-block .help-info {
    padding: 15px 40px 40px 40px;
  }
  .how-we-can-help .help-block-holder .help-block .help-info {
    min-height: 30vw;
  }
  .webform-submission-form {
    padding: 5vw 7vw;
    overflow: hidden;
  }
  .webform-submission-form .webform-progress ul.progress-tracker {
    margin: 0 auto 60px auto;
    left: -20px;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li:before {
    left: 43%;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-active:before {
    left: 38%;
  }
  .webform-submission-form .webform-button--previous {
    margin-left: 62vw;
  }
  .question-cta-options .cta-content .cta-links a {
    max-width: 210px;
  }
  .question-cta-options {
    padding: 2vw 7vw;
  }
  .tr-card .card-image {
    height: 250px;
    width: 100%;
    overflow: hidden;
  }
  .title-article {
    padding: 5vw 7vw 0 7vw;
  }
  .breadcrumbs {
    padding: 4vw 7vw 2vw 7vw;
  }
}
@media screen and (min-width: 991px) and (max-width: 1181px) {
  .layout-content {
    margin-top: 134px;
  }
  .webform-submission-form .webform-button--previous {
    margin-left: 63vw;
  }
  footer .left-panel ul li {
    font-size: 10px;
    line-height: 14px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
  h1 {
    font-size: 55px;
    line-height: 60px;
    font-style: normal;
  }
  h2 {
    font-size: 45px;
    line-height: 50px;
    font-style: normal;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 40px;
    line-height: 45px;
    font-style: normal;
  }
  h4 {
    font-size: 30px;
    line-height: 35px;
    font-style: normal;
  }
  h5 {
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
  }
  h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  p,
  li,
  a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  p strong,
  li strong,
  a strong,
  p b,
  li b,
  a b {
    font-weight: 600;
    font-style: normal;
  }
  p,
  ul,
  ol {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 3vw;
    font-weight: 300;
  }
  .container-fluid {
    padding: 5vw 3vw;
  }
  .error-splash {
    padding: 10vw 0 0 3vw;
  }
  header {
    padding: 1vw 3vw;
  }
  header .language-select:after {
    padding: 8px;
  }
  footer {
    padding: 3vw 3vw;
  }
  .home-banner-carousel {
    padding: 0;
  }
  .home-banner-carousel h2 {
    font-size: 55px;
    line-height: 60px;
  }
  .home-banner-carousel p {
    font-size: 22px;
    line-height: 35px;
    font-weight: 500;
  }
  .layout-content {
    margin-top: 132px;
  }
  .home-banner-carousel .scroll-downs {
    display: none;
  }
  .home-banner-carousel .swiper-nav-buttons {
    padding: 0 7vw;
    bottom: 4.9vw;
  }
  .home-banner-carousel .swiper-pagination {
    bottom: 4.208vw;
  }
  .home-banner-carousel .swiper-pagination .bullet-holder {
    padding: 0 12vw;
  }
  .home-banner-carousel .swiper-slide {
    padding: 5vw 3vw 15vw 3vw;
    height: 70vh;
  }
  .home-banner-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .page-header.has-image {
    padding: 2vw 0 2vw 3vw;
  }
  .footer-banner {
    padding: 0 3vw;
  }
  header .main-menu .logo {
    margin-right: 6vw;
  }
  header .secondary-menu .language-select {
    width: 60px;
  }
  header .secondary-menu .logo-secondary {
    max-width: 40px;
    position: absolute;
    right: 0;
  }
  .statistics .statistics-block {
    width: 31.333333%;
    padding: 40px 40px;
  }
  .statistics .statistics-block .statistic-info {
    min-height: 15vw;
  }
  .how-we-can-help .help-block-holder .help-block {
    width: 31.333333%;
  }
  .how-we-can-help .help-block-holder .help-block .help-info {
    padding: 15px 40px 40px 40px;
  }
  .how-we-can-help .help-block-holder .help-block .help-info {
    min-height: 38vw;
  }
  .webform-submission-form {
    padding: 5vw 3vw;
    overflow: hidden;
  }
  .webform-submission-form .webform-progress ul.progress-tracker {
    margin: 0 auto 60px auto;
    left: -20px;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li:before {
    left: 39%;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-active:before {
    left: 35%;
  }
  .webform-submission-form .webform-button--previous {
    margin-left: 59vw;
  }
  .question-cta-options .cta-content .cta-links a {
    max-width: 160px;
  }
  .tr-card .card-image {
    height: 250px;
    width: 100%;
    overflow: hidden;
  }
  .title-article {
    padding: 5vw 7vw 0 7vw;
  }
  .breadcrumbs {
    padding: 4vw 7vw 2vw 7vw;
  }
  .tools-resources-blog .filter-bar .sorting-select {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
  }
  .tools-resources-blog .filter-bar .sorting-select span {
    margin-right: 0;
  }
  .tools-resources-blog .filter-bar .select-holder {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 0;
  }
  .tools-resources-blog .filter-bar .filter-options .filter-type {
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (min-width: 200px) and (max-width: 990px) {
  h1 {
    font-size: 11.16vw;
    line-height: 12.17vw;
    font-style: normal;
  }
  h2 {
    font-size: 9.13vw;
    line-height: 10.14vw;
    font-style: normal;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 8.11vw;
    line-height: 9.13vw;
    font-style: normal;
  }
  h4 {
    font-size: 6.09vw;
    line-height: 7.1vw;
    font-style: normal;
  }
  h5 {
    font-size: 5.07vw;
    line-height: 6.09vw;
    font-style: normal;
  }
  h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 3.65vw;
    line-height: 5.07vw;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  p,
  li,
  a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  p strong,
  li strong,
  a strong,
  p b,
  li b,
  a b {
    font-weight: 600;
    font-style: normal;
  }
  p,
  ul,
  ol {
    font-size: 3.25vw;
    line-height: 5.68vw;
    margin-bottom: 10vw;
    font-weight: 300;
  }
  .container-fluid {
    overflow: hidden;
    position: relative;
    padding: 7vw;
  }
  .container-fluid .section-intro h2 {
    font-size: 10.14vw;
    line-height: 11.16vw;
  }
  .container-fluid .row {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
  .container-fluid .row > * {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
  .btn-primary:after,
  .btn-tertiary:after {
    width: 13px;
    height: 13px;
  }
  .layout-content {
    margin-top: 53px;
    margin-top: 23.3vw;
  }
  header {
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    align-items: unset;
    border: 0;
  }
  header .secondary-menu,
  header .main-menu {
    padding: 1vw 7vw;
  }
  header #block-mainnavigation {
    order: 2;
  }
  header .main-menu {
    order: 2;
    padding: 1vw 7vw 3vw 7vw;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-bottom: 3px solid #F5F6F6;
  }
  header .main-menu .logo {
    margin-right: 0;
  }
  header .main-menu #mobileNav {
    border: 0;
    position: relative;
    background: transparent;
    margin: 0;
    padding: 0;
    display: flex;
  }
  header .main-menu #mobileNav .icon {
    width: 26px;
    height: 26px;
    margin-right: 0;
    position: relative;
    top: 2px;
    overflow: hidden;
  }
  header .main-menu #mobileNav .icon span {
    background: #5F3EEB;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 30px;
    margin-bottom: 5px;
    position: relative;
    will-change: transform;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  }
  header .main-menu #mobileNav .icon span:last-of-type {
    margin-bottom: 0;
  }
  header .main-menu #mobileNav.active .icon .shape1 {
    -webkit-transform: rotate(-45deg) translateX(-6px) translateY(10px);
    -khtml-transform: rotate(-45deg) translateX(-6px) translateY(10px);
    -moz-transform: rotate(-45deg) translateX(-6px) translateY(10px);
    -ms-transform: rotate(-45deg) translateX(-6px) translateY(10px);
    -o-transform: rotate(-45deg) translateX(-6px) translateY(10px);
    transform: rotate(-45deg) translateX(-6px) translateY(10px);
    width: 20px;
  }
  header .main-menu #mobileNav.active .icon .shape2 {
    -webkit-transform: rotate(-45deg) translateX(0px) translateY(4px);
    -khtml-transform: rotate(-45deg) translateX(0px) translateY(4px);
    -moz-transform: rotate(-45deg) translateX(0px) translateY(4px);
    -ms-transform: rotate(-45deg) translateX(0px) translateY(4px);
    -o-transform: rotate(-45deg) translateX(0px) translateY(4px);
    transform: rotate(-45deg) translateX(0px) translateY(4px);
    width: 20px;
  }
  header .main-menu #mobileNav.active .icon .shape3 {
    -webkit-transform: rotate(45deg) translateX(-1px) translateY(-5px);
    -khtml-transform: rotate(45deg) translateX(-1px) translateY(-5px);
    -moz-transform: rotate(45deg) translateX(-1px) translateY(-5px);
    -ms-transform: rotate(45deg) translateX(-1px) translateY(-5px);
    -o-transform: rotate(45deg) translateX(-1px) translateY(-5px);
    transform: rotate(45deg) translateX(-1px) translateY(-5px);
    width: 20px;
  }
  header .main-menu .menuHolder {
    display: none;
    overflow: hidden;
    height: 0;
    padding: 0;
    align-items: flex-start;
    will-change: transform, height, padding;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  }
  header .main-menu .menuHolder ul {
    margin: 0 0 10vw 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  header .main-menu .menuHolder ul li {
    margin: 0 0 10vw 0;
    justify-content: flex-start;
    width: 100%;
  }
  header .main-menu .menuHolder ul li a {
    font-size: 3.04vw;
    line-height: 3.04vw;
  }
  header .main-menu .menuHolder ul li:last-of-type {
    margin: 7vw 0 0 0;
  }
  header .main-menu .menuHolder ul li:last-of-type a {
    padding: 28px 40px;
  }
  header .main-menu .menuHolder .btn-primary-external {
    width: 100%;
  }
  header .main-menu .menuHolder ul,
  header .main-menu .menuHolder .btn-primary-external {
    opacity: 0;
    pointer-events: none;
    will-change: transform, height, padding;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.2s;
  }
  header .main-menu .menuHolder.active {
    display: flex;
    padding: 10vw 0;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    z-index: 12;
  }
  header .main-menu .menuHolder.active ul,
  header .main-menu .menuHolder.active .btn-primary-external {
    opacity: 1;
    pointer-events: all;
    transition-delay: 0.6s;
  }
  header .secondary-menu {
    order: 1;
    justify-content: space-between;
    padding: 2vw 7vw 2vw 7vw;
    border-bottom: 3px solid transparent;
    margin-bottom: 2vw;
    width: 100%;
  }
  header .secondary-menu:after {
    content: '';
    height: 1px;
    width: 86%;
    background: #c2c2c2;
    display: block;
    position: absolute;
    bottom: 0;
  }
  header .secondary-menu .logo-secondary {
    max-width: 30px;
    position: relative;
  }
  #openfed-federal-header-link {
    display: none !important;
  }
  footer {
    flex-direction: column;
    padding: 10vw 7vw;
  }
  footer .left-panel,
  footer .right-panel {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  footer .left-panel .logo {
    max-width: 250px;
    width: 100%;
  }
  footer .left-panel ul {
    margin: 10vw 0 0 0;
    flex-direction: column;
    align-items: center;
  }
  footer .left-panel ul li {
    margin: 0 0 5vw 0;
    font-size: 3.65vw;
    line-height: 4.87vw;
  }
  footer .left-panel .footer-link {
    margin: 5vw 0 9vw 0;
    font-size: 16px;
    text-align: center;
  }
  footer .right-panel .social-links {
    margin-bottom: 7vw;
  }
  footer .right-panel .social-links a {
    margin-right: 7vw;
  }
  footer .right-panel .social-links a:last-of-type {
    margin-right: 0;
  }
  footer .right-panel .secondary-logo {
    max-width: 140px;
    width: 100%;
  }
  footer .right-panel img {
    max-width: 140px;
    width: 100%;
  }
  .footer-banner {
    padding: 0 7vw 10vw 7vw;
  }
  .footer-banner .banner-text h2 {
    font-size: 6.09vw;
    line-height: 7.1vw;
  }
  .page-header {
    padding: 14vw 7vw;
  }
  .page-header h1 {
    font-size: 11.16vw;
    line-height: 12.17vw;
    margin-bottom: 5vw;
  }
  .page-header.has-image {
    padding: 14vw 0 0 7vw;
  }
  .page-header.has-image p {
    max-width: unset;
  }
  .page-header.has-image .header-content div:first-of-type {
    padding-right: 7vw;
  }
  .page-header.has-image .header-content div:last-of-type img {
    width: 100%;
  }
  .page-header.bg-acquia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    will-change: transform;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  }
  .page-header.bg-acquia button {
    width: 18px;
    height: 18px;
    margin: 5px 0;
    background: url('../images/icons/icn-close.svg') no-repeat center center;
    background-size: contain;
    filter: brightness(0);
    border: 0;
    transform: rotate(0) scale(1) translateY(-30px);
    will-change: transform;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.5s;
  }
  .page-header.bg-acquia button:hover,
  .page-header.bg-acquia button:focus {
    transform: rotate(0) scale(0.9) translateY(-30px);
  }
  .page-header.bg-acquia .header-content {
    will-change: opacity;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  }
  .page-header.bg-acquia.minimised {
    padding: 0 7vw;
    height: 50px;
  }
  .page-header.bg-acquia.minimised button {
    transform: rotate(45deg) scale(1) translateY(0);
  }
  .page-header.bg-acquia.minimised button:hover,
  .page-header.bg-acquia.minimised button:focus {
    transform: rotate(45deg) scale(0.9) translateY(0);
  }
  .page-header.bg-acquia.minimised .header-content {
    opacity: 0;
    display: none;
  }
  .breadcrumbs {
    padding: 4vw 7vw 3vw 7vw;
  }
  .breadcrumbs ul li {
    margin: 0;
    margin-right: 30px;
    padding-left: 0;
    display: flex;
    align-items: center;
  }
  .breadcrumbs ul li:after {
    background-size: contain;
    width: 10px;
    height: 12px;
    top: unset;
  }
  .breadcrumbs ul li:last-of-type {
    display: none;
  }
  .breadcrumbs ul li:nth-child(2):after {
    display: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    pointer-events: all;
    position: absolute;
    width: 34px;
    height: 30px;
    background-size: cover !important;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none;
  }
  .swiper-button-prev {
    background: url('../images/icons/icn-arrow-red-left.svg') no-repeat center center;
  }
  .swiper-button-next {
    background: url('../images/icons/icn-arrow-red-right.svg') no-repeat center center;
  }
  .swiper-pagination {
    bottom: 10vw;
  }
  .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    border: 3px solid #000000;
    width: 15px;
    height: 15px;
    will-change: transform;
    margin-right: 5vw !important;
    opacity: 1;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  }
  .swiper-pagination .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
  }
  .swiper-pagination .swiper-pagination-bullet:hover,
  .swiper-pagination .swiper-pagination-bullet:focus {
    border: 3px solid #00A796;
    transform: scale(1);
  }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 3px solid #00A796;
    transform: scale(1.5);
  }
  .home-banner-carousel {
    padding: 0;
  }
  .home-banner-carousel h2 {
    font-size: 11.16vw;
    line-height: 12.17vw;
    max-width: 100%;
    margin-bottom: 10vw;
  }
  .home-banner-carousel p {
    font-size: 3.65vw;
    line-height: 5.68vw;
    margin-bottom: 5vw;
  }
  .home-banner-carousel .swiper-slide {
    padding: 10vw 7vw 15vw 7vw;
    height: 90vh;
  }
  .home-banner-carousel .swiper-slide img {
    height: 100%;
    width: 100%;
    object-position: 100% 85%;
    object-fit: cover;
  }
  .home-banner-carousel .swiper-slide video,
  .home-banner-carousel .swiper-slide iframe {
    width: 100%;
    max-width: 100vw;
    max-height: 50vw;
    height: 100%;
    position: relative;
    top: unset;
    bottom: 0;
    left: 0;
    z-index: 1;
    object-fit: contain;
    margin-top: 30px;
  }
  .home-banner-carousel .swiper-nav-buttons {
    position: absolute;
    padding: 0 11.5vw;
    bottom: 158px;
    pointer-events: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: none;
  }
  .home-banner-carousel .swiper-nav-buttons .swiper-button-prev,
  .home-banner-carousel .swiper-nav-buttons .swiper-button-next {
    pointer-events: all;
    position: relative;
    width: 34px;
    height: 30px;
    background-size: cover !important;
  }
  .home-banner-carousel .swiper-nav-buttons .swiper-button-prev:after,
  .home-banner-carousel .swiper-nav-buttons .swiper-button-next:after {
    display: none;
  }
  .home-banner-carousel .swiper-nav-buttons .swiper-button-prev {
    background: url('../images/icn-banner-arrow-left.svg') no-repeat center center;
  }
  .home-banner-carousel .swiper-nav-buttons .swiper-button-next {
    background: url('../images/icn-banner-arrow-right.svg') no-repeat center center;
  }
  .home-banner-carousel .swiper-pagination {
    bottom: 3vw;
  }
  @keyframes progressBar {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .home-banner-carousel .swiper-pagination .bullet-holder {
    display: flex;
    padding: 0 6vw;
  }
  .home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet {
    display: inline-flex;
    height: fit-content;
    width: 100%;
    border-radius: 0;
    background: transparent;
    margin-right: 20px !important;
    position: relative;
    padding-top: 25px;
    cursor: pointer;
    opacity: 1;
    border: 0;
  }
  .home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet:last-of-type {
    margin-right: 0 !important;
  }
  .home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #ffffff94;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    z-index: 1;
  }
  .home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 0;
    background: #5F3EEB;
    will-change: transform;
    border-radius: 15px;
    z-index: 2;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  }
  .home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet .description {
    display: none;
  }
  .home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet.active .description {
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
  }
  .home-banner-carousel .swiper-pagination .bullet-holder .swiper-pagination-bullet.active:after {
    animation-name: progressBar;
    animation-duration: 9.5s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate ;
    animation-fill-mode: forwards;
  }
  .home-banner-carousel .scroll-downs {
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
    transform: scale(0.8);
    display: none;
  }
  .home-banner-carousel .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
  }
  .home-banner-carousel .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
  }
  .stories-holder {
    margin: 0;
    padding: 0;
  }
  .stories-holder .swiper-stories {
    overflow: hidden;
    max-width: 100vw;
    width: 100%;
    min-height: 120vw;
  }
  .stories-holder .swiper-stories .swiper-slide {
    transform: scale(1);
    background: #F0F1F2;
    padding: 10vw;
    bottom: 0;
  }
  .stories-holder .swiper-stories .swiper-slide p {
    max-height: 160px;
  }
  .stories-holder .swiper-stories .swiper-slide .profile-pic {
    width: 190px;
    height: 190px;
    shape-outside: circle(50%);
    clip-path: circle(50%);
    margin-bottom: 40px;
    background: #ffffff;
    display: flex;
  }
  .stories-holder .swiper-stories .swiper-slide .profile-pic img {
    object-fit: cover;
    width: 100%;
  }
  .stories-holder .swiper-stories .swiper-slide .profile-pic,
  .stories-holder .swiper-stories .swiper-slide .slide-info {
    position: relative;
    z-index: 1;
  }
  .stories-holder .swiper-stories .swiper-slide:after {
    content: '';
    background: transparent linear-gradient(180deg, #8577FC96 0%, #B0A8FAE2 11%, #CECAF8 23%, #E8E8F7 38%, #EFEFF6 61%, #F0F1F2 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 0;
    display: block;
    will-change: height;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.8s;
  }
  .stories-holder .swiper-stories .swiper-slide.swiper-slide-active {
    bottom: 0;
    padding: 10vw;
  }
  .stories-holder .swiper-stories .swiper-slide.swiper-slide-active:after {
    height: 100%;
  }
  .stories-holder .swiper-stories .swiper-slide.swiper-slide-active p {
    max-height: 160px;
  }
  .stories-holder .swiper-stories .swiper-pagination {
    bottom: 10vw;
  }
  .stories-holder .swiper-stories .swiper-button-prev,
  .stories-holder .swiper-stories .swiper-button-next {
    top: unset;
    bottom: 10vw;
  }
  .stories-holder .swiper-stories .swiper-button-prev:after,
  .stories-holder .swiper-stories .swiper-button-next:after {
    display: none;
  }
  .stories-holder .swiper-stories .swiper-button-prev {
    left: 7vw;
  }
  .stories-holder .swiper-stories .swiper-button-next {
    right: 7vw;
  }
  .partners {
    padding: 14vw 7vw 20vw 7vw;
  }
  .partners .section-intro h2 {
    font-size: 9.13vw;
    line-height: 10.14vw;
  }
  .partners .partners-holder {
    overflow: hidden;
    padding-bottom: 10vw;
  }
  .partners .partners-holder .swiper-pagination {
    bottom: 16vw;
  }
  .partners .partners-holder .swiper-button-prev,
  .partners .partners-holder .swiper-button-next {
    top: unset;
    bottom: 16vw;
  }
  .partners .partners-holder .swiper-button-prev {
    left: 7vw;
  }
  .partners .partners-holder .swiper-button-next {
    right: 7vw;
  }
  .content-slider .swiper-content {
    overflow: hidden;
    padding-bottom: 10vw;
  }
  .content-slider .swiper-content .swiper-slide {
    opacity: 1;
  }
  .content-slider .swiper-content .swiper-pagination {
    bottom: 6vw;
  }
  .content-slider .swiper-content .swiper-button-prev,
  .content-slider .swiper-content .swiper-button-next {
    top: unset;
    bottom: 6vw;
  }
  .content-slider .swiper-content .swiper-button-prev {
    left: 7vw;
  }
  .content-slider .swiper-content .swiper-button-next {
    right: 7vw;
  }
  .recommended-content-slider .swiper-recommended-content {
    overflow: hidden;
    padding-bottom: 6vw;
  }
  .recommended-content-slider .swiper-recommended-content .swiper-slide {
    opacity: 1;
  }
  .recommended-content-slider .swiper-recommended-content .swiper-slide .tr-card.card-alt {
    min-height: 76vw;
  }
  .recommended-content-slider .swiper-recommended-content .swiper-pagination {
    bottom: 6vw;
  }
  .recommended-content-slider .swiper-recommended-content .swiper-button-prev,
  .recommended-content-slider .swiper-recommended-content .swiper-button-next {
    top: unset;
    bottom: 6vw;
  }
  .recommended-content-slider .swiper-recommended-content .swiper-button-prev {
    left: 7vw;
  }
  .recommended-content-slider .swiper-recommended-content .swiper-button-next {
    right: 7vw;
  }
  .title-paragraph-split h2,
  .title-paragraph-split h1 {
    font-size: 11.16vw;
    line-height: 12.17vw;
    font-weight: 900;
  }
  .statistics .statistics-block {
    padding: 60px 40px;
    margin-top: 5vw;
    width: 100%;
  }
  .statistics .statistics-block .statistic-info {
    flex-direction: column;
    min-height: unset;
  }
  .statistics .statistics-block .statistic-info h2 {
    margin: 0 0 30px 0;
  }
  .statistics .statistics-block .statistic-info p {
    font-size: 5.07vw;
    line-height: 7.1vw;
  }
  .how-we-can-help .help-block-holder .help-block {
    background: #ffffff;
    padding: 0;
    width: 100%;
    margin-right: 0;
    margin-top: 5vw;
  }
  .how-we-can-help .help-block-holder .help-block .help-info {
    padding: 10vw;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 330px;
  }
  .how-we-can-help .help-block-holder .help-block .help-info h3 {
    font-size: 9.13vw;
    line-height: 10.14vw;
    margin-bottom: 7vw;
  }
  .how-we-can-help .help-block-holder .help-block .help-info .btn-primary {
    position: relative;
    bottom: unset;
    left: unset;
  }
  .title-article h1 {
    font-size: 10.14vw;
    line-height: 11.16vw;
    max-width: 100%;
    margin-bottom: 3vw;
    margin-top: 5vw;
    overflow-wrap: break-word;
  }
  .title-article .header-intro p {
    padding-right: 0;
  }
  .title-article .article-header {
    margin-bottom: 0;
  }
  .title-article .article-tags {
    margin-bottom: 5vw;
    flex-wrap: wrap;
  }
  .title-article .article-tags a {
    margin: 0 3vw 3vw 0;
  }
  .title-article .article-tags a:last-of-type {
    margin: 0 3vw 3vw 0;
  }
  .title-article .article-category {
    font-size: 12px;
    line-height: 13px;
  }
  .content-image-info-section .text-holder {
    padding: 0 !important;
  }
  .content-image-info-section.left-image .image-holder {
    margin-bottom: 10vw;
  }
  .content-image-info-section.left-image .content-area p {
    padding: 0;
  }
  .content-image-info-section.right-image .image-holder {
    margin-top: 10vw;
  }
  .content-image-info-section.right-image .content-area p {
    padding: 0;
  }
  .content-image-info-cta-section h2 {
    font-size: 9.13vw;
    line-height: 10.14vw;
  }
  .content-image-info-cta-section.left-image .text-holder {
    padding: 0;
  }
  .content-image-info-cta-section.left-image .image-holder {
    margin-bottom: 10vw;
  }
  .content-image-info-cta-section.left-image .content-area p {
    padding: 0;
  }
  .content-image-info-cta-section.right-image .image-holder {
    margin-top: 10vw;
  }
  .content-image-info-cta-section.right-image .text-holder {
    padding: 0;
  }
  .content-image-info-cta-section.right-image .content-area p {
    padding: 0;
  }
  .content-video-section video,
  .content-video-section iframe {
    width: 100vw;
    min-height: 40vw;
    margin: 0 -7vw;
  }
  .content-image-info-cta-section video,
  .content-image-info-cta-section iframe {
    width: 100vw;
    min-height: 40vw;
    margin: 0 -7vw;
  }
  .question-cta-options .cta-content h3 {
    margin-bottom: 10vw;
  }
  .question-cta-options .cta-content .cta-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .question-cta-options .cta-content .cta-links a {
    margin: 0 0 5vw 0;
    max-width: 210px;
  }
  .question-cta-options .cta-content .cta-links a.btn-tertiary {
    max-width: 210px;
  }
  .question-cta-options .cta-content .cta-links a.btn-tertiary:after {
    filter: brightness(0);
    right: 20px;
  }
  .question-cta-options .cta-content .cta-links a:last-of-type {
    margin: 0;
  }
  .tools-resources-blog .filter-bar {
    margin: 0 0 10vw 0;
  }
  .tools-resources-blog .filter-bar .filter-options {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tools-resources-blog .filter-bar .filter-options .filter-type {
    margin-bottom: 2.5vw;
    font-size: 3vw;
    line-height: 4vw;
  }
  .tools-resources-blog .filter-bar .sorting-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5vw;
  }
  .tools-resources-blog .filter-bar .sorting-select .select-holder {
    margin-right: 0;
  }
  .tools-resources-blog .filter-bar .sorting-select select {
    width: 100%;
    margin-right: 0;
  }
  .tr-card {
    max-width: 768px;
  }
  .tr-card .card-details h3 {
    font-size: 5.7vw;
    line-height: 7vw;
  }
  .error-splash {
    padding: 10vw 0 0 7vw;
  }
  .error-splash .row {
    align-items: center;
  }
  .error-splash .row div:first-of-type {
    padding-right: 7vw;
  }
  .error-splash h1 {
    margin-bottom: 38px;
    margin-top: 0;
  }
  .error-splash img {
    width: 100%;
  }
  .share-modal-holder .share-modal {
    padding: 10vw;
    max-width: 90vw;
  }
  .share-modal-holder .share-modal .share-options {
    flex-direction: column;
  }
  .share-modal-holder .share-modal .share-options a {
    margin: 0 0 3vw 0;
  }
  .share-modal-holder .share-modal .share-options a:after {
    top: unset;
    right: -120px;
    width: 100px;
  }
  .share-modal-holder .share-modal .share-options a:last-of-type {
    margin: 0;
  }
  .share-modal-holder .share-modal .share-options {
    margin-bottom: 10vw;
  }
  .quickscan {
    padding: 0 7vw;
  }
  .quickscan .steps-header-mobile {
    overflow-x: scroll;
    padding: 14vw 7vw;
    pointer-events: none;
    margin: 0 -7vw;
  }
  .quickscan .steps-header-mobile::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .quickscan .steps-header {
    width: 550vw;
    padding-right: 55vw;
  }
  .quickscan .steps-header:before {
    width: 85%;
  }
  .quickscan .steps-header:after {
    width: 85%;
  }
  .quickscan .steps-header .step p {
    font-size: 3.25vw;
    line-height: 5.68vw;
  }
  .quickscan .steps-form {
    padding: 2vw 7vw;
  }
  .quickscan .steps-form .form-section {
    padding-bottom: 10vw;
  }
  .quickscan .steps-form .form-section .field {
    margin-bottom: 15vw;
  }
  .quickscan .steps-form .form-section .field label {
    font-size: 8.11vw;
    line-height: 9.13vw;
    margin-bottom: 3vw;
  }
  .quickscan .steps-form .form-section .field .select-holder {
    max-width: 100%;
  }
  .quickscan .steps-form .form-section .field .error {
    bottom: -65px;
    font-size: 2.84vw;
    line-height: 3.85vw;
  }
  .webform-submission-form {
    padding: 0 0 7vw 0;
    overflow: hidden;
  }
  .webform-submission-form .webform-progress {
    overflow-x: scroll;
    pointer-events: none;
  }
  .webform-submission-form .webform-progress ul.progress-tracker {
    margin: 80px auto;
    padding: 0;
    position: relative;
    left: 0;
    width: 600vw;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li {
    position: relative;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 47vw;
    top: 23px;
    z-index: 5;
    background: url('../images/icons/icn-pen.svg') no-repeat center center;
    background-size: contain !important;
    filter: brightness(100);
    -webkit-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
    -khtml-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
    -moz-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
    transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li .progress-marker {
    display: flex;
    position: relative;
    align-items: center;
    z-index: 1;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li .progress-marker:before {
    content: '';
    width: 74px;
    height: 74px;
    background: #7E8183;
    border: 5px solid #ffffff;
    z-index: 1;
    -webkit-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
    -khtml-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
    -moz-transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
    transition: all cubic-bezier(0, 0.74, 0.27, 1.41) 0.6s;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li .progress-marker:after {
    top: unset;
    background: #DDDDDD;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li .progress-text {
    display: block;
    will-change: transform;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.6s;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li .progress-text .progress-title {
    font-size: 4.65vw;
    line-height: 5.87vw;
    position: relative;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li:last-of-type:before {
    background: url('../images/icons/icn-results.svg') no-repeat center center;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-complete:before {
    filter: brightness(100);
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-complete .progress-marker:before {
    background: #8A71FF;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-complete .progress-marker:after {
    background: #8A71FF;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-active:before {
    filter: brightness(1);
    width: 45px;
    height: 45px;
    top: 15px;
    left: 46vw;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-active .progress-marker:before {
    transform: scale(1.5);
    background: #ffffff;
    border: 3px solid #8A71FF;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-active .progress-text {
    transform: translateY(20px);
  }
  .webform-submission-form .fieldset-legend {
    font-size: 5.11vw;
    line-height: 7.13vw;
    font-weight: 900;
    margin-bottom: 3vw;
    display: block;
    padding: 5vw 15vw;
  }
  .webform-submission-form .fieldset-wrapper,
  .webform-submission-form .fieldset-legend {
    padding: 7vw;
  }
  .webform-submission-form .fieldset-legend {
    padding: 0 7vw;
  }
  .webform-submission-form .js-form-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5vw;
  }
  .webform-submission-form .js-form-item label {
    font-size: 3.25vw;
    line-height: 5.68vw;
    font-weight: 500;
    margin-bottom: 0;
  }
  .webform-submission-form .js-form-item input {
    margin-right: 5vw;
  }
  .webform-submission-form .js-form-item .description {
    width: 100%;
    padding: 3vw 7vw 1vw 9vw;
    overflow: hidden;
    font-size: 2.84vw;
    line-height: 3.85vw;
    margin: 0;
    height: 100%;
    max-height: 40px;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.7s;
  }
  .webform-submission-form .js-form-item .description span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    height: 20px;
    cursor: pointer;
  }
  .webform-submission-form .js-form-item .description span:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffffff url(../images/icons/icn-dropdown.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    -khtml-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    -moz-transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
    transition: all cubic-bezier(0.34, 0.57, 0.21, 0.99) 0.4s;
  }
  .webform-submission-form .js-form-item .description.active {
    max-height: max-content;
  }
  .webform-submission-form .js-form-item .description.active span:after {
    transform: rotate(180deg);
  }
  .webform-submission-form input[type="radio"],
  .webform-submission-form input[type="checkbox"] {
    width: 1.2em;
    height: 1.2em;
    accent-color: #00A796;
  }
  .webform-submission-form input[type="radio"]:hover,
  .webform-submission-form input[type="checkbox"]:hover,
  .webform-submission-form input[type="radio"]:focus,
  .webform-submission-form input[type="checkbox"]:focus {
    accent-color: #D1351A;
  }
  .webform-submission-form .webform-button--next,
  .webform-submission-form .webform-button--submit {
    margin-left: 7vw;
    float: none;
  }
  .webform-submission-form .webform-button--previous {
    margin-left: 7vw;
  }
  #sliding-popup #popup-text {
    margin-bottom: 5vw;
  }
  #sliding-popup .eu-cookie-compliance-content {
    padding: 5vw 7vw;
    display: inline-block;
  }
  #sliding-popup .eu-cookie-compliance-content .agree-button:after,
  #sliding-popup .eu-cookie-compliance-content .decline-button:after {
    width: 14px !important;
    height: 14px !important;
  }
  .padded-slider {
    padding-bottom: 15vw;
  }
  .padded-slider .swiper-pagination {
    bottom: 3%;
  }
  .padded-slider .swiper-button-prev,
  .padded-slider .swiper-button-next {
    top: unset;
    bottom: 3%;
  }
  .padded-slider .swiper-button-prev {
    left: 7vw;
  }
  .padded-slider .swiper-button-next {
    right: 7vw;
  }
}
@media screen and (min-width: 500px) and (max-width: 820px) {
  h1 {
    font-size: 55px;
    line-height: 60px;
    font-style: normal;
  }
  h2 {
    font-size: 45px;
    line-height: 50px;
    font-style: normal;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 40px;
    line-height: 45px;
    font-style: normal;
  }
  h4 {
    font-size: 30px;
    line-height: 35px;
    font-style: normal;
  }
  h5 {
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
  }
  h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  p,
  li,
  a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
  }
  p strong,
  li strong,
  a strong,
  p b,
  li b,
  a b {
    font-weight: 600;
    font-style: normal;
  }
  p,
  ul,
  ol {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10vw;
    font-weight: 300;
  }
  footer .left-panel .footer-link {
    text-decoration: none;
    margin: 5vw 0 10vw 0;
    font-size: 3vw;
  }
  .layout-content {
    margin-top: 19.3vw;
  }
  .tr-card {
    max-width: 335px;
  }
  .question-cta-options .cta-content .cta-links a {
    margin: 0 0 5vw 0;
    max-width: 225px;
  }
  .webform-submission-form .fieldset-legend {
    font-size: 4.11vw;
    line-height: 5.13vw;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-active:before {
    filter: brightness(1);
    width: 45px;
    height: 45px;
    top: 15px;
    left: 47.3vw;
  }
  .eu-cookie-compliance-message {
    float: none !important;
    margin: 5px 0 0;
    max-width: 100% !important;
  }
  .eu-cookie-compliance-buttons {
    float: none  !important;
    margin: 0 0 1em 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 416px) and (max-width: 499px) {
  .how-we-can-help .help-block-holder .help-block .help-info {
    min-height: 400px;
  }
}
@media screen and (min-width: 391px) and (max-width: 415px) {
  .home-banner-carousel .swiper-slide {
    padding: 10vw 7vw 80vw 7vw;
    height: 91vh;
  }
  .breadcrumbs {
    padding: 6vw 7vw 3vw 7vw;
  }
}
@media screen and (min-width: 376px) and (max-width: 391px) {
  .home-banner-carousel .swiper-slide {
    padding: 10vw 7vw 80vw 7vw;
    height: 91vh;
  }
  .breadcrumbs {
    padding: 7vw 7vw 3vw 7vw;
  }
}
@media screen and (min-width: 321px) and (max-width: 376px) and (device-height: 667px) {
  .home-banner-carousel h2 {
    font-size: 9.16vw;
    line-height: 9.17vw;
    max-width: 100%;
    margin-bottom: 10vw;
  }
  .home-banner-carousel .swiper-pagination {
    position: relative;
    bottom: 8vw;
  }
  .home-banner-carousel .swiper-slide {
    padding: 10vw 7vw 80vw 7vw;
    height: 90vh;
  }
  .breadcrumbs {
    padding: 8vw 7vw 3vw 7vw;
  }
  .share-modal-holder .share-modal .share-options a {
    width: 61px;
    height: 61px;
  }
  .webform-submission-form .webform-progress ul.progress-tracker li.is-active:before {
    left: 45vw;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
  .home-banner-carousel .swiper-pagination {
    position: relative;
    bottom: 8vw;
  }
  .home-banner-carousel h2 {
    font-size: 9.16vw;
    line-height: 9.17vw;
    max-width: 100%;
    margin-bottom: 10vw;
  }
  .home-banner-carousel .swiper-slide {
    padding: 15vw 7vw 15vw 7vw;
  }
  .layout-content {
    margin-top: 53px;
    margin-top: 28.3vw;
  }
}
/*# sourceMappingURL=styles.css.map */