/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/* CSS Reset End */
.row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.col-1 {
  grid-column-end: span 1;
}

.col-offset-1 {
  grid-column-start: 2;
}

.row-1 {
  grid-row-end: span 1;
}

.row-offset-1 {
  grid-row-start: 2;
}

.col-2 {
  grid-column-end: span 2;
}

.col-offset-2 {
  grid-column-start: 3;
}

.row-2 {
  grid-row-end: span 2;
}

.row-offset-2 {
  grid-row-start: 3;
}

.col-3 {
  grid-column-end: span 3;
}

.col-offset-3 {
  grid-column-start: 4;
}

.row-3 {
  grid-row-end: span 3;
}

.row-offset-3 {
  grid-row-start: 4;
}

.col-4 {
  grid-column-end: span 4;
}

.col-offset-4 {
  grid-column-start: 5;
}

.row-4 {
  grid-row-end: span 4;
}

.row-offset-4 {
  grid-row-start: 5;
}

.col-5 {
  grid-column-end: span 5;
}

.col-offset-5 {
  grid-column-start: 6;
}

.row-5 {
  grid-row-end: span 5;
}

.row-offset-5 {
  grid-row-start: 6;
}

.col-6 {
  grid-column-end: span 6;
}

.col-offset-6 {
  grid-column-start: 7;
}

.row-6 {
  grid-row-end: span 6;
}

.row-offset-6 {
  grid-row-start: 7;
}

.col-7 {
  grid-column-end: span 7;
}

.col-offset-7 {
  grid-column-start: 8;
}

.row-7 {
  grid-row-end: span 7;
}

.row-offset-7 {
  grid-row-start: 8;
}

.col-8 {
  grid-column-end: span 8;
}

.col-offset-8 {
  grid-column-start: 9;
}

.row-8 {
  grid-row-end: span 8;
}

.row-offset-8 {
  grid-row-start: 9;
}

@media (min-width: 480px) {
  .col-xs-1 {
    grid-column-end: span 1;
  }
  .col-offset-xs-1 {
    grid-column-start: 2;
  }
  .row-xs-1 {
    grid-row-end: span 1;
  }
  .row-offset-xs-1 {
    grid-row-start: 2;
  }
  .col-xs-2 {
    grid-column-end: span 2;
  }
  .col-offset-xs-2 {
    grid-column-start: 3;
  }
  .row-xs-2 {
    grid-row-end: span 2;
  }
  .row-offset-xs-2 {
    grid-row-start: 3;
  }
  .col-xs-3 {
    grid-column-end: span 3;
  }
  .col-offset-xs-3 {
    grid-column-start: 4;
  }
  .row-xs-3 {
    grid-row-end: span 3;
  }
  .row-offset-xs-3 {
    grid-row-start: 4;
  }
  .col-xs-4 {
    grid-column-end: span 4;
  }
  .col-offset-xs-4 {
    grid-column-start: 5;
  }
  .row-xs-4 {
    grid-row-end: span 4;
  }
  .row-offset-xs-4 {
    grid-row-start: 5;
  }
  .col-xs-5 {
    grid-column-end: span 5;
  }
  .col-offset-xs-5 {
    grid-column-start: 6;
  }
  .row-xs-5 {
    grid-row-end: span 5;
  }
  .row-offset-xs-5 {
    grid-row-start: 6;
  }
  .col-xs-6 {
    grid-column-end: span 6;
  }
  .col-offset-xs-6 {
    grid-column-start: 7;
  }
  .row-xs-6 {
    grid-row-end: span 6;
  }
  .row-offset-xs-6 {
    grid-row-start: 7;
  }
  .col-xs-7 {
    grid-column-end: span 7;
  }
  .col-offset-xs-7 {
    grid-column-start: 8;
  }
  .row-xs-7 {
    grid-row-end: span 7;
  }
  .row-offset-xs-7 {
    grid-row-start: 8;
  }
  .col-xs-8 {
    grid-column-end: span 8;
  }
  .col-offset-xs-8 {
    grid-column-start: 9;
  }
  .row-xs-8 {
    grid-row-end: span 8;
  }
  .row-offset-xs-8 {
    grid-row-start: 9;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    grid-column-end: span 1;
  }
  .col-offset-sm-1 {
    grid-column-start: 2;
  }
  .row-sm-1 {
    grid-row-end: span 1;
  }
  .row-offset-sm-1 {
    grid-row-start: 2;
  }
  .col-sm-2 {
    grid-column-end: span 2;
  }
  .col-offset-sm-2 {
    grid-column-start: 3;
  }
  .row-sm-2 {
    grid-row-end: span 2;
  }
  .row-offset-sm-2 {
    grid-row-start: 3;
  }
  .col-sm-3 {
    grid-column-end: span 3;
  }
  .col-offset-sm-3 {
    grid-column-start: 4;
  }
  .row-sm-3 {
    grid-row-end: span 3;
  }
  .row-offset-sm-3 {
    grid-row-start: 4;
  }
  .col-sm-4 {
    grid-column-end: span 4;
  }
  .col-offset-sm-4 {
    grid-column-start: 5;
  }
  .row-sm-4 {
    grid-row-end: span 4;
  }
  .row-offset-sm-4 {
    grid-row-start: 5;
  }
  .col-sm-5 {
    grid-column-end: span 5;
  }
  .col-offset-sm-5 {
    grid-column-start: 6;
  }
  .row-sm-5 {
    grid-row-end: span 5;
  }
  .row-offset-sm-5 {
    grid-row-start: 6;
  }
  .col-sm-6 {
    grid-column-end: span 6;
  }
  .col-offset-sm-6 {
    grid-column-start: 7;
  }
  .row-sm-6 {
    grid-row-end: span 6;
  }
  .row-offset-sm-6 {
    grid-row-start: 7;
  }
  .col-sm-7 {
    grid-column-end: span 7;
  }
  .col-offset-sm-7 {
    grid-column-start: 8;
  }
  .row-sm-7 {
    grid-row-end: span 7;
  }
  .row-offset-sm-7 {
    grid-row-start: 8;
  }
  .col-sm-8 {
    grid-column-end: span 8;
  }
  .col-offset-sm-8 {
    grid-column-start: 9;
  }
  .row-sm-8 {
    grid-row-end: span 8;
  }
  .row-offset-sm-8 {
    grid-row-start: 9;
  }
}
@media (min-width: 960px) {
  .col-md-1 {
    grid-column-end: span 1;
  }
  .col-offset-md-1 {
    grid-column-start: 2;
  }
  .row-md-1 {
    grid-row-end: span 1;
  }
  .row-offset-md-1 {
    grid-row-start: 2;
  }
  .col-md-2 {
    grid-column-end: span 2;
  }
  .col-offset-md-2 {
    grid-column-start: 3;
  }
  .row-md-2 {
    grid-row-end: span 2;
  }
  .row-offset-md-2 {
    grid-row-start: 3;
  }
  .col-md-3 {
    grid-column-end: span 3;
  }
  .col-offset-md-3 {
    grid-column-start: 4;
  }
  .row-md-3 {
    grid-row-end: span 3;
  }
  .row-offset-md-3 {
    grid-row-start: 4;
  }
  .col-md-4 {
    grid-column-end: span 4;
  }
  .col-offset-md-4 {
    grid-column-start: 5;
  }
  .row-md-4 {
    grid-row-end: span 4;
  }
  .row-offset-md-4 {
    grid-row-start: 5;
  }
  .col-md-5 {
    grid-column-end: span 5;
  }
  .col-offset-md-5 {
    grid-column-start: 6;
  }
  .row-md-5 {
    grid-row-end: span 5;
  }
  .row-offset-md-5 {
    grid-row-start: 6;
  }
  .col-md-6 {
    grid-column-end: span 6;
  }
  .col-offset-md-6 {
    grid-column-start: 7;
  }
  .row-md-6 {
    grid-row-end: span 6;
  }
  .row-offset-md-6 {
    grid-row-start: 7;
  }
  .col-md-7 {
    grid-column-end: span 7;
  }
  .col-offset-md-7 {
    grid-column-start: 8;
  }
  .row-md-7 {
    grid-row-end: span 7;
  }
  .row-offset-md-7 {
    grid-row-start: 8;
  }
  .col-md-8 {
    grid-column-end: span 8;
  }
  .col-offset-md-8 {
    grid-column-start: 9;
  }
  .row-md-8 {
    grid-row-end: span 8;
  }
  .row-offset-md-8 {
    grid-row-start: 9;
  }
}
@media (min-width: 1170px) {
  .col-lg-1 {
    grid-column-end: span 1;
  }
  .col-offset-lg-1 {
    grid-column-start: 2;
  }
  .row-lg-1 {
    grid-row-end: span 1;
  }
  .row-offset-lg-1 {
    grid-row-start: 2;
  }
  .col-lg-2 {
    grid-column-end: span 2;
  }
  .col-offset-lg-2 {
    grid-column-start: 3;
  }
  .row-lg-2 {
    grid-row-end: span 2;
  }
  .row-offset-lg-2 {
    grid-row-start: 3;
  }
  .col-lg-3 {
    grid-column-end: span 3;
  }
  .col-offset-lg-3 {
    grid-column-start: 4;
  }
  .row-lg-3 {
    grid-row-end: span 3;
  }
  .row-offset-lg-3 {
    grid-row-start: 4;
  }
  .col-lg-4 {
    grid-column-end: span 4;
  }
  .col-offset-lg-4 {
    grid-column-start: 5;
  }
  .row-lg-4 {
    grid-row-end: span 4;
  }
  .row-offset-lg-4 {
    grid-row-start: 5;
  }
  .col-lg-5 {
    grid-column-end: span 5;
  }
  .col-offset-lg-5 {
    grid-column-start: 6;
  }
  .row-lg-5 {
    grid-row-end: span 5;
  }
  .row-offset-lg-5 {
    grid-row-start: 6;
  }
  .col-lg-6 {
    grid-column-end: span 6;
  }
  .col-offset-lg-6 {
    grid-column-start: 7;
  }
  .row-lg-6 {
    grid-row-end: span 6;
  }
  .row-offset-lg-6 {
    grid-row-start: 7;
  }
  .col-lg-7 {
    grid-column-end: span 7;
  }
  .col-offset-lg-7 {
    grid-column-start: 8;
  }
  .row-lg-7 {
    grid-row-end: span 7;
  }
  .row-offset-lg-7 {
    grid-row-start: 8;
  }
  .col-lg-8 {
    grid-column-end: span 8;
  }
  .col-offset-lg-8 {
    grid-column-start: 9;
  }
  .row-lg-8 {
    grid-row-end: span 8;
  }
  .row-offset-lg-8 {
    grid-row-start: 9;
  }
}
@media (min-width: 1280px) {
  .col-xl-1 {
    grid-column-end: span 1;
  }
  .col-offset-xl-1 {
    grid-column-start: 2;
  }
  .row-xl-1 {
    grid-row-end: span 1;
  }
  .row-offset-xl-1 {
    grid-row-start: 2;
  }
  .col-xl-2 {
    grid-column-end: span 2;
  }
  .col-offset-xl-2 {
    grid-column-start: 3;
  }
  .row-xl-2 {
    grid-row-end: span 2;
  }
  .row-offset-xl-2 {
    grid-row-start: 3;
  }
  .col-xl-3 {
    grid-column-end: span 3;
  }
  .col-offset-xl-3 {
    grid-column-start: 4;
  }
  .row-xl-3 {
    grid-row-end: span 3;
  }
  .row-offset-xl-3 {
    grid-row-start: 4;
  }
  .col-xl-4 {
    grid-column-end: span 4;
  }
  .col-offset-xl-4 {
    grid-column-start: 5;
  }
  .row-xl-4 {
    grid-row-end: span 4;
  }
  .row-offset-xl-4 {
    grid-row-start: 5;
  }
  .col-xl-5 {
    grid-column-end: span 5;
  }
  .col-offset-xl-5 {
    grid-column-start: 6;
  }
  .row-xl-5 {
    grid-row-end: span 5;
  }
  .row-offset-xl-5 {
    grid-row-start: 6;
  }
  .col-xl-6 {
    grid-column-end: span 6;
  }
  .col-offset-xl-6 {
    grid-column-start: 7;
  }
  .row-xl-6 {
    grid-row-end: span 6;
  }
  .row-offset-xl-6 {
    grid-row-start: 7;
  }
  .col-xl-7 {
    grid-column-end: span 7;
  }
  .col-offset-xl-7 {
    grid-column-start: 8;
  }
  .row-xl-7 {
    grid-row-end: span 7;
  }
  .row-offset-xl-7 {
    grid-row-start: 8;
  }
  .col-xl-8 {
    grid-column-end: span 8;
  }
  .col-offset-xl-8 {
    grid-column-start: 9;
  }
  .row-xl-8 {
    grid-row-end: span 8;
  }
  .row-offset-xl-8 {
    grid-row-start: 9;
  }
}
.col-flex {
  display: flex;
}

html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Fira Sans";
  color: #212123;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.dialogOpened {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1256px;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .wrapper {
    max-width: 1288px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #EDEDED;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #ffffff;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  height: 54px;
}
header .logo a {
  display: inline-block;
}
header .logo a:focus {
  background: rgba(37, 128, 195, 0.1);
}
header .logo img {
  max-height: 54px;
}
header .logo span {
  position: absolute;
  opacity: 0;
}
header .menu {
  display: none;
}
@media (min-width: 960px) {
  header .menu {
    display: block;
  }
}
header .menu ul {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .menu ul li a {
  color: inherit;
  text-decoration: none;
}
header .menu ul li a.active {
  font-weight: bold;
}
@media (min-width: 960px) {
  header .mobileMenuTrigger {
    display: none;
  }
}

.mobileMenu {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 71px;
  background: #ffffff;
  border-bottom: 1px solid #EDEDED;
  display: none;
  padding: 16px;
}
@media (min-width: 960px) {
  .mobileMenu {
    display: none;
  }
}
.mobileMenu .menu ul {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.mobileMenu .menu ul li {
  display: flex;
}
.mobileMenu .menu ul li a {
  flex: 100% 1 1;
  text-align: center;
}
.mobileMenu .menu ul li a.active {
  font-weight: bold;
}

strong, b, .bold {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

p {
  margin-bottom: 16px;
}

a {
  color: #2580C3;
}
a:hover {
  color: #1D1D1D;
}
a:focus {
  background: #fd0;
  color: #000000;
  padding: 2px;
  margin: -2px;
}

ul {
  list-style-type: disc;
  margin-left: 0;
  margin-bottom: 16px;
  /* set to 0 if your not using a list-style-type */
  padding-left: 24px;
}
ul.voordelen i {
  color: #00B900;
}
ul.voordelen-ul {
  list-style: none;
  padding-left: 0;
}
ul.voordelen-ul li {
  padding-left: 24px;
}
ul.voordelen-ul li span {
  display: inline-block;
  width: 24px;
  margin-left: -24px;
}

nav ul {
  list-style: none;
  padding-left: unset;
}

.text-color-base-50 {
  color: rgba(33, 33, 35, 0.5);
}

blockquote p {
  font-size: 24px;
  font-weight: bold;
  font-family: "Tilt Warp";
  line-height: 1.25em;
}

small {
  font-size: 0.8em;
}

h1, h2, h3, h4 {
  font-family: "Tilt Warp";
  line-height: 1em;
}

.header-extra-large {
  font-size: 64px;
  margin-bottom: 32px;
}

.header-large {
  font-size: 32px;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .header-large {
    font-size: 48px;
    margin-bottom: 24px;
  }
}

.header-medium {
  font-size: 24px;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .header-medium {
    font-size: 40px;
    margin-bottom: 24px;
  }
}

.header-regular {
  font-size: 18px;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .header-regular {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.header-gradient {
  background: linear-gradient(86.7deg, #2580C3 0%, #28B6D8 99.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

section {
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 960px) {
  section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
section.lightBackground {
  background: #FAFAFA;
  border-bottom: 1px solid #EDEDED;
}
section.gradientBackground {
  background: linear-gradient(180deg, #DFF2FF 0%, rgba(171, 220, 255, 0) 100%);
}
section.pageHeader .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: column;
}
section.paddingSmall {
  padding-top: 24px;
  padding-bottom: 24px;
}

.space-1, .space-2, .space-3, .space-4, .space-6 {
  display: block;
}

.space-1 {
  height: 8px;
}

.space-2 {
  height: 16px;
}

.space-3 {
  height: 24px;
}

.space-4 {
  height: 32px;
}

.space-6 {
  height: 48px;
}

.space-8 {
  height: 64px;
}

.space-10 {
  height: 80px;
}

.space-12 {
  height: 96px;
}

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

.bubble {
  padding: 8px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  background: #FF7843;
  color: #ffffff;
}

.button {
  padding: 10px 16px;
  border-radius: 48px;
  font-weight: bold;
  text-decoration: none;
}
.button:focus {
  padding: 12px 16px;
  margin: unset;
}
.button.primary {
  border: 2px solid #00B900;
  background-color: #00B900;
  color: #ffffff;
}
.button.primary:hover {
  background-color: #0C5992;
  border-color: #0C5992;
}
.button.secundary {
  border: 2px solid #2580C3;
  background-color: #2580C3;
  color: #ffffff;
}
.button.secundary:hover {
  background-color: #0C5992;
  border-color: #0C5992;
}
.button.outline {
  border: 2px solid #2580C3;
  background: #ffffff;
}
.button.outline:hover {
  color: #0C5992;
  border-color: #0C5992;
}

.logo-clients {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.logo-clients img {
  flex: 96px 0 0;
  max-width: 96px;
  max-height: 100%;
}
@media (min-width: 960px) {
  .logo-clients img {
    flex: 128px 0 0;
    max-width: 128px;
  }
}

.image-what-we-offer {
  position: relative;
  line-height: 0;
  max-width: 100%;
  display: block;
  height: 100%;
  min-height: 510px;
  max-width: 400px;
  border-radius: 200px;
}
.image-what-we-offer.fixed-height-300 {
  height: 300px;
  min-height: 300px;
}
.image-what-we-offer .shadow-1, .image-what-we-offer .shadow-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 200px;
  background: green;
}
.image-what-we-offer .shadow-1 {
  transform: translate(-32px, 40px);
  background: #DFF2FF;
}
.image-what-we-offer .shadow-2 {
  transform: translate(48px, -40px);
  background: #AADAFC;
}
.image-what-we-offer .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 200px;
}

.rounded-square {
  -webkit-border-top-left-radius: 32px;
  -webkit-border-bottom-right-radius: 32px;
  -moz-border-radius-topleft: 32px;
  -moz-border-radius-bottomright: 32px;
  border-top-left-radius: 32px;
  border-bottom-right-radius: 32px;
  padding: 32px;
}
@media (min-width: 960px) {
  .rounded-square {
    padding: 64px;
  }
  .rounded-square.left {
    -webkit-border-top-left-radius: 80px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 80px;
    -moz-border-radius-bottomright: 0;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 0;
  }
  .rounded-square.right {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 80px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomright: 80px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 80px;
  }
}
.rounded-square.blue {
  background: #EBF7FF;
}
.rounded-square.grey {
  background: #FAFAFA;
  border: 1px solid #EDEDED;
}

#pros {
  background: #EBF7FF;
}
#pros .wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 960px) {
  #pros .wrapper ul {
    flex-direction: row;
    gap: 64px;
  }
}

.frmRows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.frmRows .frmRow {
  display: flex;
  gap: 8px;
}
.frmRows .frmRow .frmCell {
  flex: 100% 1 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
}

form input[type=email],
form input[type=tel],
form input[type=text] {
  -webkit-appearance: none;
  border: 1px solid #8C8C8C;
  padding: 13px 16px;
  border-radius: 4px;
  font-family: "Fira Sans";
  font-size: 14px;
}
form button {
  -webkit-appearance: none;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 48px;
  font-weight: bold;
  font-family: "Fira Sans";
  font-size: 16px;
  text-decoration: none;
  border: 2px solid #00B900;
  background-color: #00B900;
  color: #ffffff;
}
form button:hover {
  background-color: #0C5992;
  border-color: #0C5992;
}
form button .icon i {
  margin-right: 8px;
}
form .required {
  color: #FF7843;
}

.button-bar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
@media (min-width: 960px) {
  .button-bar {
    flex-direction: row;
    gap: 16px;
  }
}

.form.demo {
  background: #ffffff;
  padding: 8px;
  border-radius: 32px;
  border: 1px solid #EDEDED;
}
.form.demo:hover {
  border: 1px solid #2580C3;
}
.form.demo.error {
  border-color: #FF7843;
}
.form.demo form {
  display: flex;
  gap: 8px;
}
.form.demo input[type=email] {
  flex: 100% 1 1;
  border: none;
  border-radius: 24px;
}
.form.demo button {
  white-space: nowrap;
}

.request__success {
  display: none;
  background: rgba(39, 174, 96, 0.1);
  text-align: center;
  -webkit-border-top-left-radius: 80px;
  -webkit-border-bottom-right-radius: 80px;
  -moz-border-radius-topleft: 80px;
  -moz-border-radius-bottomright: 80px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding: 64px;
}
.request__success i {
  display: block;
  color: #27ae60;
  font-size: 48px;
  margin-bottom: 16px;
}

.tel-link {
  font-size: 24px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.functionalities {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.functionalities .functionality {
  display: flex;
  gap: 16px;
}
.functionalities .functionality .icon {
  flex: 48px 0 0;
  font-size: 32px;
}
.functionalities .functionality .text h3 {
  display: flex;
  align-items: center;
}

.coming_soon {
  margin-left: 8px;
  display: inline-flex;
  padding: 4px 16px;
  background: #FF7843;
  border-radius: 18px;
  font-family: "Fira Sans";
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 960px) {
  #contact .wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}

#what-we-offer {
  overflow: hidden;
}

@media (min-width: 960px) {
  .show-mobile {
    display: none;
  }
}

@media (max-width: 960px) {
  .show-desktop {
    display: none;
  }
}

.video-shadow {
  display: block;
  width: 94%;
  margin: 0 auto;
  margin-top: -160px;
  height: 200px;
  background: linear-gradient(86.7deg, #AADAFC 0%, #DFF2FF 99.56%);
}
@media (min-width: 960px) {
  .video-shadow {
    margin-top: -320px;
    height: 400px;
  }
}

footer {
  background: #1D1D1D;
  color: rgba(255, 255, 255, 0.95);
  padding-top: 56px;
  padding-bottom: 56px;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

dialog {
  border: none;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: auto;
  z-index: 100;
  padding: 48px;
}
@media (min-width: 960px) {
  dialog {
    min-width: 640px;
    max-width: 800px;
  }
}
dialog .closeDialog {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
  background: none;
  z-index: 100;
}
dialog .closeDialog:focus {
  background: rgba(37, 128, 195, 0.05) !important;
  border: none !important;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

.a_img {
  line-height: 0;
  display: inline-block;
}

/*# sourceMappingURL=style.css.map */
