/*

Theme Name: Cirpack
Author: artSx

*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmb2Rm.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rm.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Omb2Rm.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOmb2Rm.ttf) format('truetype');
}
:root {
  --primary: #237AB2;
  --primaryDarken: #1b5d87;
  --primaryFade10: rgba(35, 122, 178, 0.1);
  --primaryFade05: rgba(35, 122, 178, 0.05);
  --primaryFade30: rgba(35, 122, 178, 0.3);
  --primaryFade50: rgba(35, 122, 178, 0.5);
  --primaryFade15: rgba(35, 122, 178, 0.15);
  --blockbackground: #FFF;
  --body: #FFF;
  --background: #ECF9FF;
  --lightBackground: #EEE;
  --lightBackgroundDarken: #d5d5d5;
  --circleBg: #CEF0FF;
  --text: #000;
  --textFaded: rgba(0, 0, 0, 0.6);
  --textFaded20: rgba(0, 0, 0, 0.2);
  --border: #F4F4F6;
  --white: #FFF;
  --black: #000;
  --dropdown: #FFF;
  --error: #EB144C;
  --success: #2ecc71;
}
[data-theme="dark"] {
  --body: #121212;
  --text: #FFF;
  --textFaded: rgba(255, 255, 255, 0.6);
  --border: rgba(255, 255, 255, 0.15);
  --background: #2c2c2c;
  --blockbackground: #1f1f1f;
  --dropdown: #1f1f1f;
  --circleBg: rgba(206, 240, 255, 0.1);
}
body,
html {
  margin: 0;
  padding: 0;
}
*:before,
*:after,
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: var(--body);
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body,
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: common-ligatures;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
a,
i,
input,
textarea,
button,
div,
iframe,
span,
video {
  text-decoration: none;
  outline: 0;
}
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
span,
a,
button {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
html,
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
nav.desktop {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 40px 40px 40px;
}
nav.desktop.v2 {
  margin-top: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 479px) {
  nav.desktop {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  nav.desktop {
    display: none;
  }
}
nav.desktop .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
nav.desktop .logo {
  display: flex;
  align-items: center;
}
nav.desktop .logo h1 {
  display: flex;
  align-items: center;
  max-width: 180px;
}
nav.desktop .logo h1 img {
  align-items: center;
  display: flex;
  max-width: 100%;
}
nav.desktop ul.navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav.desktop ul.navigation > li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
  position: relative;
}
nav.desktop ul.navigation > li.active a .icon,
nav.desktop ul.navigation > li.active .open-dropdown .icon {
  transform: rotate(90deg);
}
nav.desktop ul.navigation > li.active > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
nav.desktop ul.navigation > li > .dropdown {
  position: absolute;
  top: 150%;
  left: 0;
  max-width: 300px;
  min-width: 200px;
  background-color: var(--dropdown);
  box-shadow: 0 0 10px var(--primaryFade15);
  transition: all 250ms ease;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  list-style: none;
  display: flex;
  z-index: 3;
}
nav.desktop ul.navigation > li > .dropdown.lg {
  width: 300px;
}
nav.desktop ul.navigation > li > .dropdown.small {
  width: 150px;
}
nav.desktop ul.navigation > li > .dropdown.large {
  width: 600px;
}
nav.desktop ul.navigation > li > .dropdown .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
nav.desktop ul.navigation > li > .dropdown .container .menu {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  flex: 1;
}
nav.desktop ul.navigation > li > .dropdown .container .menu:last-child {
  margin-right: 0;
}
nav.desktop ul.navigation > li > .dropdown .container .menu > .title {
  color: var(--text);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  align-items: center;
  display: flex;
  transition: all 250ms ease;
}
nav.desktop ul.navigation > li > .dropdown .container .menu > .title svg {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
nav.desktop ul.navigation > li > .dropdown .container .menu .sub-menu {
  margin-bottom: 10px;
}
nav.desktop ul.navigation > li > .dropdown .container .menu .sub-menu:last-child {
  margin-bottom: 0;
}
nav.desktop ul.navigation > li > .dropdown .container .menu .sub-menu li {
  padding: 10px;
  transition: all 250ms ease;
  position: relative;
}
nav.desktop ul.navigation > li > .dropdown .container .menu .sub-menu li:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
nav.desktop ul.navigation > li > .dropdown .container .menu .sub-menu li:last-child {
  margin-bottom: 0;
}
nav.desktop ul.navigation > li > .dropdown .container .menu .sub-menu li.title {
  margin-bottom: 10px;
}
nav.desktop ul.navigation > li > .dropdown .container .menu .sub-menu li.title a {
  color: var(--textFaded);
  font-size: 12px;
  font-weight: bold;
}
nav.desktop ul.navigation > li > .dropdown .container .menu .sub-menu li a {
  color: var(--black);
  font-size: 14px;
  transition: all 250ms ease;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
nav.desktop ul.navigation > li > .dropdown .container .menu .sub-menu li a .icons {
  max-width: 20px;
  margin-right: 10px;
}
nav.desktop ul.navigation > li > .dropdown .container .menu .sub-menu li a .icons.lg {
  max-width: 30px;
}
nav.desktop ul.navigation > li > .dropdown .container .menu .sub-menu li a .icons img {
  max-width: 100%;
  display: block;
}
nav.desktop ul.navigation > li > .dropdown .container.row {
  flex-direction: row;
}
nav.desktop ul.navigation > li:last-child {
  margin-right: 0;
}
nav.desktop ul.navigation > li.current-menu-item a:not(.button)::before,
nav.desktop ul.navigation > li.current a:not(.button)::before {
  background-color: var(--primary);
  width: 100%;
}
nav.desktop ul.navigation > li > a,
nav.desktop ul.navigation > li .open-dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--text);
  font-weight: 500;
  transition: all 250ms ease;
  position: relative;
  padding: 10px 10px;
  cursor: pointer;
}
nav.desktop ul.navigation > li > a:hover:not(.button),
nav.desktop ul.navigation > li .open-dropdown:hover:not(.button) {
  background-color: rgba(0, 0, 0, 0.1);
}
nav.desktop ul.navigation > li > a .label,
nav.desktop ul.navigation > li .open-dropdown .label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
nav.desktop ul.navigation > li > a .icon,
nav.desktop ul.navigation > li .open-dropdown .icon {
  display: flex;
  align-items: center;
  margin-left: 5px;
  transition: all 250ms ease;
}
nav.desktop ul.navigation > li > a .icon svg,
nav.desktop ul.navigation > li .open-dropdown .icon svg {
  width: 16px;
  height: 16px;
}
.arrow-navigation {
  position: fixed;
  bottom: 50px;
  right: 20px;
  border-radius: 50%;
  background-color: var(--primaryFade50);
  border: 1px solid var(--primaryFade30);
  display: flex;
  width: 48px;
  height: 48px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
  transform: translateY(20px);
  overflow: hidden;
}
.arrow-navigation:hover {
  background-color: var(--primary);
}
.arrow-navigation:hover .icon {
  opacity: 0;
  transform: translate3d(0, -100%, 0) rotate(180deg);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.arrow-navigation:hover .icon.hover {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  opacity: 1;
  transform: translateZ(0) rotate(180deg);
}
.arrow-navigation.active {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.arrow-navigation .icon {
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -4px;
  transform: translateZ(0) rotate(180deg);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  display: block;
}
.arrow-navigation .icon.hover {
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transform: translate3d(0, 100%, 0) rotate(180deg);
  opacity: 0;
}
.arrow-navigation .icon svg {
  width: 10px;
  height: 6px;
  fill: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-mobile {
  display: none;
  height: calc(100% - 60px);
  width: 100%;
  position: fixed;
  z-index: 10;
  background-color: var(--white);
  padding: 20px;
  flex-direction: column;
  top: 60px;
  overflow: auto;
}
.nav-mobile .navigation {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e7e7e9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.nav-mobile .navigation:last-child {
  border: none;
}
.nav-mobile .navigation > li {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}
.nav-mobile .navigation > li.active a .icon,
.nav-mobile .navigation > li.active .open-dropdown .icon {
  transform: rotate(90deg);
}
.nav-mobile .navigation > li.active .dropdown {
  display: flex;
}
.nav-mobile .navigation > li .dropdown {
  position: relative;
  display: none;
  padding-left: 30px;
  margin: 20px 0;
}
.nav-mobile .navigation > li .dropdown .menu {
  margin-bottom: 20px;
}
.nav-mobile .navigation > li .dropdown .menu:last-child {
  margin-bottom: 0;
}
.nav-mobile .navigation > li .dropdown a.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.nav-mobile .navigation > li .dropdown a.title:last-child {
  margin-bottom: 0;
}
.nav-mobile .navigation > li .dropdown a.title svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.nav-mobile .navigation > li .dropdown .sub-menu {
  margin-bottom: 10px;
  border-radius: 8px;
}
.nav-mobile .navigation > li .dropdown .sub-menu:last-child {
  margin-bottom: 0;
}
.nav-mobile .navigation > li .dropdown .sub-menu .menu-item {
  color: var(--text);
  margin-top: 10px;
}
.nav-mobile .navigation > li .dropdown .sub-menu .menu-item.title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.nav-mobile .navigation > li .dropdown .sub-menu .menu-item.title a {
  color: var(--textFaded);
}
.nav-mobile .navigation > li .dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #e7e7e9;
}
.nav-mobile .navigation > li a,
.nav-mobile .navigation > li .open-dropdown {
  display: flex;
  color: var(--text);
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.nav-mobile .navigation > li a .label,
.nav-mobile .navigation > li .open-dropdown .label {
  font-size: 18px;
  font-weight: bold;
}
.nav-mobile .navigation > li a .icons,
.nav-mobile .navigation > li .open-dropdown .icons {
  max-width: 20px;
  margin-right: 10px;
}
.nav-mobile .navigation > li a .icons img,
.nav-mobile .navigation > li .open-dropdown .icons img {
  max-width: 100%;
  display: block;
}
.nav-mobile .navigation > li a .icon,
.nav-mobile .navigation > li .open-dropdown .icon {
  display: flex;
  align-items: center;
  margin-left: 5px;
  transition: all 250ms ease;
}
.nav-mobile .navigation > li a .icon svg,
.nav-mobile .navigation > li .open-dropdown .icon svg {
  width: 18px;
  height: 18px;
}
.nav-mobile.active {
  display: flex;
}
nav.mobile {
  position: fixed;
  top: 0;
  z-index: 5;
  left: 0;
  width: 100%;
  height: 60px;
  display: none;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  box-shadow: inset 0px -1px 0px var(--border);
}
@media only screen and (max-width: 479px) {
  nav.mobile {
    display: flex;
  }
}
@media only screen and (max-width: 991px) {
  nav.mobile {
    display: flex;
  }
}
nav.mobile .logo {
  display: flex;
  align-items: center;
}
nav.mobile .logo img {
  max-width: 100px;
  display: block;
}
nav.mobile .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
}
nav.mobile .icon.active .open {
  display: none;
}
nav.mobile .icon.active .close {
  display: flex;
}
nav.mobile .icon .open,
nav.mobile .icon .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.mobile .icon .close {
  display: none;
}
nav.mobile .icon-container {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
nav.mobile .icon-container .icon {
  margin-right: 10px;
}
nav.mobile .icon-container .icon:last-child {
  margin-right: 0;
}
nav.mobile .icon img,
nav.mobile .icon svg {
  width: 20px;
  height: 20px;
}
.no-m-l {
  margin-left: 0!important;
}
.top-header {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #efeee7;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}
.top-header .flex {
  display: flex;
  align-items: center;
}
.top-header a {
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top-header a .tooltip {
  position: absolute;
  top: 45px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms ease;
  padding: 5px 10px;
  background-color: #000;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  z-index: 3;
  white-space: nowrap;
  line-height: normal;
}
.top-header a .label {
  transition: all 200ms ease;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  margin-left: 5px;
  font-weight: bold;
}
.top-header a.brand-inactive {
  padding: 6px;
  border-radius: 30px;
}
.top-header a.brand-inactive img {
  opacity: 0.3;
}
.top-header a.brand-inactive:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.top-header a.brand-inactive:hover .tooltip {
  top: 35px;
  opacity: 1;
  visibility: visible;
}
.top-header a.brand-inactive:hover img {
  opacity: 1;
}
.top-header a.brand-inactive:hover .label {
  color: #000;
}
.top-header img {
  max-width: 15px;
  display: block;
}
.loading-app {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}
.loading-app.remove .overlay-loader {
  transition-delay: 250ms;
  transform: translateX(-100%) scale(1.5) skew(20deg, 95deg);
}
.loading-app.remove img,
.loading-app.remove .vertical-centered-box {
  transform: translateY(-50px);
  opacity: 0;
}
.loading-app .overlay-loader {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background-color: var(--white);
  transition: all 1300ms ease;
}
.loading-app .vertical-centered-box,
.loading-app img {
  position: relative;
  z-index: 2;
  max-width: 300px;
  display: block;
  transition: all 250ms ease;
}
.vertical-centered-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-centered-box .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--primaryFade10);
  margin-left: -75px;
  margin-top: -75px;
}
.vertical-centered-box .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 150px;
  margin-left: -75px;
  margin-top: -75px;
  overflow: hidden;
  transform-origin: 75px 75px;
  animation: rotate 1.2s infinite linear;
}
.vertical-centered-box .loader-line-mask .loader-line {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--primaryFade50);
}
.vertical-centered-box .content svg,
.vertical-centered-box .content img {
  width: 60px;
  height: 60px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.media {
  display: flex;
  flex-direction: column;
}
.media.center .media-container {
  align-items: center;
  justify-content: center;
}
.media .share-on {
  position: sticky;
  background-color: var(--background);
  top: 100px;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.media .share-on .title {
  color: var(--text);
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.media .share-on .item {
  flex-direction: row;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  cursor: pointer;
  transition: all 250ms ease;
}
.media .share-on .item:hover .icon,
.media .share-on .item:hover .label {
  color: var(--textFaded);
}
.media .share-on .item .icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: var(--text);
}
.media .share-on .item .icon svg {
  width: 14px;
  height: 14px;
}
.media .share-on .item .label {
  font-size: 14px;
  font-weight: bold;
  color: var(--text);
}
.media-container {
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  .media-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .media-container {
    padding: 0 20px;
    flex-direction: column;
  }
}
.media-container.m-bottom {
  margin-bottom: 100px;
}
.media-container.m-top {
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .media-container.m-top {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .media-container.m-top {
    margin-top: 20px;
  }
}
.media-container.reverse {
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  .media-container.reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 479px) {
  .media-container.reverse {
    flex-direction: column-reverse;
  }
}
.media-sidebar {
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.media-sidebar.margin-right {
  margin-right: 50px;
}
@media only screen and (max-width: 479px) {
  .media-sidebar.margin-right {
    margin-right: 0;
  }
}
.media-section {
  position: relative;
  max-width: 1216px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  padding-top: 0;
}
.media-header {
  flex-direction: row;
  background-color: var(--background);
  padding: 50px 0;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .media-header {
    flex-direction: column;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .media-header {
    flex-direction: column;
    padding-top: 100px;
  }
}
.media-header-img {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
@media only screen and (max-width: 479px) {
  .media-header-img {
    margin-left: 0;
    margin-top: 40px;
  }
}
.media-header-img img {
  align-items: flex-start;
  max-width: 100%;
  display: block;
  border-radius: 8px;
}
.media-header-infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 479px) {
  .media-header-infos {
    width: 100%;
  }
}
.media-header-infos .breadcrumb {
  color: var(--text);
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.media-header-infos .meta {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  border-top: 1px solid var(--textFaded20);
  border-bottom: 1px solid var(--textFaded20);
}
.media-header-infos .meta .text {
  padding: 5px 0;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid var(--textFaded20);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.media-header-infos .meta .text:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.media-header-infos .title {
  margin-top: 8px;
  margin-bottom: 16px;
  padding-right: 40px;
  padding-left: 0;
  color: var(--text);
  font-family: 'Roboto Slab';
  font-size: 48px;
  line-height: 110%;
  font-weight: 500;
}
.media-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
}
.media .contact {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--border);
}
.media-body {
  font-family: 'Roboto Slab';
  width: 100%;
  max-width: 680px;
  display: flex;
  flex-direction: column;
}
.media-body.tab-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
  transform: translateY(-20px);
}
.media-body.tab-content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.media-body ul {
  margin-bottom: 24px;
  padding-left: 24px;
  list-style: disc;
}
.media-body ul li {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}
.media-body ul li::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.media-body a {
  position: relative;
  color: var(--textFaded);
  transition: all 250ms ease;
  align-self: flex-start;
}
.media-body a:hover {
  color: var(--text);
}
.media-body a:hover:before {
  width: 100%;
  background-color: var(--success);
}
.media-body a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all 250ms ease;
}
.media-body p {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
}
.media-body h2 {
  margin-top: 32px;
  margin-bottom: 16px;
  color: var(--text);
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}
.media-body h2.no-margin-top {
  margin-top: 0;
}
.media-body h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
blockquote {
  margin: 0 0 10px;
  padding: 10px 20px;
  border-left: 5px solid var(--border);
  font-size: 18px;
  line-height: 22px;
}
.groups-input {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  flex: 1;
  justify-content: space-between;
}
.groups-input.flex-row {
  flex-direction: row;
}
.groups-input.ac {
  align-items: center;
}
@media only screen and (max-width: 479px) {
  .groups-input {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.groups-input .group-input {
  margin-bottom: 0;
  margin-right: 20px;
}
.groups-input .group-input:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  .groups-input .group-input:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .groups-input .group-input {
    flex: 1;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.group-input {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
  transition: all 250ms ease;
}
.group-input .visibility {
  position: absolute;
  right: 10px;
  top: 9px;
}
.group-input:last-child {
  margin-bottom: 0;
}
.group-input textarea {
  min-height: 200px;
}
.group-input input,
.group-input textarea {
  color: var(--text);
  box-shadow: none;
  font-size: 18px;
  padding: 10px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 8px;
  border: 1px solid var(--textFaded20);
  transition: 250ms ease all;
  background-color: var(--white);
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}
@media screen and (min-width: 479px) {
  .group-input input,
  .group-input textarea {
    padding: calc(10px  +  2  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .group-input input,
  .group-input textarea {
    padding: 12px;
  }
}
.group-input input::placeholder,
.group-input textarea::placeholder {
  color: transparent;
}
.group-input input::-ms-input-placeholder,
.group-input textarea::-ms-input-placeholder {
  color: transparent;
}
.group-input input::-webkit-input-placeholder,
.group-input textarea::-webkit-input-placeholder {
  color: transparent;
}
.group-input input:focus,
.group-input textarea:focus {
  outline: none;
  border-color: var(--primary);
  color: var(--text);
  box-shadow: 0 2px 2px var(--primaryFade15);
}
.group-input input:focus ~ label:not(.error),
.group-input textarea:focus ~ label:not(.error),
.group-input input:valid ~ label:not(.error),
.group-input textarea:valid ~ label:not(.error),
.group-input input:not(:placeholder-shown) ~ label:not(.error),
.group-input textarea:not(:placeholder-shown) ~ label:not(.error) {
  top: -10px;
  font-size: 12px;
  color: var(--primary);
  background-color: var(--white);
  padding: 2px 10px;
  border-radius: 6px;
  transform: translateY(0);
}
.group-input input.error,
.group-input textarea.error {
  transform: translateY(0);
  border-color: var(--error);
}
.group-input input.error:focus ~ label,
.group-input textarea.error:focus ~ label,
.group-input input.error:valid ~ label,
.group-input textarea.error:valid ~ label {
  color: var(--error);
}
.group-input input[type="password"] {
  letter-spacing: 0.3em;
}
.group-input label {
  color: var(--textFaded);
  font-size: 18px;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 22px;
  transform: translateY(-50%);
  transition: all 250ms ease;
}
@media screen and (min-width: 479px) {
  .group-input label {
    font-size: calc(16px  +  2  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .group-input label {
    font-size: 18px;
  }
}
.group-input label.error {
  display: flex;
  align-self: flex-end;
  align-items: flex-end;
  background-color: var(--error);
  padding: 5px 10px;
  color: var(--white) !important;
  top: -10px;
  right: 10px;
  left: auto;
  border-radius: 8px;
  font-size: 10px;
  transform: translateY(0);
}
.notification {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 350px;
  width: 100%;
  z-index: 9999999;
}
.notification-item {
  padding: 10px 10px 16px 15px;
  text-align: left;
  border-radius: 2px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  width: 100%;
  transition: all 250ms ease;
  transform: translateX(-150%);
  overflow: hidden;
  background-color: #FFF;
}
.notification-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0 15px;
}
.notification-item-content .type {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.notification-item-content .msg {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.notification-item .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.notification-item .icon svg {
  width: 14px;
  height: 14px;
  color: #FFF;
}
.notification-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  z-index: 2;
}
.notification-item .bar-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 250ms ease;
  z-index: 1;
}
.notification-item.anim-in {
  transform: translateX(0);
}
@media only screen and (max-width: 479px) {
  .notification-item {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.notification-item .close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 250ms ease;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.notification-item .close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.notification-item .close svg {
  color: rgba(0, 0, 0, 0.6);
  width: 16px;
  height: 16px;
}
.notification-item.error .icon {
  background-color: #EB144C;
}
.notification-item.error .icon svg {
  transform: scale(1.3);
}
.notification-item.error:before {
  background-color: #EB144C;
}
.notification-item.success .icon {
  background-color: #2ecc71;
}
.notification-item.success:before {
  background-color: #2ecc71;
}
.hidden {
  display: none!important;
}
.no-padding {
  padding: 0!important;
}
.n-p-t {
  padding-top: 0!important;
}
.m-t-0 {
  margin-top: 0!important;
}
.m-t-50 {
  margin-top: 50px;
}
.no-margin-top {
  margin-top: 0!important;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
.primary {
  color: var(--primary);
}
.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  transition: all 250ms ease;
  border-radius: 30px;
  border: none;
  appearance: none;
  cursor: pointer;
}
.button.lg .label {
  font-size: 18px!important;
}
.button.xl .label {
  font-size: 32px!important;
}
.button .label {
  font-size: 14px;
}
.button.primary {
  background-color: var(--primary);
  color: var(--white);
  box-shadow: inset 0 -2px 0 var(--textFaded20);
}
.button.primary .label {
  color: var(--white);
}
.button.primary:hover {
  background-color: var(--primaryDarken);
}
.flex {
  display: flex;
}
.flex.section {
  padding: 100px 0px;
}
.flex.section.footer {
  clip-path: ellipse(75% 100% at center top);
}
@media only screen and (max-width: 479px) {
  .flex.section.footer {
    clip-path: ellipse(100% 100% at center top);
  }
}
.flex.section.no-padding-top {
  padding-top: 0;
}
.flex.section.bordered {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.flex.section.bg-map {
  background-image: url('../images/map.png');
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .flex.section {
    padding: 100px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .flex.section {
    padding: 100px 20px;
  }
}
.flex.bg-blue {
  background-color: var(--background);
}
.flex.key {
  padding: 100px 50px;
}
@media only screen and (max-width: 991px) {
  .flex.key {
    padding: 100px 20px;
  }
  .flex.key > .container.f-row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .flex.key {
    padding: 100px 20px;
  }
  .flex.key > .container.f-row {
    flex-direction: column;
  }
}
.flex.key .presentation {
  max-width: 40%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .flex.key .presentation {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .flex.key .presentation {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.flex.key .presentation p {
  margin-bottom: 20px;
  font-size: 16px;
  color: var(--textFaded);
}
.flex.key .actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.flex.key .key-number {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.flex.key .key-container {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  display: flex;
}
.flex.key .key-container .item {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}
.flex.key .key-container .item .title {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Roboto Slab';
  color: var(--text);
}
.flex.key .key-container .item .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--textFaded);
}
.flex.background .container {
  padding: 100px 50px;
  background-color: var(--background);
  border-radius: 8px;
}
.flex.technologies .technologies-container {
  margin-top: 50px;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .flex.technologies .technologies-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 479px) {
  .flex.technologies .technologies-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.flex.technologies .technologies-item {
  padding: 40px;
  border-radius: 8px;
  border: 2px solid var(--border);
  width: calc((100% / 3) - 20px);
}
.flex.technologies .technologies-item .container {
  display: flex;
  flex-direction: column;
}
.flex.technologies .technologies-item .container .title {
  font-size: 24px;
  color: var(--text);
  font-weight: bold;
  font-family: 'Roboto Slab';
  margin-bottom: 10px;
}
.flex.technologies .technologies-item .container .subtitle {
  font-size: 14px;
  color: var(--textFaded);
}
.flex.technologies .technologies-item .logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.flex.technologies .technologies-item .logo img {
  max-width: 35px;
  width: 100%;
  display: block;
}
.flex.technologies .technologies-item .logo.blue {
  background-color: var(--primaryFade10);
}
.flex.technologies .technologies-item .logo.green {
  background-color: rgba(131, 197, 87, 0.2);
}
.flex.technologies .technologies-item .logo.red {
  background-color: rgba(246, 17, 47, 0.2);
}
@media only screen and (max-width: 991px) {
  .flex.technologies .technologies-item {
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
  }
  .flex.technologies .technologies-item .logo {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .flex.technologies .technologies-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .flex.technologies .technologies-item {
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
  }
  .flex.technologies .technologies-item .logo {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .flex.technologies .technologies-item:last-child {
    margin-bottom: 0;
  }
}
.flex.technologies .presentation {
  width: 500px;
}
@media only screen and (max-width: 991px) {
  .flex.technologies .presentation {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .flex.technologies .presentation {
    width: 100%;
  }
}
.flex.technologies .presentation p {
  margin-top: 20px;
  font-size: 16px;
  color: var(--textFaded);
}
.flex.youare .youare-container {
  margin-top: 100px;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .flex.youare .youare-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .flex.youare .youare-container {
    flex-direction: column;
  }
}
.flex.youare .youare-item {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--border);
  width: calc((100% / 1) - 10px);
  flex-direction: row;
  display: flex;
  position: relative;
  background-color: var(--blockbackground);
  margin-bottom: 20px;
}
.flex.youare .youare-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .flex.youare .youare-item {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
  }
  .flex.youare .youare-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .flex.youare .youare-item {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
  }
  .flex.youare .youare-item:last-child {
    margin-bottom: 0;
  }
}
.flex.youare .youare-item .arrow {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.flex.youare .youare-item .arrow img {
  max-width: 100%;
  align-items: flex-start;
}
.flex.youare .youare-item .arrow.top {
  top: -80px;
}
.flex.youare .youare-item .arrow.bottom {
  bottom: -80px;
}
.flex.youare .youare-item .container {
  display: flex;
  flex-direction: column;
}
.flex.youare .youare-item .container .title {
  font-size: 24px;
  color: var(--text);
  font-weight: bold;
  font-family: 'Roboto Slab';
  margin-bottom: 10px;
}
@media screen and (min-width: 479px) {
  .flex.youare .youare-item .container .title {
    font-size: calc(24px  +  24  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .flex.youare .youare-item .container .title {
    font-size: 48px;
  }
}
.flex.youare .youare-item .container .subtitle {
  font-size: 18px;
  color: var(--textFaded);
}
@media screen and (min-width: 479px) {
  .flex.youare .youare-item .container .subtitle {
    font-size: calc(18px  +  6  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .flex.youare .youare-item .container .subtitle {
    font-size: 24px;
  }
}
.flex.youare .youare-item .logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  background-color: var(--background);
}
.flex.youare .youare-item .logo svg {
  width: 35px;
  height: 35px;
  color: var(--primary);
}
.flex.youare .presentation {
  text-align: center;
}
.flex.expert .grid {
  grid-auto-rows: minmax(100px, auto);
}
.flex.expert .expert-container {
  margin-top: 100px;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .flex.expert .expert-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .flex.expert .expert-container {
    flex-direction: column;
  }
}
.flex.expert .expert-item {
  flex-direction: row;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.flex.expert .expert-item .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.flex.expert .expert-item .container .title {
  font-size: 24px;
  color: var(--primaryDarken);
  font-weight: bold;
  font-family: 'Roboto Slab';
}
.flex.expert .expert-item .container .title a {
  color: var(--primaryDarken);
  text-decoration: underline;
}
.flex.expert .expert-item .container .title a:hover {
  text-decoration: none;
}
.flex.expert .expert-item .logo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  background-color: var(--white);
  margin-bottom: 20px;
}
.flex.expert .expert-item .logo svg {
  width: 35px;
  height: 35px;
  color: var(--primary);
}
.flex.expert .presentation {
  text-align: center;
}
.flex.testimonials .actions {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
}
.flex.testimonials .actions-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex.testimonials .actions .item {
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background-color: var(--lightBackground);
  justify-content: center;
  transition: all 250ms ease;
  cursor: pointer;
}
.flex.testimonials .actions .item.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.flex.testimonials .actions .item.swiper-button-disabled:hover {
  pointer-events: none;
}
.flex.testimonials .actions .item:hover {
  background-color: var(--lightBackgroundDarken);
}
.flex.testimonials .actions .item svg {
  width: 14px;
  height: 14px;
  color: var(--text);
}
.flex.testimonials .testimonials-container {
  margin-top: 100px;
  justify-content: center;
  max-width: 50%;
}
@media only screen and (max-width: 479px) {
  .flex.testimonials .testimonials-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .flex.testimonials .testimonials-container {
    max-width: 100%;
  }
}
.flex.testimonials .testimonials-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .flex.testimonials .testimonials-item {
    flex-direction: column;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .flex.testimonials .testimonials-item {
    flex-direction: column;
    max-width: 100%;
  }
}
.flex.testimonials .testimonials-item .container {
  display: flex;
  flex-direction: column;
}
.flex.testimonials .testimonials-item .container p {
  font-size: 24px;
  color: var(--textFaded);
  font-family: 'Roboto Slab';
}
.flex.testimonials .testimonials-item .container .author {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.flex.testimonials .testimonials-item .container .author .title {
  color: var(--text);
  font-size: 16px;
  font-weight: bold;
}
.flex.testimonials .testimonials-item .container .author .subtitle {
  font-size: 13px;
  color: var(--textFaded);
}
.flex.testimonials .testimonials-item .logo {
  display: flex;
  width: 80px;
  flex-shrink: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 479px) {
  .flex.testimonials .testimonials-item .logo {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.flex.testimonials .testimonials-item .logo img {
  max-width: 100%;
  display: block;
  align-items: flex-start;
}
.flex.testimonials .presentation {
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .flex.customers .presentation {
    margin-bottom: 40px;
  }
}
.flex.customers .presentation h3 {
  font-size: 18px;
  font-weight: 300;
  color: var(--textFaded);
}
@media screen and (min-width: 479px) {
  .flex.customers .presentation h3 {
    font-size: calc(18px  +  6  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .flex.customers .presentation h3 {
    font-size: 24px;
  }
}
.flex.customers .presentation h2 {
  font-size: 20px;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (min-width: 479px) {
  .flex.customers .presentation h2 {
    font-size: calc(40px  +  40  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .flex.customers .presentation h2 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .flex.contacts .container.f-row {
    flex-direction: column;
  }
}
.flex.contacts .form-contact {
  margin-left: 40px;
}
@media only screen and (max-width: 479px) {
  .flex.contacts .form-contact {
    margin-left: 0;
  }
}
.flex.contacts .form-contact .actions {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.flex.contacts .form-contact .actions .button {
  padding: 15px 30px;
}
.flex.contacts .form-contact .actions .button .label {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 479px) {
  .flex.contacts .form-contact .actions .button .label {
    font-size: calc(14px  +  4  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .flex.contacts .form-contact .actions .button .label {
    font-size: 18px;
  }
}
.flex.contacts .presentation .image {
  display: flex;
  margin-top: 40px;
}
.flex.contacts .presentation .image img {
  max-width: 100%;
  display: block;
  align-items: flex-start;
}
@media only screen and (max-width: 479px) {
  .flex.contacts .presentation {
    margin-bottom: 40px;
  }
}
.flex.contacts .presentation h3 {
  font-size: 32px;
}
@media screen and (min-width: 479px) {
  .flex.contacts .presentation h3 {
    font-size: calc(32px  +  18  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .flex.contacts .presentation h3 {
    font-size: 50px;
  }
}
.flex.contacts .presentation h4 {
  color: var(--textFaded);
  font-size: 20px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 479px) {
  .flex.contacts .presentation h4 {
    font-size: calc(14px  +  6  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .flex.contacts .presentation h4 {
    font-size: 20px;
  }
}
.flex.contacts-container {
  margin-top: 100px;
}
.flex.news .news-container {
  margin-top: 100px;
}
.flex.news .news-item {
  flex-direction: column;
  display: flex;
  position: relative;
  align-self: flex-start;
}
.flex.news .news-item .container {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.flex.news .news-item .container a {
  color: var(--text);
  transition: all 250ms ease;
}
.flex.news .news-item .container a:hover {
  color: var(--primary);
}
.flex.news .news-item .container .title {
  font-size: 24px;
  color: var(--text);
  font-weight: bold;
  font-family: 'Roboto Slab';
  margin-bottom: 10px;
}
.flex.news .news-item .container .subtitle {
  font-size: 14px;
  color: var(--textFaded);
}
.flex.news .news-item .container .actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.flex.news .news-item .wallpaper {
  width: 100%;
  max-height: 160px;
  padding-top: 56.25%;
  border-radius: 8px;
  flex-shrink: 0;
  position: relative;
  object-fit: cover;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.flex.news .news-item .wallpaper img {
  border-radius: 8px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 160px;
  display: block;
}
.flex.news .presentation {
  text-align: center;
}
.flex > .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.flex.trust-us {
  margin: 20px 0;
}
.flex.trust-us .container {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.flex.trust-us .container h4 {
  color: #ABB3BD;
  font-size: 12px;
  font-weight: bold;
}
.flex.trust-us .container > img {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .flex.hero .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .flex.hero .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.flex.hero .presentation {
  max-width: 40%;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .flex.hero .presentation {
    max-width: 100%;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .flex.hero .presentation {
    max-width: 100%;
    margin-bottom: 100px;
  }
}
.flex.hero .video-container {
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.flex.hero .video-container .halo::after,
.flex.hero .video-container .halo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 30px solid var(--circleBg);
}
.flex.hero .video-container .halo::after {
  width: 420px;
  height: 420px;
}
@media only screen and (max-width: 991px) {
  .flex.hero .video-container .halo::after {
    width: 340px;
    height: 340px;
  }
}
@media only screen and (max-width: 479px) {
  .flex.hero .video-container .halo::after {
    width: 340px;
    height: 340px;
  }
}
.flex.hero .video-container .halo::before {
  width: 320px;
  height: 320px;
}
.flex.hero .video {
  display: flex;
  height: 350px;
  width: 500px;
  flex: 1;
  min-height: 0;
  position: relative;
  min-width: 0;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .flex.hero .video {
    width: 100%;
    height: 200px;
    flex: none;
  }
}
@media only screen and (max-width: 479px) {
  .flex.hero .video {
    width: 100%;
    height: 200px;
    flex: none;
  }
}
.flex.hero .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.flex.hero .actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.flex.f-col {
  flex-direction: column;
}
.flex.f-row {
  flex-direction: row;
}
.flex.a-c {
  align-items: center;
}
.flex.j-c {
  justify-content: center;
}
.heading {
  margin: 100px 0;
}
.heading .presentation {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .heading .presentation {
    padding: 0 20px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  .heading .presentation {
    padding: 0 20px;
    flex-direction: column;
  }
}
.heading .presentation h2 {
  margin-right: -50px;
  text-align: right;
  position: relative;
  z-index: 2;
  font-size: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  .heading .presentation h2 {
    padding-top: 0;
    font-size: 40px;
    text-align: left;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .heading .presentation h2 {
    padding-top: 0;
    font-size: 40px;
    text-align: left;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.heading .presentation .container-image {
  position: relative;
  display: flex;
  flex-direction: column;
}
.heading .presentation .container-image .wrapper {
  border-radius: 8px;
  margin-bottom: 10px;
  position: relative;
}
.heading .presentation .container-image .wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(120deg, #ffffff 15%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 991px) {
  .heading .presentation .container-image .wrapper .overlay {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .heading .presentation .container-image .wrapper .overlay {
    display: none;
  }
}
.heading .presentation .container-image .wrapper img {
  max-width: 100%;
  display: block;
  border-radius: 8px;
}
.heading h3 {
  font-size: 16px;
  font-weight: 300;
}
.team {
  width: 100%;
}
.team-container {
  margin-top: 50px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .team-container {
    flex-direction: column!important;
  }
}
@media only screen and (max-width: 479px) {
  .team-container {
    flex-direction: column!important;
  }
}
.team-container .link-container {
  margin-top: 10px;
}
.team-container .link-container a {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: var(--black);
  transition: all 250ms ease;
  text-decoration: underline;
}
.team-container .link-container a:hover {
  text-decoration: none;
}
.team-container .link-container a svg,
.team-container .link-container a img {
  width: 16px;
}
.team-container .link-container a span {
  margin-left: 5px;
  display: flex;
}
.team-container .item {
  display: flex;
  flex-direction: column;
}
.team-container .item .img-container {
  width: 260px;
  height: 260px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .team-container .item .img-container {
    height: 240px;
  }
}
@media only screen and (max-width: 479px) {
  .team-container .item .img-container {
    height: 240px;
  }
}
.team-container .item .img-container img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.team-container .item .text-container h2 {
  font-size: 18px;
}
.team-container .item .text-container h3 {
  font-size: 14px;
  color: var(--textFaded);
  font-weight: 400;
}
h2,
h3 {
  font-family: 'Roboto Slab';
  font-weight: bold;
  color: var(--text);
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 30px;
}
h3.light {
  color: var(--textFaded);
}
h3 a {
  color: var(--text);
  text-decoration: underline;
}
h3 a:hover {
  text-decoration: none;
}
footer {
  display: flex;
  flex-direction: column;
}
footer .wrapper {
  padding-top: 20px;
  margin-top: 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  footer .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  footer .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  footer .container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 479px) {
  footer .container {
    flex-direction: column;
  }
}
footer .container .input {
  background-color: var(--primaryFade05);
  padding: 10px;
  border-radius: 30px;
  border: 1px solid var(--textFaded20);
  display: flex;
  flex-direction: row;
  position: relative;
  transition: all 250ms ease;
}
footer .container .input form {
  width: 100%;
}
footer .container .input:focus-within {
  background-color: var(--primaryFade10);
  border-color: var(--primary);
  box-shadow: 0 0 0 2px var(--primaryFade30);
}
footer .container .input label.error {
  position: absolute;
  top: 110%;
  left: 0;
  font-size: 12px;
  color: var(--error);
}
footer .container .input input {
  font-size: 14px;
  width: 100%;
  padding-right: 50px;
  background: transparent;
  border: none;
  color: var(--primary);
}
footer .container .input input::placeholder {
  color: var(--primary);
}
footer .container .input .actions {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border-radius: 50%;
  background-color: var(--primary);
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  border: none;
}
footer .container .input .actions svg {
  color: var(--white);
  width: 14px;
  height: 14px;
}
footer .container.bordered {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--border);
  font-size: 14px;
  color: var(--textFaded);
  text-align: center;
  justify-content: center;
  align-items: center;
}
footer .container.bordered a {
  margin-left: 5px;
  color: var(--textFaded);
  text-decoration: underline;
  transition: all 250ms ease;
}
footer .container.bordered a:hover {
  color: var(--text);
  text-decoration: none;
}
footer .container .link-container {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  footer .container .link-container {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  footer .container .link-container {
    margin-top: 20px;
  }
}
footer .container .link-container .title {
  color: var(--text);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .container .link-container a,
footer .container .link-container p {
  font-size: 14px;
  color: var(--textFaded);
  margin-bottom: 10px;
}
footer .container .link-container a.mail,
footer .container .link-container p.mail {
  font-size: 24px;
  margin-bottom: 0;
}
footer .container .logo {
  max-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
footer .container .logo img {
  max-width: 100%;
  display: block;
}
.grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  display: grid;
  grid-auto-rows: minmax(min-content, max-content);
}
.grid.no-gap {
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.grid.solutions {
  width: 100%;
}
.grid.column-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 991px) {
  .grid.column-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 479px) {
  .grid.column-5.xs-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 479px) {
  .grid.column-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.column-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 991px) {
  .grid.column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 479px) {
  .grid.column-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.column-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .grid.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 479px) {
  .grid.column-3.xs-column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 479px) {
  .grid.column-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid.column-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .grid.column-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 479px) {
  .grid.column-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.customers-list {
  grid-gap: 2px;
}
.customers-list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px var(--border);
  padding: 20px;
}
.customers-list .item:hover img {
  filter: grayscale(0);
}
.customers-list .item img {
  align-items: flex-start;
  max-width: 150px;
  max-height: 100px;
  display: block;
  width: 100%;
  height: auto;
  transition: all 250ms ease;
}
.tabs {
  margin: 50px 0 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media only screen and (max-width: 479px) {
  .tabs.grid.column-5 {
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .tabs.grid.column-5 {
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
  }
}
.tabs .tab {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .tabs .tab {
    width: 100%;
  }
}
.tabs .tab:hover.sbc:after,
.tabs .tab.active.sbc:after {
  background-color: #dc7561;
}
.tabs .tab:hover.ngn:after,
.tabs .tab.active.ngn:after {
  background-color: #a75282;
}
.tabs .tab:hover.ims:after,
.tabs .tab.active.ims:after {
  background-color: #f8b78a;
}
.tabs .tab:hover.uc:after,
.tabs .tab.active.uc:after {
  background-color: #99c8e7;
}
.tabs .tab:hover.rpe:after,
.tabs .tab.active.rpe:after {
  background-color: #79bb95;
}
.tabs .tab:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--border);
  transition: all 250ms ease;
}
.tabs .tab .img-container {
  width: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .tabs .tab .img-container {
    width: 40px;
    margin-bottom: 0;
  }
}
.tabs .tab .img-container img {
  max-width: 100%;
  display: block;
}
.tabs .tab .text-container {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 479px) {
  .tabs .tab .text-container {
    display: none;
  }
}
.tabs .tab .text-container .title {
  font-size: 12px;
  color: var(--text);
  font-weight: bold;
}
@media screen and (min-width: 479px) {
  .tabs .tab .text-container .title {
    font-size: calc(12px  +  6  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .tabs .tab .text-container .title {
    font-size: 18px;
  }
}
.tabs .tab .text-container .subtitle {
  font-size: 10px;
  color: var(--textFaded);
}
@media screen and (min-width: 479px) {
  .tabs .tab .text-container .subtitle {
    font-size: calc(10px  +  4  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .tabs .tab .text-container .subtitle {
    font-size: 14px;
  }
}
.keys {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 100px;
  margin-right: 40px;
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .keys {
    margin-right: 0;
    position: relative;
    top: 0;
    margin-top: -50px;
  }
}
.keys .item {
  padding: 20px;
  border-radius: 8px;
  color: var(--white);
}
.keys .item.tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
  transform: translateY(-20px);
}
@media only screen and (max-width: 479px) {
  .keys .item.tab-content {
    display: none;
    position: relative;
    margin-bottom: 40px;
  }
}
.keys .item.tab-content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
@media only screen and (max-width: 479px) {
  .keys .item.tab-content.active {
    display: block;
  }
}
.keys .item.sbc {
  background-color: #dc7561;
}
.keys .item.ngn {
  background-color: #a75282;
}
.keys .item.ims {
  background-color: #f8b78a;
}
.keys .item.uc {
  background-color: #99c8e7;
}
.keys .item.rpe {
  background-color: #79bb95;
}
.keys .item .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: 'Roboto Slab';
}
@media screen and (min-width: 479px) {
  .keys .item .title {
    font-size: calc(14px  +  2  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .keys .item .title {
    font-size: 16px;
  }
}
.keys .item ul {
  padding-left: 14px;
  list-style: disc;
}
.keys .item ul li {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (min-width: 479px) {
  .keys .item ul li {
    font-size: calc(12px  +  2  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .keys .item ul li {
    font-size: 14px;
  }
}
.list-jobs {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  margin: 0 0;
}
@media only screen and (max-width: 479px) {
  .list-jobs {
    margin-top: -50px;
  }
}
.list-jobs .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 8px;
  padding: 20px;
  transition: all 250ms ease;
  border: 1px solid var(--white);
}
@media only screen and (max-width: 479px) {
  .list-jobs .item {
    padding: 10px;
  }
}
.list-jobs .item .job-type {
  display: flex;
  align-items: center;
}
.list-jobs .item .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.list-jobs .item .wrapper .job-type {
  margin-left: 20px;
}
.list-jobs .item .wrapper .title {
  font-size: 14px;
  color: var(--text);
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 479px) {
  .list-jobs .item .wrapper .title {
    font-size: calc(14px  +  2  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .list-jobs .item .wrapper .title {
    font-size: 16px;
  }
}
.list-jobs .item .wrapper .subcontent-job {
  font-size: 12px;
  color: var(--textFaded);
  display: flex;
  align-items: center;
}
@media screen and (min-width: 479px) {
  .list-jobs .item .wrapper .subcontent-job {
    font-size: calc(12px  +  2  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .list-jobs .item .wrapper .subcontent-job {
    font-size: 14px;
  }
}
.list-jobs .item .wrapper .subcontent-job svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.list-jobs .item:hover {
  background-color: #F9F9F9;
  border-color: #E8E8E8;
  cursor: pointer;
}
.career {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 479px) {
  .career {
    padding-top: 100px;
  }
}
.career .presentation {
  justify-content: space-between;
  align-items: center;
}
.career .presentation h2 {
  margin: 0;
  color: var(--success);
}
.client-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}
.client-container .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.client-container .item img {
  display: block;
  width: 100%;
  max-width: 80px;
  object-fit: contain;
}
@keyframes lv {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -40000px;
  }
}
.hero {
  width: 100vw;
  height: calc(100vh - 120px);
  position: relative;
}
.hero #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}
.hero .gradient,
.hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 0%, var(--primaryFade50) 0%);
}
.hero .bg {
  background-image: url('../images/cirpack-bg.png');
  background-size: cover;
  z-index: -1;
  background-position: top;
}
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero-text .subtitle {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 5px;
  text-transform: uppercase;
}
.hero-text .title {
  font-size: 30px;
  text-align: center;
  font-weight: 300;
  color: var(--white);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0px 0 0px;
}
@media screen and (min-width: 479px) {
  .hero-text .title {
    font-size: calc(30px  +  20  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .hero-text .title {
    font-size: 50px;
  }
}
.hero-text .title b {
  font-weight: 900;
  font-size: 50px;
}
@media screen and (min-width: 479px) {
  .hero-text .title b {
    font-size: calc(50px  +  22  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .hero-text .title b {
    font-size: 72px;
  }
}
.hero-text .separator {
  width: 50px;
  height: 4px;
  margin: 20px auto 40px;
  border-radius: 4px;
  background-color: var(--error);
}
.hero-text .btn-wrapper .button {
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.section.dark {
  background-color: #121212;
}
.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.section-title p,
.section-title ul {
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 479px) {
  .section-title p,
  .section-title ul {
    font-size: calc(15px  +  5  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .section-title p,
  .section-title ul {
    font-size: 20px;
  }
}
.section-title p:last-child,
.section-title ul:last-child {
  margin-bottom: 0;
}
.section-title.dark h3,
.section-title.dark h4,
.section-title.dark p {
  color: var(--white);
}
.section-title h3,
.section-title h4 {
  text-transform: uppercase;
}
.section-title.align-left {
  align-items: flex-start;
  text-align: left;
}
.section-title.align-left .separator {
  margin: 20px 0;
}
.section-title h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.section-title h3 {
  font-size: 32px;
  font-weight: 300;
  color: var(--primaryDarken);
  font-family: 'Roboto';
  margin: 0px 0 0px;
}
.section-title h3 b {
  font-weight: 600;
}
.section-title .button-wrapper {
  margin-top: 20px;
}
.section-title .separator {
  width: 50px;
  height: 4px;
  margin: 20px auto;
  border-radius: 4px;
  background-color: var(--error);
}
.items-with-icon-even > div:nth-child(even) {
  background-color: #EEE;
  margin-bottom: 0;
  border-radius: 0;
}
.items-with-icon-odd > div:nth-child(odd) {
  background-color: #EEE;
  margin-bottom: 0;
  border-radius: 0;
}
.item-with-icon.animated-bg {
  margin-bottom: 0;
}
.item-with-icon.animated-bg::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: var(--primary);
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.item-with-icon.animated-bg:hover {
  transform: scale(1);
}
.item-with-icon.animated-bg:hover .icon,
.item-with-icon.animated-bg:hover .text-wrapper {
  position: relative;
  z-index: 2;
}
.item-with-icon.animated-bg:hover .icon {
  color: var(--primary);
  background-color: var(--white);
}
.item-with-icon.animated-bg:hover .text-wrapper .title {
  color: var(--white);
}
.item-with-icon.animated-bg:hover .text-wrapper .subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.item-with-icon.animated-bg:hover::before {
  opacity: 1;
  transform: scale(1.075);
}
.item-with-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 200ms ease;
}
.item-with-icon.column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.item-with-icon.column .icon {
  margin-right: 0;
  margin-bottom: 20px;
}
.item-with-icon.light {
  border: none;
}
.item-with-icon.light .icon {
  background-color: var(--primary);
  color: var(--white);
}
.item-with-icon.light .text-wrapper .title {
  color: var(--primary);
}
.item-with-icon.light .text-wrapper .subtitle {
  color: var(--primaryFade50);
}
.item-with-icon:hover {
  background-color: rgba(255, 255, 255, 0.05);
  transform: scale(1.05);
}
.item-with-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--white);
  margin-right: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--primary);
}
.item-with-icon .icon svg {
  width: 32px;
  height: 32px;
}
.item-with-icon .text-wrapper .title {
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
}
.item-with-icon .text-wrapper .subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.item-iconed-wrapper {
  margin-top: 100px;
}
ul.list {
  padding-left: 14px;
  list-style: disc;
}
ul.list li {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (min-width: 479px) {
  ul.list li {
    font-size: calc(12px  +  4  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  ul.list li {
    font-size: 16px;
  }
}
.page-title {
  text-align: center;
  background-color: #ECF9FF;
}
.page-title h2 {
  font-size: 30px;
}
@media screen and (min-width: 479px) {
  .page-title h2 {
    font-size: calc(30px  +  20  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .page-title h2 {
    font-size: 50px;
  }
}
.page-title h2 span {
  font-weight: 100;
}
.page-title h3 {
  font-weight: 100;
  font-size: 30px;
}
@media screen and (min-width: 479px) {
  .page-title h3 {
    font-size: calc(30px  +  20  * ((100vw -  479px ) / 512 ));
  }
}
@media screen and (min-width: 991px) {
  .page-title h3 {
    font-size: 50px;
  }
}
.page-title--icons {
  max-width: 130px;
  margin: 0 auto;
}
@media only screen and (max-width: 479px) {
  .page-title--icons {
    max-width: 100px;
  }
}
.page-title--icons img {
  max-width: 100%;
  display: block;
}
.illustration {
  position: relative;
}
.illustration.reduce-size {
  display: flex;
  justify-content: center;
}
.illustration.reduce-size img {
  max-width: 70%!important;
}
@media only screen and (max-width: 479px) {
  .illustration.reduce-size img {
    max-width: 100%!important;
  }
}
.illustration.center {
  margin: 0 auto;
  text-align: center;
}
.illustration.br {
  max-width: 100%;
}
.illustration.br img {
  position: relative;
  border-radius: 20px;
  z-index: 2;
  max-width: 100%;
}
.illustration .bullet {
  position: absolute;
  background-image: url(../images/dots-yellow.svg);
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  background-size: content;
  z-index: 1;
}
@media only screen and (max-width: 479px) {
  .illustration .bullet {
    width: 100px;
    height: 100px;
  }
}
.illustration .bullet.blued {
  background-image: url(../images/uniquity/dots-blue.svg);
}
.illustration .bullet.top {
  top: -100px;
}
.illustration .bullet.right {
  right: -100px;
}
@media only screen and (max-width: 479px) {
  .illustration .bullet.right {
    right: 50%;
    margin-left: -50px;
  }
}
.illustration .bullet.left {
  left: -100px;
}
@media only screen and (max-width: 479px) {
  .illustration .bullet.left {
    left: 50%;
  }
}
.illustration .bullet.bottom {
  bottom: -100px;
}
@media only screen and (max-width: 479px) {
  .illustration .bullet.top {
    top: -25px;
  }
  .illustration .bullet.bottom {
    bottom: -25px;
  }
}
.big-title {
  max-width: 990px;
  margin: 100px auto;
  text-align: center;
}
.big-title.white h2,
.big-title.white p {
  color: #FFF;
}
.big-title h2 {
  font-size: 42px;
}
.big-title h2 span {
  background-image: linear-gradient(261deg, #0D84FF 0%, #00DDD0 21%, #C4F6F3 68%, #C9F7F4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.item-list-icon {
  display: flex;
  flex-direction: column;
}
.item-list-icon.white .title,
.item-list-icon.white .text {
  color: #FFF;
}
.item-list-icon.white .icon:after {
  background-color: rgba(255, 255, 255, 0.1);
}
.item-list-icon .title {
  font-size: 18px;
  font-weight: bold;
}
.item-list-icon .text {
  font-size: 14px;
}
.item-list-icon .icon {
  width: 50px;
  position: relative;
  margin-bottom: 10px;
}
.item-list-icon .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.item-list-icon .icon img {
  max-width: 100%;
  display: block;
}
.news.blued {
  background-color: #001B39;
}
.item-bg-list {
  display: flex;
  flex-direction: column;
}
.item-bg-list.pink .icon {
  background-color: #FFE4E4;
}
.item-bg-list.blue .icon {
  background-color: #E4FCFF;
}
.item-bg-list.green .icon {
  background-color: #EEFFE4;
}
.item-bg-list .icon {
  border-radius: 10px;
  margin-bottom: 10px;
  max-height: 200px;
  height: 100%;
}
.item-bg-list .icon img {
  max-width: 100%;
  max-height: 250px;
  margin: -50px auto 0;
  display: block;
}
.item-bg-list .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.price {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 370px;
  text-align: center;
}
.price .from {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.price-unit {
  font-size: 120px;
  font-weight: bold;
  color: #237AB2;
  position: relative;
  letter-spacing: -10px;
}
.price-unit span {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 25px;
  right: -10px;
  white-space: nowrap;
  letter-spacing: normal;
}
.price .label {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
.price .btn-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.menu-product {
  align-items: center;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 100px;
  column-gap: 20px;
  row-gap: 50px;
  max-width: 990px;
  width: 100%;
  margin: 50px auto 0;
}
.menu-product-item {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  align-items: center;
  font-weight: bold;
}
.menu-product-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-direction: column;
  transition: all 250ms ease-in-out;
  border-radius: 10px;
  padding: 10px;
}
.menu-product-item a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.menu-product-item .icons {
  display: flex;
  margin-bottom: 10px;
  max-width: 50px;
  justify-content: center;
}
.menu-product-item .icons img {
  max-width: 100%;
  display: block;
}
.data-links {
  display: flex;
  flex-direction: column;
}
.data-links li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.data-links li a {
  color: var(--black);
  transition: all 250ms ease;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 6px;
}
.data-links li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
