/* font-family: 'Epilogue', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Medium.eot');
  src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Medium.woff2') format('woff2'), url('../fonts/CircularStd-Medium.woff') format('woff'), url('../fonts/CircularStd-Medium.ttf') format('truetype'), url('../fonts/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Black.eot');
  src: url('../fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Black.woff2') format('woff2'), url('../fonts/CircularStd-Black.woff') format('woff'), url('../fonts/CircularStd-Black.ttf') format('truetype'), url('../fonts/CircularStd-Black.svg#CircularStd-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Bold.eot');
  src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Bold.woff2') format('woff2'), url('../fonts/CircularStd-Bold.woff') format('woff'), url('../fonts/CircularStd-Bold.ttf') format('truetype'), url('../fonts/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std Book';
  src: url('../fonts/CircularStd-Book.eot');
  src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularStd-Book.woff2') format('woff2'), url('../fonts/CircularStd-Book.woff') format('woff'), url('../fonts/CircularStd-Book.ttf') format('truetype'), url('../fonts/CircularStd-Book.svg#CircularStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularSpotifyText-Light.eot');
  src: url('../fonts/CircularSpotifyText-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/CircularSpotifyText-Light.woff2') format('woff2'), url('../fonts/CircularSpotifyText-Light.woff') format('woff'), url('../fonts/CircularSpotifyText-Light.ttf') format('truetype'), url('../fonts/CircularSpotifyText-Light.svg#CircularSpotifyText-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/SofiaPro-Bold.eot');
  src: url('../fonts/SofiaPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SofiaPro-Bold.woff2') format('woff2'), url('../fonts/SofiaPro-Bold.woff') format('woff'), url('../fonts/SofiaPro-Bold.ttf') format('truetype'), url('../fonts/SofiaPro-Bold.svg#SofiaPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Variables */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes shake-Y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes shake-Y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.shake-Y {
  -webkit-animation-name: shake-Y;
  animation-name: shake-Y;
}
@-webkit-keyframes shake-X {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shake-X {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.shake-X {
  -webkit-animation-name: shake-X;
  animation-name: shake-X;
}
.wysiwyng h1, .wysiwyng h2, .wysiwyng h3, .wysiwyng h4, .wysiwyng h5, .wysiwyng h6 {
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .wysiwyng h1, .wysiwyng h2, .wysiwyng h3, .wysiwyng h4, .wysiwyng h5, .wysiwyng h6 {
    margin-bottom: 30px;
  }
}
.wysiwyng h1 {
  font-size: 4rem;
  font-weight: 900;
}
@media (max-width: 991px) {
  .wysiwyng h1 {
    font-size: 2.5rem;
  }
}
.wysiwyng h2 {
  font-size: 3.6rem;
}
.wysiwyng h3 {
  font-size: 2.7rem;
}
@media (max-width: 991px) {
  .wysiwyng h3 {
    font-size: 2rem;
  }
}
.wysiwyng h4 {
  font-size: 2rem;
}
.wysiwyng h5 {
  font-size: 1.8rem;
}
.wysiwyng h6 {
  font-size: 1.6rem;
}
.wysiwyng p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 4rem;
  font-family: 'Epilogue', sans-serif;
}
.wysiwyng p a {
  color: inherit;
  text-decoration: none;
}
.wysiwyng ul li, .wysiwyng ol li {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.wysiwyng figure {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .wysiwyng figure {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 479px) {
  .wysiwyng figure {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.wysiwyng figure img {
  width: 100%;
}
/* typography */
p {
  font-size: 1.4rem;
  margin-bottom: 2.5rem;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2.8rem;
}
h4 {
  font-size: 2.5rem;
}
h5 {
  font-size: 2rem;
}
h6 {
  font-size: 1.8rem;
}
.title {
  margin-top: 0;
  font-weight: 900;
  color: #17457A;
  font-family: 'Circular Std';
}
.title--xl {
  font-size: 4rem;
  margin-bottom: 3.4rem;
}
.title--md-lg {
  font-size: 2.8rem;
}
.title--md {
  font-size: 2.5rem;
}
.title--md-sm {
  font-size: 1.8rem;
}
.title--sm {
  font-size: 1.6rem;
}
/* Global */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b, strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button, input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button, select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* Reset */
html, body {
  font-size: 10px;
  line-height: 1.6;
  font-weight: 400;
  color: #17457A;
  font-family: 'Circular Std';
}
.page-wrapper {
  overflow-x: hidden;
}
p {
  font-size: 1.4rem;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  font-size: inherit;
}
span, div, section {
  font-size: 1.4rem;
}
.back-to-top {
  right: 50px;
  width: 50px;
  bottom: 50px;
  opacity: 0;
  height: 50px;
  z-index: 999;
  display: flex;
  position: fixed;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  cursor: pointer;
  background-color: #17457A;
  box-shadow: 0 5px 10px rgba(243, 134, 121, 0.7);
}
.back-to-top svg {
  width: 25px;
  height: 25px;
}
.back-to-top.active {
  opacity: 1;
}
.circle-filled {
  width: 8.5rem;
  height: 8.5rem;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(195, 208, 225, 0.2);
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .container--md {
    max-width: 1090px;
  }
}
.dots {
  z-index: -1;
  width: 414px;
  height: 164px;
  position: absolute;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  animation: shake-X 8s infinite;
}
.dots--right {
  right: 0;
}
.slider-dots .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 13px;
}
@media (max-width: 767px) {
  .slider-dots .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 9px;
  }
}
.slider-dots .slick-dots li:first-child {
  margin-left: 0;
}
.slider-dots .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #C3D0E1;
}
.slider-dots .slick-dots li button:before {
  display: none;
}
.slider-dots .slick-dots li.slick-active button {
  background-color: #17457A;
}
.list-social {
  display: flex;
  align-items: center;
}
.list-social li {
  margin-right: 2.5rem;
}
.list-social li:last-child {
  margin-right: 0;
}
.list-social li a:hover svg {
  fill: #F37D6F;
}
.list-social li a:hover svg path {
  fill: inherit;
}
.pipe-shape {
  z-index: -1;
  position: absolute;
  background-color: #F1F5F8;
}
.pipe-shape--radius-left {
  border-top-left-radius: 99em;
  border-bottom-left-radius: 99em;
}
.pipe-shape--radius-right {
  border-top-right-radius: 99em;
  border-bottom-right-radius: 99em;
}
.header-fixed-padding {
  padding-top: 20rem;
}
.circle-border {
  z-index: -1;
  width: 17.4rem;
  height: 17.4rem;
  position: absolute;
  border-radius: 100%;
  animation: shake-Y 8s infinite;
  border: 8.8px solid #F1F5F8;
}
.circle-border--left {
  left: 0;
}
.circle-border--red {
  width: 14rem;
  height: 14rem;
  border-color: #F37D6F;
}
.circle-border--right {
  right: 0;
}
.circle-shape-group {
  position: absolute;
}
.circle-shape-group .circle-author-img {
  width: 9.8rem;
  display: block;
  height: 9.8rem;
  border-radius: 100%;
}
label.error {
  color: #ff0000 !important;
}
.gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}
.gutter-25 [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.gutter-20 [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
#loading-image {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
#loading-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Buttons */
.button {
  overflow: hidden;
  font-size: 1.7rem;
  text-align: center;
  border-radius: 4px;
  position: relative;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 1.15rem 2rem;
  font-family: 'Sofia Pro';
  border: 1px solid #F37D6F;
  background-color: #F37D6F;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.button:hover {
  color: #F37D6F;
  background-color: transparent;
}
.button--large {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 479px) {
  .button--large {
    max-width: 243px;
  }
}
.button--outline {
  color: #F37D6F;
  background-color: transparent;
}
.button--outline:hover {
  color: #ffffff;
  background-color: #F37D6F;
}
.button--outline:hover:after {
  width: 135%;
  height: 100%;
}
.button-dark {
  overflow: hidden;
  font-size: 1.7rem;
  text-align: center;
  border-radius: 4px;
  position: relative;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding: 1.15rem 2rem;
  font-family: 'Sofia Pro';
  border: 1px solid #17457A;
  background-color: #17457A;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.button-dark:hover {
  color: #17457A;
  background-color: transparent;
}
.button-dark-outline {
  line-height: 1;
  overflow: hidden;
  font-size: 1.7rem;
  text-align: center;
  border-radius: 4px;
  position: relative;
  padding: 1.27rem 3rem;
  display: inline-block;
  text-decoration: none;
  color: #17457A;
  font-family: 'Sofia Pro';
  background-color: transparent;
  border: 1px solid #17457A;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.button-dark-outline:hover {
  color: #ffffff;
  background-color: #17457A;
}
.button-light-outline {
  line-height: 1;
  overflow: hidden;
  font-size: 1.7rem;
  text-align: center;
  border-radius: 4px;
  position: relative;
  padding: 1.55rem 3rem;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Sofia Pro';
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.button-light-outline .button__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.6rem;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.button-light-outline .button__icon svg {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.button-light-outline:hover {
  color: #17457A;
  background-color: #ffffff;
}
.button-light-outline:hover .button__icon svg {
  fill: #17457A;
}
.button-light-outline:hover .button__icon svg path {
  fill: inherit;
}
/* Form */
.form-group {
  margin-bottom: 1.5em;
}
.form-input {
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  border-radius: 4px;
  font-weight: normal;
  padding: 1.5rem 3rem;
  color: #17457A;
  font-family: 'Circular Std';
  border: 1px solid #C3D0E1;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
.form-input.placeholder {
  color: #17457A;
}
.form-input:-moz-placeholder {
  color: #17457A;
}
.form-input::-moz-placeholder {
  color: #17457A;
}
.form-input:-ms-input-placeholder {
  color: #17457A;
}
.form-input::-webkit-input-placeholder {
  color: #17457A;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-select {
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  border-radius: 4px;
  font-weight: normal;
  padding: 1.5rem 3rem;
  color: #17457A;
  font-family: 'Circular Std';
  border: 1px solid #C3D0E1;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
.form-select--without-arrow {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: none;
}
.form-textarea {
  width: 100%;
  font-size: 1.6rem;
  border-radius: 4px;
  font-weight: normal;
  padding: 1.5rem 3rem;
  color: #17457A;
  font-family: 'Circular Std';
  border: 1px solid #C3D0E1;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
.form-textarea.placeholder {
  color: #17457A;
}
.form-textarea:-moz-placeholder {
  color: #17457A;
}
.form-textarea::-moz-placeholder {
  color: #17457A;
}
.form-textarea:-ms-input-placeholder {
  color: #17457A;
}
.form-textarea::-webkit-input-placeholder {
  color: #17457A;
}
/* Header */
.header {
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  position: fixed;
  padding: 1.9rem 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .header {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
.header__container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .header__container {
    max-width: 1200px;
    padding-right: 83px;
  }
}
@media (max-width: 1365px) {
  .header__container {
    max-width: 1140px;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .header__container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header__container {
    max-width: 740px;
  }
}
@media (max-width: 767px) {
  .header__container {
    max-width: 540px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header__inner {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__inner {
    width: 100%;
  }
}
.header__logo a {
  display: inline-block;
}
.header__logo a img {
  max-width: 128px;
}
.header__nav {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .header__nav {
    max-width: 76%;
    flex: 0 0 100%;
    margin-left: 4.8rem;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__nav {
    width: 100%;
    justify-content: space-between;
  }
}
.header__call-us {
  margin-right: 5.5rem;
}
.header__call-us a {
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.01em;
  color: #F37D6F;
}
.header__nav-toggle span {
  height: 3px;
  width: 31px;
  display: block;
  background-color: #17457A;
}
.header__nav-toggle span:nth-child(2) {
  margin-top: 5px;
}
.header__nav-toggle span:nth-child(3) {
  margin-top: 5px;
}
.header.active {
  background-color: #ffffff;
  box-shadow: 0px 10px 30px rgba(190, 211, 236, 0.26);
}
@media (min-width: 1200px) {
  .header.active {
    padding-top: 0;
    padding-bottom: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
  }
}
@media (max-width: 991px) {
  .header.active {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .header.active {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.header-landing {
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-landing {
    padding: 1.9rem 0;
  }
}
/* Nav */
@media (max-width: 767px) {
  .nav {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: unset;
    display: block;
    position: fixed;
    padding-top: 8rem;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    background-color: white;
  }
}
.nav__close {
  display: none;
}
@media (max-width: 767px) {
  .nav__close {
    top: 3rem;
    left: 3rem;
    display: block;
    position: absolute;
  }
}
.nav__list {
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .nav__list {
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    position: relative;
    overflow-x: hidden;
    flex-direction: column;
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  .nav__list li:first-child a {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .nav__list li:first-child a {
    padding-left: 3rem;
  }
}
.nav__list li a {
  font-weight: 500;
  font-size: 1.6rem;
  padding: 3rem 3.5rem;
  display: inline-block;
  color: #17457A;
  text-decoration: none;
  font-family: 'Circular Std';
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav__list li a {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 991px) {
  .nav__list li a {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .nav__list li a {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5em;
  }
}
.nav__list li a:hover {
  color: #F37D6F;
}
.nav__list .active a {
  color: #F37D6F;
}
body.menu-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  .nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }
}
/* Footer */
.footer {
  background-color: #17457A;
}
@media (max-width: 991px) {
  .footer .container {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .footer .container {
    max-width: 540px;
  }
}
.footer__top {
  padding-top: 5.3rem;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .footer__top {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .footer__top {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__menu-2 .footer__menu, .footer__menu-3 .footer__menu {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .footer__menu {
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    margin-bottom: 5rem;
  }
}
.footer__menu li {
  margin-bottom: 1.6rem;
}
@media (max-width: 991px) {
  .footer__menu li {
    margin-bottom: 1.8rem;
  }
}
.footer__menu li a {
  font-weight: 500;
  font-size: 1.4rem;
  display: inline-block;
  text-decoration: none;
  color: #F1F5F8;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.footer__menu li a:hover {
  color: #F37D6F;
}
.footer__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2.6rem;
  color: #F1F5F8;
}
.footer__bottom {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .footer__bottom {
    padding-bottom: 8rem;
  }
}
.footer__bottom p {
  font-weight: 450;
  font-size: 1.2rem;
  color: #C3D0E1;
}
.footer__list-inline {
  display: flex;
}
@media (max-width: 767px) {
  .footer__list-inline {
    margin-bottom: 4.5rem;
  }
}
.footer__list-inline li {
  margin-right: 5rem;
}
.footer__list-inline li:last-child {
  margin-right: 0;
}
.footer__list-inline li a {
  font-weight: 450;
  font-size: 1.2rem;
  color: #C3D0E1;
  display: inline-block;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.footer__list-inline li a:hover {
  color: #F37D6F;
}
/* Sections */
section {
  position: relative;
}
/* Banner */
.banner {
  padding-top: 10rem;
}
/* Vendors */
.vendor-logos {
  margin-top: 16rem;
  margin-bottom: 16rem;
}
@media (max-width: 1199px) {
  .vendor-logos {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}
@media (max-width: 991px) {
  .vendor-logos {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .vendor-logos {
    margin-bottom: 8rem;
  }
}
.vendor-logos__title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.vendor-logos__list {
  display: flex;
  margin-bottom: 0;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .vendor-logos__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .vendor-logos__list {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.vendor-logos__list li {
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .vendor-logos__list li {
    flex: 0 0 100%;
    padding-right: 0;
    max-width: 33.33%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 479px) {
  .vendor-logos__list li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.vendor-logos__list li:last-child {
  padding-right: 0;
}
/* Testimonial */
.testimonial {
  position: relative;
  padding-bottom: 13rem;
}
@media (max-width: 991px) {
  .testimonial {
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .testimonial {
    padding-bottom: 7rem;
  }
}
.testimonial .dots.dots--right {
  bottom: 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial .dots.dots--right {
    display: none;
  }
}
@media (max-width: 767px) {
  .testimonial .dots.dots--right {
    bottom: auto;
    top: 0;
    width: 65%;
  }
}
.testimonial__slider {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  padding-bottom: 30px;
}
.testimonial__item {
  padding-left: 1rem;
  position: relative;
  display: flex !important;
}
@media (max-width: 991px) {
  .testimonial__item {
    padding-top: 9rem;
  }
}
@media (max-width: 767px) {
  .testimonial__item {
    padding-top: 0;
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.testimonial__img {
  width: 100%;
  height: 25.5rem;
  max-width: 25.5rem;
  flex: 0 0 100%;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial__img {
    width: 6.8rem;
    height: 6.8rem;
    margin-bottom: 2rem;
  }
}
.testimonial__img:before {
  content: '';
  top: 0.3rem;
  left: -1rem;
  z-index: -1;
  width: 11.7rem;
  height: 11.7rem;
  position: absolute;
  border-radius: 100%;
  border: 0.8rem solid #F37D6F;
}
@media (max-width: 767px) {
  .testimonial__img:before {
    left: 0;
    width: 3.1rem;
    height: 3.1rem;
  }
}
.testimonial__img:after {
  content: '';
  bottom: 0;
  right: -10px;
  z-index: -1;
  width: 106.53px;
  height: 106.53px;
  position: absolute;
  border-radius: 100%;
  background: rgba(195, 208, 225, 0.2);
}
@media (max-width: 767px) {
  .testimonial__img:after {
    right: -5px;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.testimonial__img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  object-fit: cover;
}
.testimonial__body {
  max-width: 35rem;
  padding-top: 1.5rem;
  margin-left: 11rem;
}
@media (max-width: 991px) {
  .testimonial__body {
    margin-left: 7rem;
  }
}
@media (max-width: 767px) {
  .testimonial__body {
    margin-left: 0;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 2rem;
  }
}
.testimonial__body:after {
  top: 0;
  right: 2rem;
  content: '';
  width: 10rem;
  height: 8rem;
  position: absolute;
  z-index: -1;
  background: url(../images/quote.svg);
}
@media (max-width: 767px) {
  .testimonial__body:after {
    display: none;
  }
}
.testimonial__title {
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.9rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 991px) {
  .testimonial__title {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .testimonial__title {
    font-size: 2rem;
    margin-bottom: 1.7rem;
  }
}
.testimonial__author p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #F37D6F;
}
.testimonial__author-name {
  font-weight: 450;
  font-size: 1.5rem;
  line-height: 2.1rem;
  margin-bottom: 0.5rem;
  color: #17457A;
}
.testimonial .slick-dots {
  left: 0;
  bottom: 1.5rem;
  max-width: 90rem;
  text-align: left;
  margin-left: 37.5rem;
}
@media (max-width: 991px) {
  .testimonial .slick-dots {
    margin-left: 33.5rem;
  }
}
@media (max-width: 767px) {
  .testimonial .slick-dots {
    bottom: 0;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
/* Video */
.video {
  position: relative;
  padding-top: 17rem;
  padding-bottom: 13rem;
}
@media (max-width: 1199px) {
  .video {
    padding-bottom: 8rem;
  }
}
@media (max-width: 991px) {
  .video {
    padding-top: 20rem;
  }
}
@media (max-width: 767px) {
  .video {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 479px) {
  .video__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.video:before {
  content: '';
  left: 0;
  z-index: -1;
  top: -6.8rem;
  width: 31.3rem;
  height: 31.3rem;
  position: absolute;
  border-radius: 100%;
  background-color: #F1F5F8;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .video:before {
    top: 0;
    left: -6rem;
  }
}
@media (max-width: 767px) {
  .video:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .video__container {
    max-width: 1000px;
  }
}
.video__title {
  font-weight: 700;
  font-size: 2.75rem;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .video__title {
    max-width: 26rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .video__title {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 1.8rem;
    text-align: center;
  }
}
.video-box {
  text-align: center;
}
@media (max-width: 767px) {
  .video-box {
    margin-bottom: 3rem;
  }
}
.video-box__img {
  width: 100%;
  max-width: 357px;
  text-align: center;
  position: relative;
  border-radius: 2rem;
  display: inline-block;
  padding: 3rem 5.7rem 2.5rem;
  background-color: #FFF3F1;
}
.video-box__img img {
  border-radius: 1.2rem;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
.video-box__img:after {
  content: '';
  top: 50%;
  left: 49%;
  width: 63px;
  height: 63px;
  position: absolute;
  transform: translate(-50%, -50%);
  background: url(../images/icon-video.svg);
}
/* Video slider */
.video-large {
  position: relative;
  padding-bottom: 7rem;
}
@media (max-width: 1199px) {
  .video-large {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .video-large .container, .video-large .container-md {
    padding-left: 0;
    padding-right: 0;
  }
}
.video-large .video-slider {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .video-large .video-slider {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
}
.video-large .video-slider__video {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .video-large .video-slider__video {
    overflow: hidden;
    padding-top: 48rem;
    position: relative;
  }
}
.video-large .video-slider__video .video-play {
  top: 50%;
  left: 50%;
  z-index: 99;
  display: none;
  width: 14.8rem;
  height: 14.8rem;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .video-large .video-slider__video .video-play {
    width: 8.6rem;
    height: 8.6rem;
  }
}
@media (min-width: 768px) {
  .video-large .video-slider__video video {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
}
.video-large .video-slider__detail {
  max-width: 70%;
}
@media (max-width: 767px) {
  .video-large .video-slider__detail {
    display: none;
  }
}
.video-large .video-slider__detail h6 {
  font-size: 1.7rem;
  font-weight: normal;
  color: #17457A;
}
@media (max-width: 991px) {
  .video-large .video-slider__detail h6 {
    font-size: 1.6rem;
  }
}
.video-large .video-slider .slick-dots {
  right: 0;
  bottom: -3px;
  max-width: 30%;
  text-align: right;
}
@media (max-width: 767px) {
  .video-large .video-slider .slick-dots {
    display: none !important;
  }
}
.video-large .pipe-shape {
  right: 0;
  top: 1rem;
  width: 73%;
  z-index: -1;
  height: 100%;
  text-align: left;
  position: absolute;
  border-top-left-radius: 99em;
  border-bottom-left-radius: 99em;
  background: #F1F5F8;
}
@media (max-width: 991px) {
  .video-large .pipe-shape {
    top: 5.5rem;
    width: 102%;
    height: calc(100% - 5rem);
  }
}
@media (max-width: 767px) {
  .video-large .pipe-shape {
    width: 120%;
  }
}
/* CRM */
.how-we-work {
  padding-top: 13.8rem;
  padding-bottom: 15.5rem;
}
@media (max-width: 1199px) {
  .how-we-work {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .how-we-work {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  .how-we-work__container {
    max-width: 992px;
  }
}
.how-we-work__content .title {
  font-weight: 700;
  margin-bottom: 3.8rem;
}
@media (max-width: 767px) {
  .how-we-work__content .title {
    text-align: center;
  }
}
.how-we-work__content .subtitle {
  font-weight: 700;
  margin-bottom: 4.2rem;
}
@media (max-width: 767px) {
  .how-we-work__content .subtitle {
    max-width: 29rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .how-we-work__content .subtitle br {
    display: none;
  }
}
@media (max-width: 767px) {
  .how-we-work__content .button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .how-we-work__content .button {
    max-width: 240px;
    margin-left: 33px;
    margin-right: auto;
  }
}
.how-we-work__desc {
  max-width: 290px;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .how-we-work__desc {
    margin-left: auto;
    margin-right: auto;
  }
}
.how-we-work__desc p {
  line-height: 1.5;
}
.how-we-work__img {
  margin-top: -27rem;
  margin-left: 3rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .how-we-work__img {
    margin-left: 6rem;
  }
}
@media (max-width: 991px) {
  .how-we-work__img {
    margin-top: -10rem;
    margin-left: -4rem;
    margin-right: -12rem;
  }
}
@media (max-width: 767px) {
  .how-we-work__img {
    margin-left: 0;
    margin-right: 0;
    margin-top: -15px;
  }
}
@media (max-width: 479px) {
  .how-we-work__img {
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  .how-we-work__img img {
    width: 100%;
  }
}
.how-we-work .dots.dots--right {
  bottom: 27%;
}
@media (max-width: 1199px) {
  .how-we-work .dots.dots--right {
    width: 12%;
  }
}
@media (max-width: 991px) {
  .how-we-work .dots.dots--right {
    width: 6%;
    bottom: 22%;
  }
}
@media (max-width: 767px) {
  .how-we-work .dots.dots--right {
    display: none;
  }
}
/* What we do */
.what-we-do {
  padding-top: 12rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .what-we-do {
    padding-top: 7rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .what-we-do__container {
    max-width: 1200px;
  }
}
@media (max-width: 1365px) and (min-width: 1200px) {
  .what-we-do__container {
    max-width: 1140px;
  }
}
@media (max-width: 991px) {
  .what-we-do__container {
    max-width: 100%;
  }
}
.what-we-do-box {
  display: flex;
  margin-bottom: 14.5rem;
}
@media (max-width: 767px) {
  .what-we-do-box {
    flex-direction: column;
    margin-bottom: 9rem;
  }
}
.what-we-do-box:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .what-we-do-box:nth-child(even) {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .what-we-do-box:nth-child(even) .what-we-do-box__img {
    margin-left: 0;
    margin-right: -8%;
  }
}
@media (max-width: 767px) {
  .what-we-do-box:nth-child(even) .what-we-do-box__img {
    margin-left: -60px;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .what-we-do-box:nth-child(even) .what-we-do-box__img img {
    object-position: left;
  }
}
@media (max-width: 991px) {
  .what-we-do-box:nth-child(even) .what-we-do-box__content {
    margin-left: 6rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .what-we-do-box:nth-child(even) .what-we-do-box__content {
    margin-left: 4rem;
  }
}
.what-we-do-box__img {
  flex: 0 0 100%;
  max-width: 52.85%;
}
@media (max-width: 991px) {
  .what-we-do-box__img {
    margin-left: -8%;
  }
}
@media (max-width: 767px) {
  .what-we-do-box__img {
    max-width: unset;
    margin-left: auto;
    margin-right: -60px;
    margin-bottom: 5.8rem;
  }
}
.what-we-do-box__img img {
  border-radius: 3.4rem;
  box-shadow: 0 14px 19px rgba(223, 233, 246, 0.5);
}
@media (max-width: 991px) {
  .what-we-do-box__img img {
    min-height: 39rem;
    object-fit: cover;
    object-position: right;
  }
}
@media (max-width: 767px) {
  .what-we-do-box__img img {
    min-height: unset;
    object-fit: initial;
    border-radius: 2.1rem;
    object-position: initial;
  }
}
.what-we-do-box__content {
  max-width: 443px;
  margin-left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .what-we-do-box__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 991px) {
  .what-we-do-box__content {
    max-width: 330px;
    margin-left: auto;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .what-we-do-box__content {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .what-we-do-box__content {
    max-width: 88%;
    margin-left: 4rem;
  }
}
.what-we-do-box__content .title {
  font-weight: 700;
  margin-bottom: 5rem;
}
@media (max-width: 1199px) {
  .what-we-do-box__content .title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .what-we-do-box__content .title {
    font-size: 2rem;
  }
}
@media (max-width: 479px) {
  .what-we-do-box__content .button {
    max-width: 245px;
  }
}
.what-we-do-box__desc {
  margin-bottom: 6rem;
}
@media (max-width: 1199px) {
  .what-we-do-box__desc {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .what-we-do-box__desc {
    margin-bottom: 3.8rem;
  }
}
/* Services */
.service {
  position: relative;
  margin-bottom: 14rem;
}
@media (max-width: 767px) {
  .service {
    margin-bottom: 8rem;
  }
}
@media (max-width: 479px) {
  .service__container {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.service .pipe-shape {
  right: 0;
  width: 81%;
  top: -1rem;
  height: 93%;
}
@media (max-width: 991px) {
  .service .pipe-shape {
    width: 111%;
    height: 84%;
  }
}
@media (max-width: 767px) {
  .service .pipe-shape {
    top: 5rem;
    height: calc(100% - 7rem);
    border-top-left-radius: 54em;
    border-bottom-left-radius: 54em;
  }
}
@media (max-width: 479px) {
  .service .pipe-shape {
    border-top-left-radius: 25em;
    border-bottom-left-radius: 40em;
  }
}
.service__content {
  padding-top: 12rem;
  padding-left: 8rem;
}
@media (max-width: 1199px) {
  .service__content {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .service__content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .service__content {
    padding-bottom: 5rem;
  }
}
@media (max-width: 479px) {
  .service__content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.service__content .title {
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.7rem;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .service__content .title {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .service__content .title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.service .button {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .service .button {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .service .button {
    margin-top: 1.5rem;
  }
}
.service__box {
  text-align: center;
  border-radius: 4rem;
  margin-bottom: 3.4rem;
  padding: 3.4rem 3.5rem 4rem;
  background-color: #ffffff;
  border: 1px solid #F1F5F8;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
@media (max-width: 991px) {
  .service__box {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .service__box {
    display: flex;
    text-align: left;
    padding: 3.5rem 2.4rem;
    margin-bottom: 1.8rem;
  }
}
.service__box:hover {
  transform: translateY(-5px);
}
@media (max-width: 767px) {
  .service__box-content {
    padding-left: 3rem;
  }
}
.service__box-content p {
  line-height: 1.4;
  font-size: 1.5rem;
}
.service__box-img {
  display: flex;
  width: 12.1rem;
  height: 12.1rem;
  align-items: center;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.3rem;
  justify-content: center;
  background: rgba(195, 208, 225, 0.2);
}
@media (max-width: 767px) {
  .service__box-img {
    flex: 0 0 100%;
    width: 10.8rem;
    height: 10.8rem;
    max-width: 10.8rem;
    margin-bottom: 0;
  }
}
.service__box-left {
  padding: 0 15px;
}
.service__box-left .service__box:nth-child(even) .service__box-img {
  background-color: #FFF3F1;
}
.service__box-right {
  margin-top: -7rem;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .service__box-right {
    margin-top: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}
.service__box-right .service__box:nth-child(odd) .service__box-img {
  background-color: #FFF3F1;
}
/* Award */
.awards {
  padding-bottom: 20rem;
}
@media (max-width: 1199px) {
  .awards {
    padding-bottom: 12rem;
  }
}
@media (max-width: 991px) {
  .awards {
    padding-bottom: 8rem;
  }
}
.awards__content {
  max-width: 37rem;
  padding-left: 8rem;
}
@media (max-width: 991px) {
  .awards__content {
    padding-left: 0;
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .awards__content {
    margin-bottom: 4rem;
  }
}
.awards__content .title {
  font-weight: 700;
  margin-bottom: 4.3rem;
}
@media (max-width: 767px) {
  .awards__content .title {
    margin-bottom: 2.3rem;
  }
}
.awards__content p {
  font-size: 1.5rem;
  line-height: 1.4;
}
.awards__list {
  display: flex;
  margin-bottom: 0;
  margin-left: 2rem;
  align-items: center;
}
@media (max-width: 991px) {
  .awards__list {
    margin-left: 5rem;
  }
}
@media (max-width: 767px) {
  .awards__list {
    margin-left: 0;
  }
}
.awards__list li {
  margin-left: 12rem;
}
@media (max-width: 991px) {
  .awards__list li {
    margin-left: 9rem;
  }
}
@media (max-width: 767px) {
  .awards__list li {
    margin-left: 7.2rem;
  }
}
.awards__list li:first-child {
  margin-left: 0;
}
.awards .dots.dots--right {
  right: 5rem;
  width: 7.7rem;
}
/* Social report */
.social-report {
  position: relative;
  padding: 4rem 0 9rem;
  margin-bottom: 7.5em;
}
@media (max-width: 991px) {
  .social-report {
    padding-top: 5rem;
    padding-bottom: 0;
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .social-report {
    padding-top: 0;
    margin-bottom: 5rem;
  }
}
.social-report .pipe-shape {
  top: 0;
  left: 0;
  width: 38%;
  height: 100%;
}
@media (max-width: 991px) {
  .social-report .pipe-shape {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .social-report .pipe-shape {
    display: none;
  }
}
.social-report__img {
  width: 100%;
  max-width: 57rem;
  margin-left: 2rem;
  border-radius: 4rem;
  border: 3rem solid #ffffff;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
@media (max-width: 991px) {
  .social-report__img {
    border-width: 2.2rem;
    border-radius: 3rem;
  }
}
@media (max-width: 767px) {
  .social-report__img {
    margin-left: auto;
    margin-right: -8rem;
  }
}
@media (max-width: 479px) {
  .social-report__img {
    margin-right: -6rem;
  }
}
.social-report__img img {
  width: 100%;
}
.social-report__content {
  max-width: 48.5rem;
  padding-left: 8rem;
}
@media (max-width: 991px) {
  .social-report__content {
    margin-top: 6rem;
    padding-left: 4.8rem;
  }
}
@media (max-width: 767px) {
  .social-report__content {
    margin-top: 10rem;
  }
}
@media (max-width: 479px) {
  .social-report__content {
    padding-left: 3rem;
    padding-right: 4rem;
  }
}
.social-report__content .title {
  margin-bottom: 10rem;
}
@media (max-width: 991px) {
  .social-report__content .title {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .social-report__content .title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .social-report__content .title br {
    display: none;
  }
}
@media (max-width: 479px) {
  .social-report__content .button {
    width: 100%;
    max-width: 100%;
  }
}
.social-report__desc {
  margin-bottom: 3rem;
}
/* Newsletter */
.newsletter {
  padding-top: 6rem;
  padding-bottom: 16rem;
}
@media (max-width: 991px) {
  .newsletter {
    padding-top: 13rem;
    padding-bottom: 12.3rem;
  }
}
@media (max-width: 767px) {
  .newsletter {
    padding-top: 5rem;
  }
}
.newsletter__content {
  padding-left: 9rem;
}
@media (max-width: 991px) {
  .newsletter__content {
    padding-left: 0;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.8rem;
  }
}
.newsletter__content .title {
  font-weight: 700;
  margin-bottom: 3.2rem;
}
@media (max-width: 991px) {
  .newsletter__content .title {
    font-size: 2.7rem;
  }
}
.newsletter__form {
  max-width: 100%;
  position: relative;
  padding-left: 50px;
  padding-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter__form {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .newsletter__form {
    padding-left: 0;
    padding-right: 0;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.newsletter__form:after {
  top: -50%;
  right: 0;
  content: '';
  z-index: -1;
  width: 414px;
  height: 164px;
  position: absolute;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter__form:after {
    width: 61%;
    right: -15px;
  }
}
@media (max-width: 991px) {
  .newsletter__form:after {
    top: -68%;
    right: -23%;
  }
}
@media (max-width: 479px) {
  .newsletter__form:after {
    top: 18%;
    right: -40px;
    width: 78%;
  }
}
.newsletter__form .form-group {
  position: relative;
}
.newsletter__form .form-group .button {
  top: 1.5rem;
  right: 1.5rem;
  position: absolute;
  padding: 1.45rem 3.6rem;
  letter-spacing: 0.06em;
}
@media (max-width: 479px) {
  .newsletter__form .form-group .button {
    top: 0;
    right: 0;
    width: 100%;
    position: relative;
  }
}
.newsletter__form .form-input {
  height: 80px;
  color: #959595;
  padding-right: 16rem;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
.newsletter__form .form-input.placeholder {
  color: #959595;
}
.newsletter__form .form-input:-moz-placeholder {
  color: #959595;
}
.newsletter__form .form-input::-moz-placeholder {
  color: #959595;
}
.newsletter__form .form-input:-ms-input-placeholder {
  color: #959595;
}
.newsletter__form .form-input::-webkit-input-placeholder {
  color: #959595;
}
@media (max-width: 479px) {
  .newsletter__form .form-input {
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
/* Contact */
.contact {
  padding: 0;
  margin-top: 22rem;
  margin-bottom: 10rem;
}
@media (max-width: 991px) {
  .contact {
    margin-top: 27rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .contact {
    margin-top: 17rem;
  }
}
.contact .dots {
  left: 10%;
  bottom: 10.4rem;
}
@media (max-width: 991px) {
  .contact .dots {
    display: none;
  }
}
.contact .pipe-shape {
  right: 0;
  width: 73%;
  top: -1.5rem;
  height: 89%;
}
@media (max-width: 991px) {
  .contact .pipe-shape {
    top: auto;
    width: 100%;
    bottom: 14%;
    height: 51rem;
  }
}
@media (max-width: 767px) {
  .contact .pipe-shape {
    bottom: 10%;
  }
}
.contact .circle-border--left {
  top: 10rem;
  left: -9rem;
}
@media (max-width: 991px) {
  .contact .circle-border--left {
    top: auto;
    bottom: 50%;
  }
}
@media (max-width: 767px) {
  .contact .circle-border--left {
    display: none;
  }
}
.contact__container {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .contact__container {
    max-width: 1100px;
  }
}
.contact__content {
  margin-bottom: 8.9rem;
}
@media (max-width: 991px) {
  .contact__content {
    margin-bottom: 15rem;
  }
}
@media (max-width: 767px) {
  .contact__content {
    margin-bottom: 10rem;
  }
}
.contact__content .title {
  margin-bottom: 7.5rem;
}
@media (max-width: 991px) {
  .contact__content .title {
    font-size: 2.5rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .contact__content .title {
    margin-bottom: 3.5rem;
  }
}
.contact__email {
  font-weight: 400;
  padding-left: 1rem;
  margin-bottom: 4rem;
  color: #F37D6F;
  font-family: 'Epilogue', sans-serif;
}
@media (max-width: 991px) {
  .contact__email {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .contact__email {
    margin-bottom: 3.5rem;
  }
}
.contact__email a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
.contact__detail {
  max-width: 37rem;
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .contact__detail {
    padding-left: 0;
    max-width: 100%;
  }
}
.contact__detail p {
  font-size: 1.6rem;
  margin-bottom: 4rem;
  color: #17457A;
  font-family: 'Epilogue', sans-serif;
}
@media (max-width: 991px) {
  .contact__detail p {
    margin-bottom: 0.8rem;
  }
}
.contact__detail p:last-child {
  margin-bottom: 0;
}
.contact__detail p a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}
.contact__form {
  position: relative;
}
.contact__form .contact-form {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .contact__form .contact-form {
    max-width: 100%;
  }
}
.contact__form .contact-form .title {
  margin-bottom: 3.7rem;
}
@media (max-width: 767px) {
  .contact__form .contact-form .title {
    font-size: 1.5rem;
    font-weight: normal;
  }
}
.contact__form .contact-form .form-input, .contact__form .contact-form .form-select {
  border: 1px solid #17457A;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.contact__form .contact-form .form-input:focus, .contact__form .contact-form .form-select:focus {
  outline: none;
  box-shadow: 0px 30px 40px rgba(190, 211, 236, 0.5);
}
.contact__form .contact-form .form-textarea {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: 1px solid #17457A;
}
.contact__form .contact-form .form-textarea:focus {
  outline: none;
  box-shadow: 0px 30px 40px rgba(190, 211, 236, 0.5);
}
.contact__form .contact-form .button {
  width: 100%;
  font-size: 1.7rem;
  padding: 1.5rem 2rem;
}
.contact__form .form-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.contact__valid {
  top: 35%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .contact__valid {
    left: 0;
    top: 42%;
    right: 0;
    max-width: 498px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .contact__valid {
    top: 50%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 3rem;
  }
}
.contact__valid .title {
  margin-bottom: 0;
}
.contact__valid a {
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.06em;
  font-family: 'Sofia Pro';
  color: #F37D6F;
}
.contact__valid.message-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.contact .video-box__wrapper {
  max-width: 37rem;
  text-align: center;
}
.contact .video-box__wrapper .video-box {
  text-align: left;
  margin-bottom: 2rem;
}
.contact .video-box__wrapper .video__title {
  font-size: 1.5rem;
}
/* Team */
.team {
  margin-bottom: 17rem;
}
@media (max-width: 767px) {
  .team {
    margin-bottom: 0;
    padding-bottom: 10rem;
  }
}
.team .title {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .team .title {
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .team .title {
    margin-left: 0;
  }
}
.team .gutter-25 {
  margin-left: -15px;
  margin-right: -15px;
}
.team .gutter-25 [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .team__container {
    max-width: 960px;
  }
}
.team .dots {
  width: 16%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team .dots {
    display: none;
  }
}
@media (max-width: 767px) {
  .team .dots {
    width: 26%;
  }
}
.team .dots--left {
  bottom: -5.5rem;
}
.team-box {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .team-box {
    display: flex;
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .team-box {
    padding: 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-box__wrapper:nth-child(even) {
    display: flex;
    justify-content: flex-end;
  }
}
.team-box__wrapper:last-child .team-box {
  margin-bottom: 0;
}
.team-box__img {
  margin-bottom: 4.5rem;
}
@media (max-width: 991px) {
  .team-box__img {
    margin-right: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .team-box__img {
    margin-right: 0;
    text-align: center;
    margin-bottom: 3.5rem;
  }
}
.team-box__img img {
  width: 20.4rem;
  height: 20.4rem;
}
@media (max-width: 991px) {
  .team-box__body {
    margin-left: 4rem;
    max-width: 26rem;
  }
}
@media (max-width: 767px) {
  .team-box__body {
    max-width: 100%;
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.team-box__body p {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .team-box__body p {
    margin-bottom: 3.5rem;
  }
}
.team-box__footer {
  display: flex;
  margin-top: 3.5rem;
  padding-right: 1rem;
  align-items: center;
  justify-content: space-between;
}
.team-box__author p {
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.team-box__author span {
  font-size: 1.4rem;
  color: #F37D6F;
}
/* Social Media large */
.social {
  margin-bottom: 9.3rem;
}
@media (max-width: 991px) {
  .social {
    margin-bottom: 8.5rem;
  }
}
@media (max-width: 991px) {
  .social .gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 991px) {
  .social .gutter-20 [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.social .dots {
  top: -8.5rem;
}
@media (max-width: 991px) {
  .social .dots {
    width: 28%;
  }
}
.social-box {
  border-radius: 4rem;
  padding: 3.2rem 4.8rem;
  background-color: #F1F5F8;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
@media (max-width: 991px) {
  .social-box {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}
.social-box a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.social-box__icon {
  display: flex;
  width: 11.2rem;
  flex: 0 0 100%;
  height: 11.2rem;
  max-width: 11.2rem;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #F37D6F;
}
@media (max-width: 991px) {
  .social-box__icon {
    width: 9.6rem;
    height: 9.6rem;
    max-width: 9.6rem;
  }
}
.social-box__content {
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .social-box__content {
    padding-left: 3rem;
  }
}
.social-box__content .title {
  font-size: 2.7rem;
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .social-box__content .title {
    font-size: 2.3rem;
  }
}
.social-box__content span {
  font-size: 2rem;
  color: #17457A;
  font-family: 'Epilogue', sans-serif;
}
@media (max-width: 991px) {
  .social-box__content span {
    font-size: 1.7rem;
  }
}
.social-box:hover {
  background-color: #ffffff;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
.social .social-box--facebook {
  background-color: #ffffff;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
.social .social-box--linkedin .social-box__icon {
  background-color: #0A66C2;
}
/* Ask demo */
.ask-demo {
  margin-bottom: 16rem;
}
@media (max-width: 991px) {
  .ask-demo {
    margin-bottom: 9rem;
  }
}
@media (max-width: 767px) {
  .ask-demo .container {
    padding: 0;
    max-width: 540px;
  }
}
@media (max-width: 479px) {
  .ask-demo .container {
    max-width: 100%;
  }
}
.ask-demo__inner {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  padding: 7rem 9rem 3rem;
  background-color: #F1F5F8;
}
@media (max-width: 991px) {
  .ask-demo__inner {
    padding: 6.8rem 6rem 3rem;
  }
}
@media (max-width: 767px) {
  .ask-demo__inner {
    padding: 5rem 4rem 5rem;
  }
}
.ask-demo .circle-border {
  left: 25%;
  bottom: -8rem;
}
@media (max-width: 991px) {
  .ask-demo .circle-border {
    left: 50%;
    bottom: -6rem;
    transform: translateX(-50%);
  }
}
.ask-demo .dots {
  z-index: 1;
  left: -5rem;
  width: 39rem;
  bottom: -8.8rem;
  background-image: url(../images/dots-light.png);
}
@media (max-width: 991px) {
  .ask-demo .dots {
    left: -2rem;
    bottom: -3.8rem;
  }
}
.ask-demo-form {
  z-index: 2;
  margin-left: 3rem;
  padding-top: 1rem;
  max-width: 39.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .ask-demo-form {
    margin-left: 0;
    min-width: 100%;
  }
}
.ask-demo-form .form-button {
  margin-top: 4rem;
}
.ask-demo-form .form-button .button {
  width: 100%;
  font-size: 1.7rem;
  padding: 1.5rem 2rem;
}
.ask-demo-form .form-input, .ask-demo-form .form-select {
  border: 1px solid #17457A;
}
.ask-demo-form .form-input:focus, .ask-demo-form .form-select:focus {
  outline: none;
  box-shadow: 0px 30px 40px rgba(190, 211, 236, 0.5);
}
.ask-demo__content {
  max-width: 27.4rem;
  padding-top: 5.5rem;
}
@media (max-width: 991px) {
  .ask-demo__content {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .ask-demo__content {
    margin-bottom: 3rem;
  }
}
.ask-demo__content .title {
  font-size: 2.7rem;
  margin-bottom: 5rem;
}
/* Pricing */
@media (max-width: 767px) {
  .page-pricing .pricing-box__wrapper {
    margin-left: -3.7rem;
    margin-right: -3.7rem;
    padding: 4rem 5rem 0;
    border-radius: 2rem;
    background-color: #F1F5F8;
  }
}
.page-pricing .ask-demo .circle-border {
  left: auto;
  right: -8rem;
  bottom: -8rem;
}
@media (max-width: 767px) {
  .page-pricing .ask-demo .circle-border {
    display: none;
  }
}
.page-pricing .ask-demo .dots {
  bottom: -8rem;
  background-image: url(../images/dots.png);
}
@media (max-width: 767px) {
  .page-pricing .ask-demo .dots {
    bottom: -9rem;
    left: -17rem;
  }
}
.page-pricing .ask-demo__inner {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .page-pricing .ask-demo__inner {
    padding: 0;
  }
}
.page-pricing .ask-demo__content {
  max-width: 35rem;
}
.page-pricing .vendor-logos {
  margin-top: 19rem;
  margin-bottom: 19rem;
}
@media (max-width: 991px) {
  .page-pricing .vendor-logos {
    margin-top: 13rem;
    margin-bottom: 18rem;
  }
}
@media (max-width: 767px) {
  .page-pricing .vendor-logos {
    margin-top: 8.5rem;
    margin-bottom: 10rem;
  }
}
.page-pricing .vendor-logos .title {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .page-pricing .vendor-logos .title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .page-pricing .vendor-logos .title {
    margin-bottom: 2rem;
  }
}
.page-pricing .vendor-logos .vendor-logos__list {
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.page-pricing .vendor-logos .vendor-logos__list li {
  max-width: 16%;
  flex: 0 0 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .page-pricing .vendor-logos .vendor-logos__list li {
    max-width: 33.33%;
  }
}
@media (max-width: 991px) {
  .page-pricing .vendor-logos .vendor-logos__list li:nth-child(n+7) {
    display: none;
  }
}
/* Home */
.banner-home {
  padding-top: 20rem;
  position: relative;
  padding-bottom: 4rem;
}
@media (max-width: 1199px) {
  .banner-home {
    padding-top: 15rem;
  }
}
@media (max-width: 991px) {
  .banner-home {
    padding-top: 25.4rem;
  }
}
@media (max-width: 767px) {
  .banner-home {
    padding-top: 12rem;
    padding-bottom: 7rem;
  }
}
.banner-home .circle-border--right {
  right: -90px;
  top: 60px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .banner-home .circle-border--right {
    display: none;
  }
}
.banner-home .banner__inner-img {
  left: 69.5%;
  z-index: 1;
  width: 40%;
  top: 280px;
  position: absolute;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .banner-home .banner__inner-img {
    top: 245px;
  }
}
@media (max-width: 991px) {
  .banner-home .banner__inner-img {
    width: 50%;
    top: 248px;
  }
}
@media (max-width: 767px) {
  .banner-home .banner__inner-img {
    width: 60%;
    left: 55.55%;
  }
}
@media (max-width: 479px) {
  .banner-home .banner__inner-img {
    width: 100%;
  }
}
.banner-home .banner__img {
  right: -100px;
  width: 51%;
  top: 12.5rem;
  height: 428px;
  position: absolute;
  overflow: hidden;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  border-top-left-radius: 13em;
  border-bottom-left-radius: 4em;
}
@media (max-width: 1199px) {
  .banner-home .banner__img {
    height: 326px;
    border-top-left-radius: 8em;
    border-bottom-left-radius: 3em;
  }
}
@media (max-width: 991px) {
  .banner-home .banner__img {
    top: 18rem;
    width: 60%;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .banner-home .banner__img {
    height: 320px;
    position: relative;
    width: 70%;
    margin-left: auto;
    top: 0;
    margin-bottom: 110px;
  }
}
@media (max-width: 479px) {
  .banner-home .banner__img {
    width: 85%;
  }
}
.banner-home .banner__img .banner__bg-img {
  height: 100%;
  overflow: hidden;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  top: 0;
  left: -70px;
  right: 0px;
  bottom: 0;
  position: absolute;
  background-size: cover;
}
.banner-home .for-large {
  display: none;
}
@media (min-width: 480px) {
  .banner-home .for-large {
    display: block;
  }
}
.banner-home .for-mobile {
  display: none;
}
@media (max-width: 479px) {
  .banner-home .for-mobile {
    display: block;
    width: 100%;
  }
}
.banner-home .banner__content {
  padding-left: 2rem;
  position: relative;
  margin-right: -2rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home .banner__content {
    margin-right: 0;
    max-width: 43rem;
  }
}
@media (max-width: 991px) {
  .banner-home .banner__content {
    padding-left: 0;
    max-width: 28rem;
  }
}
@media (max-width: 767px) {
  .banner-home .banner__content {
    max-width: 35rem;
    margin-bottom: 15px;
  }
}
.banner-home .banner__content .title, .banner-home .banner__content h1 {
  margin-top: 0;
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 3.4rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-home .banner__content .title, .banner-home .banner__content h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 991px) {
  .banner-home .banner__content .title, .banner-home .banner__content h1 {
    font-size: 2.5rem;
  }
}
.banner-home .banner__content .title span, .banner-home .banner__content h1 span {
  font-size: inherit;
}
.banner-home .banner__content h4 {
  font-size: 1.4rem;
}
.banner-home .banner__content h4 span {
  font-size: inherit;
}
.banner-home .button-group {
  margin-top: 5rem;
}
@media (min-width: 1200px) {
  .banner-home .button-group {
    margin-top: 6rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .banner-home .button-group {
    margin-top: 7.9rem;
    margin-right: -9rem;
  }
}
@media (max-width: 767px) {
  .banner-home .button-group {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .banner-home .button-group {
    margin-right: 0;
  }
}
.banner-home .button-group .button {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .banner-home .button-group .button {
    margin-right: 1.8rem;
  }
}
@media (max-width: 479px) {
  .banner-home .button-group .button {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  .banner-home .button-group .button:last-child {
    margin-right: 0;
  }
}
.banner-home .dots.dots--left {
  left: -8.5rem;
  margin-top: -1rem;
}
@media (max-width: 991px) {
  .banner-home .dots.dots--left {
    left: -13.5rem;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .banner-home .dots.dots--left {
    margin-top: -4rem;
  }
}
@media (max-width: 479px) {
  .banner-home .dots.dots--left {
    margin-top: -7.5rem;
  }
}
/* Contact */
.page-contact .video:before {
  display: none;
}
@media (max-width: 991px) {
  .page-contact .video {
    padding-top: 13rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-contact .video {
    padding-top: 5rem;
  }
}
.page-contact .newsletter {
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .page-contact .newsletter {
    padding-bottom: 11rem;
  }
}
@media (min-width: 992px) {
  .page-contact .newsletter__form {
    padding-left: 0;
    padding-right: 8rem;
  }
}
@media (min-width: 992px) {
  .page-contact .newsletter__content {
    padding-left: 4rem;
  }
}
.page-contact .awards {
  padding-bottom: 18rem;
}
@media (max-width: 991px) {
  .page-contact .awards {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .page-contact .awards {
    padding-top: 0;
    padding-bottom: 12rem;
  }
}
@media (min-width: 992px) {
  .page-contact .awards__content {
    padding-left: 5rem;
  }
}
@media (min-width: 992px) {
  .page-contact .awards__list {
    margin-left: 7rem;
  }
}
/* About */
.page-about .circle-border--left {
  top: 27rem;
  left: -9rem;
}
@media (max-width: 991px) {
  .page-about .circle-border--left {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-about .circle-shape-group {
    margin-top: -3rem;
  }
}
.page-about .circle-shape-group .circle-author-img {
  left: -280px;
  position: absolute;
}
@media (max-width: 767px) {
  .page-about .circle-shape-group .circle-author-img {
    top: 40px;
    right: 60px;
    left: unset;
  }
}
.page-about .circle-shape-group .circle-border--red {
  width: 14rem;
  height: 14rem;
  border-color: #F37D6F;
  left: -230px;
  top: 0;
}
@media (max-width: 767px) {
  .page-about .circle-shape-group .circle-border--red {
    top: -20px;
    left: unset;
    right: -30px;
  }
}
.page-about .circle-shape-group .circle-border--grey {
  right: -65px;
  top: 50px;
}
@media (max-width: 767px) {
  .page-about .circle-shape-group .circle-border--grey {
    display: none;
  }
}
.page-about .about {
  padding-top: 22rem;
  padding-bottom: 13rem;
}
@media (max-width: 991px) {
  .page-about .about {
    padding-top: 25rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .page-about .about {
    padding-top: 17rem;
    padding-bottom: 6rem;
  }
}
.page-about .about__head {
  margin-bottom: 11rem;
}
@media (max-width: 991px) {
  .page-about .about__head {
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .page-about .about__head {
    margin-bottom: 11rem;
  }
}
.page-about .about__head .title {
  margin-bottom: 8rem;
}
@media (max-width: 991px) {
  .page-about .about__head .title {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .page-about .about__head .title {
    font-size: 2.5rem;
    margin-bottom: 12rem;
  }
}
.page-about .about__head .subtitle {
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 991px) {
  .page-about .about__head .subtitle {
    max-width: 48rem;
  }
}
@media (max-width: 991px) {
  .page-about .about__content {
    margin-left: 3rem;
    max-width: 57rem;
  }
}
@media (max-width: 767px) {
  .page-about .about__content {
    margin-left: 0;
    max-width: 100%;
  }
}
.page-about .about__content p {
  line-height: 2;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 3.5rem;
  font-family: 'Epilogue', sans-serif;
}
@media (max-width: 767px) {
  .page-about .about__content p {
    margin-bottom: 3rem;
  }
}
.page-about .about__content p:last-child {
  margin-bottom: 0;
}
.page-about .about__content h3 {
  font-weight: 700;
  margin-top: 5rem;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .page-about .about__content h3 {
    margin-top: 7rem;
  }
}
@media (max-width: 767px) {
  .page-about .about__content h3 {
    margin-top: 5rem;
  }
}
@media (max-width: 479px) {
  .page-about .about__video-wrapper {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.page-about .about__video {
  margin-top: 7rem;
  margin-bottom: 8rem;
  margin-left: -5.5rem;
  margin-right: -5.5rem;
}
@media (max-width: 991px) {
  .page-about .about__video {
    width: 680px;
    margin-bottom: 6rem;
    margin-left: -2.5rem;
  }
}
@media (min-width: 768px) {
  .page-about .about__video {
    position: relative;
    padding-top: 48rem;
  }
}
@media (max-width: 767px) {
  .page-about .about__video {
    max-width: 100%;
    margin-left: 0;
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}
@media (max-width: 479px) {
  .page-about .about__video {
    margin-left: 0;
    max-width: 100%;
    margin-right: 0;
  }
}
.page-about .about__video .circle-filled {
  left: -16rem;
}
.page-about .about__video .video-play {
  top: 50%;
  left: 50%;
  z-index: 99;
  display: none;
  width: 14.8rem;
  height: 14.8rem;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .page-about .about__video .video-play {
    width: 8.6rem;
    height: 8.6rem;
  }
}
@media (min-width: 768px) {
  .page-about .about__video video {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
}
.page-about .about .pipe-shape {
  right: 0;
  width: 73%;
  height: 61rem;
  bottom: 13.5%;
}
@media (max-width: 991px) {
  .page-about .about .pipe-shape {
    bottom: 6%;
    width: 113%;
    height: 61rem;
  }
}
@media (max-width: 767px) {
  .page-about .about .pipe-shape {
    display: none;
  }
}
.page-about .awards {
  padding-bottom: 13rem;
}
@media (max-width: 991px) {
  .page-about .awards {
    padding-bottom: 10rem;
  }
}
/* What we do list */
.page-what-we-do-list .what-we-do-list {
  padding-top: 22rem;
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do-list {
    padding-top: 25rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do-list {
    padding-top: 15rem;
  }
}
.page-what-we-do-list .what-we-do-list .dots {
  margin-left: 5rem;
  margin-top: -6.8rem;
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do-list .dots {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-what-we-do-list .what-we-do-list__container {
    max-width: 1200px;
  }
}
@media (max-width: 1365px) {
  .page-what-we-do-list .what-we-do-list__container {
    max-width: 1170px;
  }
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do-list__container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do-list__container {
    max-width: 540px;
  }
}
.page-what-we-do-list .what-we-do-list__head {
  display: flex;
  padding-left: 17rem;
  margin-bottom: 11.4rem;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .page-what-we-do-list .what-we-do-list__head {
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do-list__head {
    max-width: 730px;
    align-items: center;
    padding-left: 2.3rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.2rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do-list__head {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 11rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-what-we-do-list .what-we-do-list__head h1.title {
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do-list__head h1.title {
    line-height: 1;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do-list__head h1.title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.page-what-we-do-list .what-we-do-list__head .title--md-lg {
  font-weight: 700;
  font-size: 2.6rem;
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do-list__head .title--md-lg {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do-list__head .title--md-lg {
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do-list__head-left {
    margin-bottom: 2rem;
  }
}
.page-what-we-do-list .what-we-do-list__head-right .video-box__wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do-list__head-right .video-box__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do-list__head-right .video-box__wrapper {
    padding-left: 1.5rem;
  }
}
.page-what-we-do-list .what-we-do-list .video-box__wrapper {
  align-items: center;
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do-list .video-box__wrapper {
    align-items: flex-start;
  }
}
.page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box {
  max-width: 21rem;
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box {
    max-width: 28.7rem;
    margin-bottom: 1.8rem;
  }
}
.page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box a {
  padding: 1.2rem 2.5rem;
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box a {
    padding: 1.5rem 3.2rem;
  }
}
.page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box__content {
  padding-left: 4.5rem;
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box__content {
    padding-left: 0;
  }
}
.page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box__content .video__title {
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box__link {
  font-weight: 700;
  font-size: 1.7rem;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.06em;
  color: #F37D6F;
}
.page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box__link:hover::after {
  opacity: 1;
  right: -12px;
}
.page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box__link:after {
  content: '';
  top: 4px;
  right: 0;
  opacity: 0;
  width: 7px;
  height: 11px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  background-image: url(../images/icon-arrow-right-accent.svg);
}
.page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box__img:after {
  width: 4.5rem;
  height: 4.5rem;
  background-size: contain;
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do-list .video-box__wrapper .video-box__img:after {
    top: 49%;
  }
}
.page-what-we-do-list .what-we-do__list {
  counter-reset: section-count;
}
.page-what-we-do-list .what-we-do__list .what-we-do-box {
  width: 100%;
  position: relative;
}
.page-what-we-do-list .what-we-do__list .what-we-do-box:nth-child(even) {
  flex-direction: row;
}
.page-what-we-do-list .what-we-do__list .what-we-do-box:before {
  top: 50%;
  left: -8rem;
  font-size: 4rem;
  font-weight: 800;
  position: absolute;
  color: #C3D0E1;
  transform: translateY(-50%);
  counter-increment: section-count;
  content: counter(section-count) '.';
  font-family: 'Epilogue', sans-serif;
}
@media (max-width: 1199px) {
  .page-what-we-do-list .what-we-do__list .what-we-do-box:before {
    top: 20px;
    left: -4rem;
    font-size: 2.6rem;
    transform: translateY(0%);
  }
}
.page-what-we-do-list .what-we-do__inner {
  width: 100%;
  border-radius: 2rem;
  padding: 9rem 11rem 11rem 15rem;
  background-color: #F1F5F8;
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do__inner {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    padding: 3.4rem 7rem 9.6rem 8rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do__inner {
    padding: 5.3rem 3rem 8.5rem 7.5rem;
  }
}
@media (max-width: 479px) {
  .page-what-we-do-list .what-we-do__inner {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.page-what-we-do-list .what-we-do__inner .what-we-do-box {
  border-radius: 4rem;
  margin-bottom: 4.9rem;
  background-color: #ffffff;
  border: 1px solid #F1F5F8;
  box-shadow: 0px 2.5rem 3rem rgba(190, 211, 236, 0.26);
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box {
    max-width: 28.7rem;
    margin-bottom: -3rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box {
    margin-bottom: 3.8rem;
  }
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box:nth-child(even) {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box:nth-child(even) {
    margin-left: 0;
    margin-top: 0;
  }
}
.page-what-we-do-list .what-we-do__inner .what-we-do-box:last-child {
  margin-bottom: 0;
}
.page-what-we-do-list .what-we-do__inner .what-we-do-box__inner {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3.9rem 8rem 3.9rem 5.2rem;
}
@media (max-width: 1199px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box__inner {
    padding: 3.9rem 5rem 3.9rem 5.2rem;
  }
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box__inner {
    flex-wrap: wrap;
    padding: 1.8rem 2.2rem 3.7rem 2.7rem;
  }
}
.page-what-we-do-list .what-we-do__inner .what-we-do-box__img {
  display: flex;
  width: 12.1rem;
  margin-left: 0;
  flex: 0 0 100%;
  height: 12.1rem;
  margin-right: 0;
  margin-bottom: 0;
  max-width: 12.1rem;
  align-items: center;
  border-radius: 2rem;
  justify-content: center;
  background: #FFF3F1;
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box__img {
    width: 6.9rem;
    height: 6.9rem;
    padding: 1.4rem;
    max-width: 6.9rem;
    margin-bottom: 2.7rem;
  }
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box__img img {
    border-radius: 0;
    box-shadow: none;
    min-height: unset;
  }
}
.page-what-we-do-list .what-we-do__inner .what-we-do-box__content {
  margin-left: 0;
  flex: 1 1 auto;
  max-width: 100%;
  padding-left: 3.9rem;
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box__content {
    padding: 0;
  }
}
.page-what-we-do-list .what-we-do__inner .what-we-do-box__content h4 {
  margin-top: 7px;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.25;
  margin-bottom: -5px;
}
@media (max-width: 1199px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box__content h4 {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 1199px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box__content h4 br {
    display: none;
  }
}
.page-what-we-do-list .what-we-do__inner .what-we-do-box__link {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box__link {
    justify-content: flex-start;
  }
}
.page-what-we-do-list .what-we-do__inner .what-we-do-box__link a {
  line-height: 1;
  font-weight: 700;
  font-size: 1.7rem;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.06em;
  color: #F37D6F;
}
@media (max-width: 767px) {
  .page-what-we-do-list .what-we-do__inner .what-we-do-box__link a {
    font-size: 1.5rem;
  }
}
.page-what-we-do-list .what-we-do__inner .what-we-do-box__link a:hover::after {
  opacity: 1;
  right: -12px;
}
.page-what-we-do-list .what-we-do__inner .what-we-do-box__link a:after {
  content: '';
  top: 4px;
  right: 0;
  opacity: 0;
  width: 7px;
  height: 11px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  background-image: url(../images/icon-arrow-right-accent.svg);
}
.page-what-we-do-list .vendor-logos {
  margin-top: 19rem;
  margin-bottom: 19rem;
}
@media (max-width: 991px) {
  .page-what-we-do-list .vendor-logos {
    margin-top: 13rem;
    margin-bottom: 18rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .vendor-logos {
    margin-top: 8.5rem;
    margin-bottom: 10rem;
  }
}
.page-what-we-do-list .vendor-logos .title {
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .page-what-we-do-list .vendor-logos .title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .vendor-logos .title {
    margin-bottom: 2rem;
  }
}
.page-what-we-do-list .vendor-logos .vendor-logos__list {
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.page-what-we-do-list .vendor-logos .vendor-logos__list li {
  max-width: 16%;
  flex: 0 0 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  margin-bottom: 13px;
}
@media (max-width: 991px) {
  .page-what-we-do-list .vendor-logos .vendor-logos__list li {
    max-width: 33.33%;
  }
}
@media (max-width: 991px) {
  .page-what-we-do-list .vendor-logos .vendor-logos__list li:nth-child(n+7) {
    display: none;
  }
}
.page-what-we-do-list .awards {
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .page-what-we-do-list .awards {
    padding-bottom: 12rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-list .ask-demo {
    margin-bottom: 15rem;
  }
}
/* What we do item */
.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb li a {
  text-decoration: none;
  color: #F37D6F;
}
@media (max-width: 767px) {
  .breadcrumb li a {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
.page-what-we-do-item .what-we-do-item {
  padding-top: 21rem;
  padding-bottom: 13rem;
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do-item {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-item .what-we-do-item {
    padding-top: 19rem;
    padding-bottom: 10rem;
  }
}
.page-what-we-do-item .what-we-do-item .dots--left {
  top: 33%;
  left: -70px;
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do-item .dots--left {
    width: 30%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-item .what-we-do-item .dots--left {
    display: none;
  }
}
.page-what-we-do-item .what-we-do-item .dots--right {
  right: -70px;
  top: 25%;
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do-item .dots--right {
    right: -70px;
    top: 16%;
    width: 40%;
  }
}
.page-what-we-do-item .what-we-do-item .pipe-shape {
  right: 0;
  width: 80%;
  height: 61rem;
  top: 53%;
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do-item .pipe-shape {
    width: 103%;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-item .what-we-do-item .pipe-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-item .what-we-do-list__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.page-what-we-do-item .what-we-do__inner {
  width: 100%;
  margin-bottom: 3.8rem;
  border-radius: 2rem;
  padding: 9rem 13rem 11rem 13rem;
  background-color: #F1F5F8;
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do__inner {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 2.3em;
    padding: 6rem 5rem 0 5rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-item .what-we-do__inner {
    padding: 6.8rem 5rem 8.5rem 5rem;
  }
}
@media (max-width: 479px) {
  .page-what-we-do-item .what-we-do__inner {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.page-what-we-do-item .what-we-do__inner .title {
  text-align: center;
  margin-bottom: 7rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do__inner .title {
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-item .what-we-do__inner .title {
    margin-bottom: 7rem;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.page-what-we-do-item .what-we-do__inner .what-we-do-box {
  border-radius: 4rem;
  margin-bottom: 4.9rem;
  background-color: #ffffff;
  border: 1px solid #F1F5F8;
  box-shadow: 0px 2.5rem 3rem rgba(190, 211, 236, 0.26);
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box {
    margin-bottom: 3.8rem;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box:nth-child(even) {
    margin-top: -4rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box:nth-child(even) {
    margin-left: 0;
    margin-top: 0;
  }
}
.page-what-we-do-item .what-we-do__inner .what-we-do-box:last-child {
  margin-bottom: 0;
}
.page-what-we-do-item .what-we-do__inner .what-we-do-box__inner {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3.9rem 8rem 3.9rem 5.2rem;
}
@media (max-width: 1199px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box__inner {
    padding: 3.9rem 5rem 3.9rem 5.2rem;
  }
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box__inner {
    display: block;
    padding: 1.8rem 2.2rem 3.7rem 2.7rem;
  }
}
.page-what-we-do-item .what-we-do__inner .what-we-do-box__img {
  display: flex;
  width: 12.1rem;
  margin-left: 0;
  flex: 0 0 100%;
  height: 12.1rem;
  margin-right: 0;
  margin-bottom: 0;
  max-width: 12.1rem;
  align-items: center;
  border-radius: 2rem;
  justify-content: center;
  background: #FFF3F1;
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box__img {
    width: 6.9rem;
    height: 6.9rem;
    padding: 1.4rem;
    max-width: 6.9rem;
    margin-bottom: 2.7rem;
  }
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box__img img {
    border-radius: 0;
    box-shadow: none;
    min-height: unset;
  }
}
.page-what-we-do-item .what-we-do__inner .what-we-do-box__content {
  margin-left: 0;
  flex: 1 1 auto;
  max-width: 100%;
  padding-left: 3.9rem;
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box__content {
    padding: 0;
  }
}
.page-what-we-do-item .what-we-do__inner .what-we-do-box__content h4 {
  margin-top: 7px;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.25;
  margin-bottom: -5px;
}
@media (max-width: 1199px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box__content h4 {
    margin-top: 0;
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box__content h4 {
    font-size: 1.5rem;
    line-height: 400;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1199px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box__content h4 br {
    display: none;
  }
}
.page-what-we-do-item .what-we-do__inner .what-we-do-box__link {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box__link {
    justify-content: flex-start;
  }
}
.page-what-we-do-item .what-we-do__inner .what-we-do-box__link a {
  line-height: 1;
  font-weight: 700;
  font-size: 1.7rem;
  position: relative;
  text-decoration: none;
  letter-spacing: 0.06em;
  color: #F37D6F;
}
@media (max-width: 767px) {
  .page-what-we-do-item .what-we-do__inner .what-we-do-box__link a {
    font-size: 1.5rem;
  }
}
.page-what-we-do-item .what-we-do__inner .what-we-do-box__link a:hover::after {
  opacity: 1;
  right: -12px;
}
.page-what-we-do-item .what-we-do__inner .what-we-do-box__link a:after {
  content: '';
  top: 4px;
  right: 0;
  opacity: 0;
  width: 7px;
  height: 11px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  background-image: url(../images/icon-arrow-right-accent.svg);
}
@media (max-width: 991px) {
  .page-what-we-do-item .awards {
    padding-bottom: 10rem;
  }
}
/* Insight item */
.pag-insight-list .insight-list {
  padding-bottom: 21.5rem;
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list {
    padding-top: 24.5rem;
    padding-bottom: 15.5rem;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list {
    padding-top: 19rem;
    padding-bottom: 14rem;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.pag-insight-list .insight-list .circle-border--right {
  right: 80px;
  margin-top: -110px;
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list .circle-border--right {
    right: 10px;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .circle-border--right {
    display: none;
  }
}
.pag-insight-list .insight-list .pipe-shape {
  width: 9999px;
  height: 125%;
  top: -25px;
  left: 59%;
  border-top-left-radius: 60rem;
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list .pipe-shape {
    top: 50px;
    left: 40%;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .pipe-shape {
    height: 35rem;
    top: 15%;
    right: 0;
    left: auto;
    width: 117%;
    border-top-left-radius: 99em;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list__head {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.pag-insight-list .insight-list__head .title {
  margin-bottom: 8rem;
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list__head .title {
    margin-bottom: 4rem;
  }
}
.pag-insight-list .insight-list .category-filter {
  display: flex;
  align-items: center;
  margin-bottom: 8.9rem;
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list .category-filter {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .category-filter {
    display: block;
    margin-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.pag-insight-list .insight-list .category-filter span {
  font-weight: normal;
  font-family: 'Epilogue', sans-serif;
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .category-filter span {
    display: block;
    margin-bottom: 2.5rem;
  }
}
.pag-insight-list .insight-list .category-filter .priority-nav {
  padding-left: 4rem;
}
@media (max-width: 1199px) {
  .pag-insight-list .insight-list .category-filter .priority-nav {
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .category-filter .priority-nav {
    padding-left: 0;
    margin-bottom: 5rem;
  }
}
.pag-insight-list .insight-list .category-filter .priority-nav:before, .pag-insight-list .insight-list .category-filter .priority-nav:after {
  display: block;
  clear: both;
  content: "";
}
.pag-insight-list .insight-list .category-filter__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .category-filter__list {
    display: block;
    padding-left: 0;
    margin-left: -10px;
  }
}
.pag-insight-list .insight-list .category-filter__list li {
  display: inline-block;
  margin-left: -3px;
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .category-filter__list li {
    width: 45%;
    float: left;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.pag-insight-list .insight-list .category-filter__list li.hide {
  display: none;
}
.pag-insight-list .insight-list .category-filter__list li.active a {
  font-weight: bold;
}
.pag-insight-list .insight-list .category-filter__list li a {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  color: #F37D6F;
  display: inline-block;
  padding: 0 15px;
  font-family: 'Epilogue', sans-serif;
}
.pag-insight-list .insight-list .category-filter__list li a:hover {
  font-weight: bold;
}
.pag-insight-list .insight-list .category-filter__list li a:before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pag-insight-list .insight-list .category-filter .overflow-nav {
  padding-left: 4rem;
  position: relative;
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list .category-filter .overflow-nav {
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .category-filter .overflow-nav {
    padding-left: 2rem;
  }
}
.pag-insight-list .insight-list .category-filter .overflow-nav__button {
  z-index: 2;
  font-weight: 600;
  position: relative;
  font-size: 1.4rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: #F37D6F;
  text-transform: capitalize;
  font-family: 'Epilogue', sans-serif;
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .category-filter .overflow-nav__button {
    margin-bottom: 0;
  }
}
.pag-insight-list .insight-list .category-filter .overflow-nav__list {
  left: 0px;
  top: -40px;
  z-index: 1;
  opacity: 0;
  min-width: 23rem;
  visibility: hidden;
  position: absolute;
  border-radius: 2rem;
  pointer-events: none;
  background-color: #ffffff;
  border: 1px solid #C3D0E1;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
  padding: 7.6rem 1.7rem 4rem;
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list .category-filter .overflow-nav__list {
    min-width: 20rem;
    top: -30px;
    padding-top: 5.6rem;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .category-filter .overflow-nav__list {
    top: -15px;
    min-width: 20rem;
    padding-top: 4.5rem;
  }
}
@media (max-width: 374px) {
  .pag-insight-list .insight-list .category-filter .overflow-nav__list {
    min-width: 16rem;
  }
}
.pag-insight-list .insight-list .category-filter .overflow-nav__list.show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.pag-insight-list .insight-list .category-filter .overflow-nav__list li {
  display: block;
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .category-filter .overflow-nav__list li {
    width: 100%;
    margin-bottom: 0;
  }
}
.pag-insight-list .insight-list .category-filter .overflow-nav__list li a {
  display: block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  padding: 1.7rem 3.2rem;
}
.pag-insight-list .insight-list .category-filter .overflow-nav__list li a:hover {
  font-weight: normal;
  background-color: rgba(243, 125, 111, 0.1);
}
.pag-insight-list .insight-list .category-filter .overflow-nav__list li a:first-child {
  padding-left: 3.2rem;
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list .category-filter .overflow-nav__list li a:first-child {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .category-filter .overflow-nav__list li a:first-child {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list .category-filter .overflow-nav__list li a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .category-filter .overflow-nav__list li a {
    padding: 1.2rem 1rem;
  }
}
.pag-insight-list .insight-list .insight-post {
  padding: 2.8rem 2.3rem;
  border-radius: 20px;
  min-height: 100%;
  border: 1px solid #F1F5F8;
  background-color: #F1F5F8;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .insight-post {
    padding: 2.8rem 2.5rem;
    background-color: #ffffff;
    box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
  }
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list .insight-post__row {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .insight-post__row > [class*="col-"] {
    margin-top: 5.5rem;
  }
}
.pag-insight-list .insight-list .insight-post:hover {
  background-color: #ffffff;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list .insight-post .insight-post__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.pag-insight-list .insight-list .insight-post .insight-post__content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #17457A;
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list .insight-post .insight-post__content h3 {
    line-height: 1.25;
  }
}
.pag-insight-list .insight-list .insight-post .insight-post__content h3 a {
  color: inherit;
  text-decoration: none;
}
.pag-insight-list .insight-list .insight-post .insight-post__img {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .insight-post .insight-post__img {
    margin-bottom: 3.5rem;
  }
}
.pag-insight-list .insight-list .insight-post .insight-post__img a {
  display: block;
  position: relative;
  padding-top: 61%;
  backface-visibility: hidden;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.pag-insight-list .insight-list .insight-post .insight-post__img a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pag-insight-list .insight-list .insight-post--featured {
  display: flex;
  padding: 3rem 7rem 3rem 4.4rem;
  margin-bottom: 10.4rem;
  min-height: auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list .insight-post--featured {
    margin-bottom: 2rem;
    padding: 3.4rem 4.5rem 3.9rem;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .insight-post--featured {
    flex-direction: column;
    padding: 2rem 2.3rem 4rem;
  }
}
.pag-insight-list .insight-list .insight-post--featured .insight-post__img {
  max-width: 36.5rem;
  margin-right: 7.5rem;
  margin-bottom: 0;
  flex: 0 0 100%;
}
@media (max-width: 1199px) {
  .pag-insight-list .insight-list .insight-post--featured .insight-post__img {
    max-width: 29.5rem;
    margin-right: 4.5rem;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .insight-post--featured .insight-post__img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
.pag-insight-list .insight-list .insight-post--featured .insight-post__content h3 {
  font-weight: 700;
  font-size: 2.7rem;
  margin-bottom: 2rem;
  color: #17457A;
}
@media (max-width: 1199px) {
  .pag-insight-list .insight-list .insight-post--featured .insight-post__content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .insight-post--featured .insight-post__content h3 {
    font-size: 2.5rem;
  }
}
.pag-insight-list .insight-list .insight-post--featured .insight-post__content h3 a {
  color: inherit;
  text-decoration: none;
}
.pag-insight-list .insight-list .insight-post--featured .insight-post__meta {
  display: flex;
  max-width: 40rem;
  justify-content: space-between;
}
.pag-insight-list .insight-list .insight-post--featured .insight-post__meta .insight-post__date {
  color: #17457A;
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .insight-post--featured .insight-post__meta .insight-post__date {
    padding-right: 5px;
  }
}
.pag-insight-list .insight-list .insight-post--featured .insight-post__meta .insight-post__author {
  color: #F37D6F;
}
.pag-insight-list .insight-list .insight-post--featured .insight-item__read-time {
  color: #F37D6F;
  margin-bottom: 2.2rem;
}
@media (max-width: 991px) {
  .pag-insight-list .insight-list .insight-post--featured .insight-item__read-time {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .insight-post--featured .insight-item__read-time {
    margin-bottom: 0;
  }
}
.pag-insight-list .insight-list .insight-post--featured .insight-post__category {
  font-size: 14px;
  margin-bottom: 1rem;
  font-family: 'Epilogue', sans-serif;
  color: rgba(23, 69, 122, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pag-insight-list .insight-list .insight-post--featured .insight-post__category {
    display: none;
  }
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .insight-post--featured .insight-post__category {
    display: flex;
    justify-content: space-between;
  }
}
.pag-insight-list .insight-list .insight-post__button {
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .pag-insight-list .insight-list .insight-post__button {
    margin-top: 2rem;
  }
}
.pag-insight-list .insight-list .insight-post__button .button {
  max-width: 501px;
  width: 100%;
}
/* Insight item */
.page-insight-item .insight-item {
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .page-insight-item .insight-item {
    padding-bottom: 12rem;
  }
}
.page-insight-item .insight-item .dots--right {
  width: 26%;
}
@media (max-width: 991px) {
  .page-insight-item .insight-item .dots--right {
    margin-top: 0;
    width: 50%;
    top: 14%;
  }
}
@media (max-width: 767px) {
  .page-insight-item .insight-item .dots--right {
    top: 13%;
  }
}
@media (max-width: 479px) {
  .page-insight-item .insight-item .dots--right {
    top: 11%;
    width: 90%;
    z-index: -1;
  }
}
.page-insight-item .insight-item .circle-border--left {
  left: -7rem;
}
@media (max-width: 991px) {
  .page-insight-item .insight-item .circle-border--left {
    display: none;
  }
}
.page-insight-item .insight-item .circle-border--left .circle-border--red {
  margin-top: -4.5rem;
}
.page-insight-item .insight-item .circle-border--right {
  right: -2rem;
  margin-top: -4rem;
}
@media (max-width: 991px) {
  .page-insight-item .insight-item .circle-border--right {
    margin-top: 0;
    top: 13%;
  }
}
@media (max-width: 767px) {
  .page-insight-item .insight-item .circle-border--right {
    right: -20%;
  }
}
@media (max-width: 479px) {
  .page-insight-item .insight-item .circle-border--right {
    top: 10%;
  }
}
.page-insight-item .insight-item .pipe-shape {
  right: 0;
  width: 80%;
  height: 61rem;
  top: 36%;
}
@media (max-width: 991px) {
  .page-insight-item .insight-item .pipe-shape {
    width: 103%;
    top: 38%;
  }
}
@media (max-width: 767px) {
  .page-insight-item .insight-item .pipe-shape {
    right: -80%;
    top: 22%;
  }
}
.page-insight-item .insight-item__head {
  display: flex;
  max-width: 50rem;
  margin-bottom: 2.5rem;
  justify-content: space-between;
}
.page-insight-item .insight-item__read-time {
  color: #F37D6F;
}
@media (max-width: 767px) {
  .page-insight-item .insight-item__read-time {
    font-weight: 450;
  }
}
.page-insight-item .insight-post__head {
  max-width: 48rem;
}
@media (max-width: 991px) {
  .page-insight-item .insight-post__head {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .page-insight-item .insight-post__head {
    margin-bottom: 4rem;
  }
}
.page-insight-item .insight-post__head h1 {
  font-size: 4rem;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .page-insight-item .insight-post__head h1 {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
}
.page-insight-item .insight-post__meta {
  display: flex;
  max-width: 40rem;
  margin-bottom: 3rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-insight-item .insight-post__meta {
    margin-bottom: 5rem;
    flex-direction: column;
  }
}
.page-insight-item .insight-post__date {
  font-weight: 400;
  font-family: 'Epilogue', sans-serif;
}
@media (max-width: 767px) {
  .page-insight-item .insight-post__date {
    margin-bottom: 1rem;
  }
}
.page-insight-item .insight-post__author {
  font-weight: 400;
  color: #F37D6F;
  font-family: 'Epilogue', sans-serif;
}
.page-insight-item .insight-post figure {
  margin-left: -4rem;
}
@media (max-width: 991px) {
  .page-insight-item .insight-post figure {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .page-insight-item .insight-post figure {
    margin-left: -3rem;
  }
}
.page-insight-item .insight-post h3 {
  line-height: 1.35;
}
@media (max-width: 991px) {
  .page-insight-item .insight-post h3 {
    font-size: 2.7rem;
    margin-bottom: 5rem;
  }
}
.page-insight-item .insight-list {
  padding-bottom: 18rem;
}
@media (max-width: 767px) {
  .page-insight-item .insight-list .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.page-insight-item .insight-list .title {
  margin-bottom: 7.8rem;
  text-align: center;
}
@media (max-width: 991px) {
  .page-insight-item .insight-list .title {
    margin-bottom: 9rem;
  }
}
@media (max-width: 767px) {
  .page-insight-item .insight-list .title {
    margin-bottom: 2rem;
  }
}
.page-insight-item .insight-list .insight-post {
  padding: 2.8rem 2.3rem;
  border-radius: 20px;
  min-height: 100%;
  border: 1px solid #F1F5F8;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
@media (max-width: 767px) {
  .page-insight-item .insight-list .insight-post {
    padding: 2.8rem 2.5rem;
  }
}
@media (max-width: 991px) {
  .page-insight-item .insight-list .insight-post__row {
    max-width: 645px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .page-insight-item .insight-list .insight-post__row > [class*="col-"] {
    margin-top: 4.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-insight-item .insight-list .insight-post__row .col-md-6:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-insight-item .insight-list .insight-post .insight-post__content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page-insight-item .insight-list .insight-post .insight-post__content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #17457A;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-insight-item .insight-list .insight-post .insight-post__content h3 {
    line-height: 1.25;
  }
}
.page-insight-item .insight-list .insight-post .insight-post__content h3 a {
  color: inherit;
  text-decoration: none;
}
.page-insight-item .insight-list .insight-post .insight-post__img {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .page-insight-item .insight-list .insight-post .insight-post__img {
    margin-bottom: 3.5rem;
  }
}
.page-insight-item .insight-list .insight-post .insight-post__img a {
  display: block;
  position: relative;
  padding-top: 61%;
  backface-visibility: hidden;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.page-insight-item .insight-list .insight-post .insight-post__img a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-insight-item .insight-list .insight-post__button {
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .page-insight-item .insight-list .insight-post__button {
    margin-top: 12rem;
  }
}
.page-insight-item .insight-list .insight-post__button .button {
  max-width: 501px;
  width: 100%;
}
/* Pricing */
.pricing {
  padding-top: 18rem;
  margin-bottom: 13rem;
}
@media (max-width: 991px) {
  .pricing {
    padding-top: 23rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .pricing {
    padding-top: 17rem;
    padding-bottom: 0;
    margin-bottom: 2.8rem;
  }
}
@media (max-width: 991px) {
  .pricing__container {
    max-width: 76rem;
  }
}
@media (max-width: 767px) {
  .pricing__container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .pricing__head {
    max-width: 54rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pricing__head .title {
  margin-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pricing__head .title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.pricing__customize {
  display: flex;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .pricing__customize {
    margin-bottom: 4.8rem;
  }
}
@media (max-width: 767px) {
  .pricing__customize {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
.pricing__customize p {
  margin-bottom: 0;
  margin-right: 3rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .pricing__customize p {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.pricing__customize p:last-child {
  margin-right: 0;
}
.pricing__customize a {
  color: #F37D6F;
  text-decoration: none;
}
@media (max-width: 767px) {
  .pricing__customize a {
    margin-bottom: 2.5rem;
    font-weight: 400;
  }
}
.pricing .pipe-shape {
  right: auto;
  top: 0;
  left: 0;
  width: 99999px;
  height: 69rem;
}
@media (max-width: 1199px) {
  .pricing .pipe-shape {
    top: -3rem;
  }
}
@media (max-width: 767px) {
  .pricing .pipe-shape {
    display: none;
  }
}
.pricing-box {
  border-radius: 2rem;
  background: #ffffff;
  padding: 2.8rem 4.5rem 4.2rem;
  border: 1px solid #F1F5F8;
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
@media (max-width: 1199px) {
  .pricing-box {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (max-width: 991px) {
  .pricing-box {
    padding-left: 3.2rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .pricing-box {
    max-width: 54rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.5rem;
    padding: 4.6rem 3rem;
  }
}
.pricing-box__head {
  margin-bottom: 3.5rem;
}
@media (max-width: 991px) {
  .pricing-box__head {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .pricing-box__head {
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 767px) {
  .pricing-box__head .title span {
    font-size: inherit;
  }
}
.pricing-box__price {
  font-size: 1.4rem;
  color: rgba(23, 69, 122, 0.4);
}
.pricing-box__body ul {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .pricing-box__body ul {
    margin-bottom: 3rem;
  }
}
.pricing-box__body ul li {
  font-weight: 450;
  font-size: 1.4rem;
  margin-bottom: 2px;
}
@media (max-width: 991px) {
  .pricing-box__body ul li {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .pricing-box__body ul li {
    font-size: 1.4rem;
  }
}
.pricing-box__item-title {
  font-weight: 450;
  font-size: 1.4rem;
  color: #F37D6F;
}
@media (max-width: 991px) {
  .pricing-box__item-title {
    font-size: 1.2rem;
  }
}
.pricing-box__footer .button, .pricing-box__footer .button-dark {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pricing .tab-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11.3rem;
}
@media (max-width: 1199px) {
  .pricing .tab-toggle {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .pricing .tab-toggle {
    margin: 0 -15px 5.3rem;
  }
}
.pricing .tab-toggle__title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 2.2rem;
  letter-spacing: 0.06em;
}
.pricing .tab-toggle__list {
  display: flex;
  max-width: 12.4rem;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #17457A;
  border-radius: 99em;
}
.pricing .tab-toggle__list:after {
  content: "";
  width: 50%;
  background: #17457A;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 99em;
  border: 2px solid #ffffff;
}
.pricing .tab-toggle__list.slide:after {
  left: 50%;
}
.pricing .tab-toggle__list .form-radio {
  display: none;
}
.pricing .tab-toggle__list-item {
  max-width: 50%;
  flex: 1 1 auto;
  z-index: 1;
  position: relative;
  text-align: center;
  transition: color 250ms ease-in-out;
}
.pricing .tab-toggle__list-item.active {
  color: #ffffff;
}
.pricing .tab-toggle__list-item label {
  width: 100%;
  padding: 10px;
  line-height: 1;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pricing .tab-slider__box {
  position: relative;
}
.pricing .circle-filled {
  left: -4rem;
  bottom: -4rem;
}
@media (max-width: 991px) {
  .pricing .circle-filled {
    left: -4rem;
    bottom: -9rem;
  }
}
@media (max-width: 767px) {
  .pricing .circle-filled {
    display: none;
  }
}
.pricing .circle-border--right {
  right: -4rem;
  margin-top: 17rem;
}
@media (max-width: 991px) {
  .pricing .circle-border--right {
    margin-top: 19rem;
  }
}
@media (max-width: 767px) {
  .pricing .circle-border--right {
    display: none;
  }
}
.modal--custom .modal-dialog {
  box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
}
@media (min-width: 1200px) {
  .modal--custom .modal-dialog {
    max-width: 1040px;
  }
}
@media (max-width: 991px) {
  .modal--custom .modal-dialog {
    max-width: 58rem;
  }
}
.modal--custom .dots {
  z-index: 1;
  max-width: 19rem;
  bottom: 2rem;
}
@media (min-width: 1200px) {
  .modal--custom .dots {
    left: -6rem;
    bottom: 7rem;
  }
}
@media (max-width: 991px) {
  .modal--custom .dots {
    display: none;
  }
}
.modal--custom .modal-content {
  border-radius: 2rem;
  border: 1px solid #F1F5F8;
}
.modal--custom .modal-header {
  border: none;
  padding: 3rem;
  border-radius: inherit;
}
@media (max-width: 991px) {
  .modal--custom .modal-header {
    padding: 3rem 4rem 2rem;
  }
}
@media (max-width: 767px) {
  .modal--custom .modal-header {
    padding-top: 2.5rem;
    padding-right: 3rem;
  }
}
.modal--custom .modal-header .btn-close {
  opacity: 1;
  background-image: none;
}
.modal--custom .modal-body {
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.2rem;
  padding-bottom: 6.8rem;
}
@media (min-width: 1200px) {
  .modal--custom .modal-body {
    max-width: 855px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .modal--custom .modal-body {
    padding-left: 8.8rem;
    padding-right: 7.8rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .modal--custom .modal-body {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.modal--custom .modal__content {
  padding-top: 4.3rem;
  max-width: 32.1rem;
}
@media (max-width: 991px) {
  .modal--custom .modal__content {
    padding-top: 0;
    max-width: 100%;
    margin-bottom: 3.5rem;
  }
}
.modal--custom .modal__content .title {
  margin-bottom: 2.8rem;
}
@media (max-width: 991px) {
  .modal--custom .modal__content .title {
    font-size: 2.7rem;
  }
}
.modal--custom .custom-demo-form {
  max-width: 39.8rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .modal--custom .custom-demo-form {
    max-width: 100%;
  }
}
.modal--custom .custom-demo-form .form-input {
  box-shadow: none;
}
.modal--custom .custom-demo-form .radio-group__wrapper {
  padding: 2rem 3.4rem 3rem;
}
@media (max-width: 991px) {
  .modal--custom .custom-demo-form .radio-group__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .modal--custom .custom-demo-form .radio-group__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal--custom .custom-demo-form .form-label {
  font-weight: 450;
  font-size: 1.6rem;
  margin-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .modal--custom .custom-demo-form .form-label {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.modal--custom .custom-demo-form .radio-group {
  display: flex;
  margin-bottom: 5px;
}
.modal--custom .custom-demo-form .radio-group .radio-box {
  cursor: pointer;
  margin-right: 3rem;
}
.modal--custom .custom-demo-form .radio-group .radio-box:last-child {
  margin-right: 0;
}
.modal--custom .custom-demo-form .radio-group .radio-box .form-radio {
  opacity: 0;
  position: absolute;
}
.modal--custom .custom-demo-form .radio-group .radio-box .form-radio:checked + label:after {
  transform: scale(1);
}
.modal--custom .custom-demo-form .radio-group .radio-box label {
  cursor: pointer;
  font-weight: 450;
  font-size: 1.6rem;
  position: relative;
  padding-left: 4.5rem;
}
.modal--custom .custom-demo-form .radio-group .radio-box label:before {
  content: '';
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  left: 0;
  top: -1px;
  border-radius: 100%;
  border: 1px solid #17457A;
}
.modal--custom .custom-demo-form .radio-group .radio-box label:after {
  content: '';
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  left: 5px;
  top: 4px;
  border-radius: 100%;
  transform: scale(0);
  background-color: #17457A;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.modal--custom .custom-demo-form .form-button {
  margin-bottom: 15px;
}
.modal--custom .custom-demo-form .form-button .button-dark {
  width: 100%;
  height: 5rem;
}
.modal--custom .success_msg {
  max-width: 39.8rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .modal--custom .success_msg {
    max-width: 100%;
  }
}
.modal-backdrop.show {
  opacity: 1;
}
.modal-backdrop {
  background-color: rgba(23, 69, 122, 0.1);
}
/* Landing */
.page-landing .enquiry-now {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .page-landing .enquiry-now .enquiry-now__container {
    max-width: 1200px;
    padding: 0;
  }
}
@media (max-width: 479px) {
  .page-landing .enquiry-now .enquiry-now__container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.page-landing .enquiry-now.header-fixed-padding {
  padding-top: 13rem;
}
.page-landing .enquiry-now .enquiry-now__inner {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 9rem 13.4rem 3.1rem 12.8rem;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-landing .enquiry-now .enquiry-now__inner {
    padding: 6rem 6rem 3.1rem 6rem;
  }
}
@media (max-width: 991px) {
  .page-landing .enquiry-now .enquiry-now__inner {
    background-position: 30%;
    padding: 6.2rem 3rem 12rem 3rem;
  }
}
@media (max-width: 767px) {
  .page-landing .enquiry-now .enquiry-now__inner {
    padding-top: 7.2em;
    padding-bottom: 10rem;
  }
}
.page-landing .enquiry-now .enquiry-now__inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(23, 69, 122, 0.88);
}
.page-landing .enquiry-now .enquiry-now__content {
  z-index: 1;
  position: relative;
  color: #ffffff;
  padding-top: 1.5rem;
}
@media (max-width: 991px) {
  .page-landing .enquiry-now .enquiry-now__content {
    padding-top: 0;
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.4rem;
  }
}
@media (max-width: 767px) {
  .page-landing .enquiry-now .enquiry-now__content {
    margin-bottom: 7rem;
  }
}
@media (max-width: 479px) {
  .page-landing .enquiry-now .enquiry-now__content {
    margin-bottom: 4rem;
  }
}
.page-landing .enquiry-now .enquiry-now__content .title {
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 2.2rem;
}
.page-landing .enquiry-now .enquiry-now__content p {
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2;
  font-family: 'Epilogue', sans-serif;
}
@media (max-width: 991px) {
  .page-landing .enquiry-now .enquiry-now__content p br {
    display: none;
  }
}
.page-landing .enquiry-now .enquiry-now__content .button-group {
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .page-landing .enquiry-now .enquiry-now__content .button-group {
    padding-top: 0;
  }
}
.page-landing .enquiry-now .enquiry-now__content .button-group .button {
  margin-right: 4rem;
}
@media (max-width: 767px) {
  .page-landing .enquiry-now .enquiry-now__content .button-group .button {
    margin-right: 1rem;
  }
}
@media (max-width: 479px) {
  .page-landing .enquiry-now .enquiry-now__content .button-group .button {
    max-width: 100%;
    font-size: 2.5rem;
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .page-landing .enquiry-now .enquiry-now__content .button-group .button .button__icon {
    left: 3.5rem;
  }
}
.page-landing .enquiry-now .enquiry-now__content .button-group .button:last-child {
  margin-right: 0;
}
.page-landing .enquiry-now .enquiry-now__form .title {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
}
.page-landing .enquiry-now .enquiry-now__form .ask-demo-form {
  max-width: 32.5rem;
  padding-top: 0;
}
@media (min-width: 992px) {
  .page-landing .enquiry-now .enquiry-now__form .ask-demo-form {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .page-landing .enquiry-now .enquiry-now__form .ask-demo-form {
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-landing .enquiry-now .enquiry-now__form .ask-demo-form .form-input {
  height: 4.8rem;
  font-size: 1.3rem;
  box-shadow: none;
}
@media (max-width: 767px) {
  .page-landing .enquiry-now .enquiry-now__form .ask-demo-form .form-input {
    height: 6rem;
    font-size: 1.6rem;
    box-shadow: 0px 25px 30px rgba(190, 211, 236, 0.26);
  }
}
.page-landing .enquiry-now .enquiry-now__form .ask-demo-form .form-group {
  margin-bottom: 1.3em;
}
@media (max-width: 767px) {
  .page-landing .enquiry-now .enquiry-now__form .ask-demo-form .form-group {
    margin-bottom: 2rem;
  }
}
.page-landing .enquiry-now .enquiry-now__form .ask-demo-form .button {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .page-landing .enquiry-now .enquiry-now__form .ask-demo-form .button {
    font-size: 1.7rem;
  }
}
.page-landing .vendor-logos {
  margin-top: 8rem;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .page-landing .vendor-logos {
    margin-bottom: 9rem;
  }
}
@media (max-width: 767px) {
  .page-landing .vendor-logos {
    margin-top: 5rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 991px) {
  .page-landing .vendor-logos .vendor-logos__title {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .page-landing .vendor-logos .vendor-logos__title {
    margin-bottom: 3rem;
  }
}
.page-landing .testimonial {
  padding-bottom: 6.4rem;
}
@media (max-width: 991px) {
  .page-landing .testimonial {
    padding-bottom: 9.8rem;
  }
}
@media (max-width: 767px) {
  .page-landing .testimonial {
    padding-bottom: 8.5rem;
  }
}
@media (max-width: 479px) {
  .page-landing .testimonial {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .page-landing .testimonial .testimonial__container {
    max-width: 1200px;
    padding: 0;
  }
}
@media (max-width: 479px) {
  .page-landing .testimonial .testimonial__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-landing .testimonial .testimonia__inner {
  overflow: hidden;
  position: relative;
  padding: 10rem 0 6rem;
  border-radius: 10px;
  background-color: rgba(241, 245, 248, 0.88);
}
@media (max-width: 991px) {
  .page-landing .testimonial .testimonia__inner {
    padding-left: 3.2rem;
    padding-right: 4.7rem;
    padding-top: 4.7rem;
  }
}
@media (max-width: 767px) {
  .page-landing .testimonial .testimonia__inner {
    padding-left: 5rem;
    padding-right: 4.5rem;
  }
}
.page-landing .testimonial .testimonia__inner:after {
  content: '';
  width: 18rem;
  height: 27rem;
  position: absolute;
  right: 5px;
  bottom: 2rem;
  background-image: url(../images/social-icons.svg);
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .page-landing .testimonial .testimonia__inner:after {
    display: none;
  }
}
.page-landing .testimonial .testimonial__body:after {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='80' viewBox='0 0 100 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.9664 45C44.9964 45.15 45.9507 58.3 36.5177 68.54C29.508 76.145 18.9009 80 4.99627 80H0V65.9L4.012 65.1C10.9118 63.72 15.6933 60.985 18.2314 56.98C19.5312 54.8753 20.2692 52.4719 20.3748 50H4.99627C2.23691 50 0 47.7614 0 45V10C0 4.485 4.48165 0 9.99253 0H39.9701C42.7295 0 44.9664 2.23858 44.9664 5V45ZM99.9605 45C99.9905 45.15 100.94 58.3 91.5119 68.54C84.5021 76.145 73.895 80 59.9904 80H54.9941V65.9L59.0061 65.1C65.906 63.72 70.6874 60.985 73.2255 56.98C74.5253 54.8753 75.2634 52.4719 75.3689 50H59.9904C57.231 50 54.9941 47.7614 54.9941 45V10C54.9941 4.485 59.4758 0 64.9867 0H94.9643C97.7236 0 99.9605 2.23858 99.9605 5V45Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (max-width: 767px) {
  .page-landing .testimonial .testimonial__body:after {
    display: block;
  }
}
@media (max-width: 991px) {
  .page-landing .testimonial .testimonial__item {
    padding-top: 4rem;
  }
}
@media (max-width: 991px) {
  .page-landing .video-large {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .page-landing .video-large {
    padding-bottom: 14rem;
  }
}
@media (max-width: 479px) {
  .page-landing .video-large {
    padding-bottom: 10rem;
  }
}
@media (max-width: 479px) {
  .page-landing .video-large .container-md {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}
.page-landing .video-large .video-large__header {
  text-align: center;
  margin-bottom: 6rem;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .page-landing .video-large .video-large__header {
    margin-bottom: 2.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.page-landing .video-large .video-large__header .title {
  margin-left: 0;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .page-landing .video-large .video-large__header .title {
    margin-bottom: 2.9rem;
  }
}
.page-landing .video-large .video-large__header h4 {
  font-size: 1.9rem;
  font-weight: 700;
}
.page-landing .video-large .video-large__video {
  overflow: hidden;
  padding-top: 48rem;
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .page-landing .video-large .video-large__video {
    max-width: 82rem;
  }
}
@media (max-width: 991px) {
  .page-landing .video-large .video-large__video {
    padding-top: 30.6rem;
    max-width: 54rem;
  }
}
@media (max-width: 479px) {
  .page-landing .video-large .video-large__video {
    padding-top: 22rem;
  }
}
.page-landing .video-large .video-large__video .video-play {
  display: none;
}
.page-landing .video-large .video-large__video video {
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.page-landing .pricing {
  padding-top: 4.5rem;
  margin-bottom: 15.7rem;
}
@media (max-width: 991px) {
  .page-landing .pricing {
    margin-bottom: 12.4rem;
  }
}
@media (max-width: 767px) {
  .page-landing .pricing {
    margin-bottom: 9.3rem;
  }
}
@media (min-width: 1200px) {
  .page-landing .pricing .pricing__container {
    max-width: 1200px;
    padding: 0;
  }
}
@media (max-width: 1199px) {
  .page-landing .pricing .pricing__container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .page-landing .pricing .pricing__container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .page-landing .pricing .pricing__container {
    max-width: 540px;
  }
}
.page-landing .pricing .pricing__inner {
  padding: 5.3rem 0 4.9rem;
  border-radius: 10px;
  background-color: rgba(241, 245, 248, 0.88);
}
@media (max-width: 991px) {
  .page-landing .pricing .pricing__inner {
    padding-top: 4rem;
    padding-right: 3rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .page-landing .pricing .pricing__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 479px) {
  .page-landing .pricing .pricing__inner {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
.page-landing .pricing .pricing__head .title {
  margin-bottom: 2rem;
  margin-left: 0;
}
@media (max-width: 991px) {
  .page-landing .pricing .pricing__head .title {
    margin-bottom: 2.5rem;
  }
}
.page-landing .pricing .pricing__customize {
  margin-bottom: 3.7rem;
}
@media (max-width: 991px) {
  .page-landing .pricing .pricing__customize {
    margin-bottom: 2rem;
  }
}
.page-landing .pricing .tab-toggle {
  margin-bottom: 4.7rem;
}
@media (max-width: 991px) {
  .page-landing .pricing .tab-toggle {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .page-landing .pricing .tab-slider {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.page-landing .pricing .pricing-box {
  border: 1px solid #C3D0E1;
}
.page-landing .pricing .pricing-box__head .title {
  margin-bottom: 0;
}
.page-landing .pricing .pricing-box__price {
  color: #17457A;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .page-landing .awards {
    padding-bottom: 13.7rem;
  }
}
/* Media Press  */
@media (max-width: 991px) {
  .page-media .media-list-section .media-list__head {
    margin-left: 4rem;
  }
}
@media (max-width: 767px) {
  .page-media .media-list-section .media-list__head {
    margin-left: 0;
  }
}
.page-media .media-list-section .media-list__head .title {
  margin-bottom: 7.8rem;
}
@media (max-width: 991px) {
  .page-media .media-list-section .media-list__head .title {
    margin-bottom: 5.5rem;
  }
}
@media (max-width: 767px) {
  .page-media .media-list-section .media-list__head .title {
    font-size: 2.5rem;
    margin-bottom: 6.5rem;
  }
}
.page-media .media-list-section .media-box {
  display: flex;
  margin-bottom: 3.5rem;
  padding-bottom: 4.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .page-media .media-list-section .media-box {
    flex-wrap: wrap;
    margin-bottom: 4rem;
    padding-bottom: 5rem;
  }
}
.page-media .media-list-section .media-box:last-child:after {
  display: none;
}
.page-media .media-list-section .media-box:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #F1F5F8;
  bottom: 0;
  border-radius: 20px;
}
.page-media .media-list-section .media-box .media-box__img {
  max-width: 36.5rem;
  margin-right: 7.5rem;
  margin-bottom: 0;
  flex: 0 0 100%;
}
@media (max-width: 1199px) {
  .page-media .media-list-section .media-box .media-box__img {
    max-width: 26.5rem;
    margin-right: 4.5rem;
  }
}
@media (max-width: 767px) {
  .page-media .media-list-section .media-box .media-box__img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}
.page-media .media-list-section .media-box .media-box__img a {
  display: block;
  position: relative;
  padding-top: 61%;
  backface-visibility: hidden;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page-media .media-list-section .media-box .media-box__img a {
    padding-top: 72%;
  }
}
.page-media .media-list-section .media-box .media-box__img a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-media .media-list-section .media-box .media-box__content {
  max-width: 51rem;
}
@media (max-width: 767px) {
  .page-media .media-list-section .media-box .media-box__content {
    max-width: 100%;
  }
}
.page-media .media-list-section .media-box .media-box__content h3 {
  font-weight: 700;
  font-size: 2.7rem;
  margin-bottom: 1.3rem;
  color: #17457A;
}
@media (max-width: 1199px) {
  .page-media .media-list-section .media-box .media-box__content h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .page-media .media-list-section .media-box .media-box__content h3 {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .page-media .media-list-section .media-box .media-box__content h3 {
    margin-bottom: 2.5rem;
  }
}
.page-media .media-list-section .media-box .media-box__content h3 a {
  color: inherit;
  text-decoration: none;
}
.page-media .media-list-section .media-box .media-box__content p {
  margin-bottom: 2.2rem;
}
@media (max-width: 991px) {
  .page-media .media-list-section .media-box .media-box__content p {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .page-media .media-list-section .media-box .media-box__content p {
    margin-bottom: 2.2rem;
  }
}
.page-media .media-list-section .media-box .media-box__meta .media-box__date {
  font-size: 1.4rem;
  margin-right: 2.5rem;
}
.page-media .media-list-section .media-box .media-box__meta .media-box__read-time {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 2.3rem;
  letter-spacing: 0.06em;
  color: #F37D6F;
}
.page-media .media-list-section .media-box .media-box__meta .media-box__read-more {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: #F37D6F;
  transition: all 0.35s ease-in-out;
}
.page-media .media-list-section .media-box .media-box__meta .media-box__read-more:hover {
  color: #17457A;
}
.page-media .media-list-section .media-list {
  margin-bottom: 13.5rem;
}
@media (max-width: 991px) {
  .page-media .media-list-section .media-list {
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .page-media .media-list-section .media-list {
    margin-bottom: 5rem;
  }
}
.page-media .media-list-section .media-list__button {
  text-align: center;
  margin-bottom: 10.8rem;
}
@media (max-width: 767px) {
  .page-media .media-list-section .media-list__button {
    margin-bottom: 11.6rem;
  }
}
.page-media .media-list-section .media-list__button .button {
  max-width: 501px;
  width: 100%;
}
.page-media .header-fixed-padding {
  padding-top: 25rem;
}
@media (max-width: 767px) {
  .page-media .header-fixed-padding {
    padding-top: 19rem;
  }
}
.page-media .awards {
  padding-bottom: 15.2rem;
}
@media (max-width: 991px) {
  .page-media .awards {
    padding-bottom: 9rem;
  }
}
@media (max-width: 767px) {
  .page-media .awards {
    padding-bottom: 12.1rem;
  }
}
