.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 1.3;
  font-weight: 700;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  color: #0e1844;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  font-family: Lora, sans-serif;
  color: #0e1844;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #e04848;
}

a:hover {
  color: #e04848;
}

.mycontain {
  position: relative;
  display: block;
  width: 96%;
  height: auto;
  max-width: 1440px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
}

.mycontain.grey {
  background-color: #ebebeb;
}

.mycontain.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.h-wide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mycontain.v-center {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styletitle {
  margin: 20px 15px 30px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.flexcolwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexcolwrap.inversecolors {
  padding-top: 26px;
  padding-bottom: 0px;
  background-color: #e04848;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.heading {
  font-size: 55px;
  line-height: 64px;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0px none #d4d4d4;
  color: #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.heading-2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.small-p {
  margin-bottom: 10px;
  color: #9b9b9b;
  font-size: 15px;
  line-height: 25px;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.colorbox.blackcolor {
  margin-left: 0px;
  background-color: #000;
  color: #000;
}

.colorbox.brandmaincolor {
  background-color: #e04848;
}

.colorbox.brand2ndcolor {
  background-color: #0e1844;
}

.colorbox.darkgreycolor {
  background-color: #f3f1f2;
}

.colorbox.lightgreycolor {
  border: 1px solid #000;
  background-color: #ebebeb;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button {
  min-width: 140px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #e04848;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-weight: 400;
}

.cta-button:hover {
  background-color: #0e1844;
}

.cta-button.ghost-button {
  border-style: solid;
  border-width: 2px;
  border-color: #e04848;
  background-color: transparent;
  color: #e04848;
}

.cta-button.ghost-button.inverse-ghost {
  border-color: #fff;
  color: #fff;
}

.cta-button.inverse-button {
  background-color: #fff;
  color: #e04848;
}

.cta-button.serv {
  display: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.invese-link {
  color: #fff;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.popbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
}

.popwindow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.fs-scrolldisable_navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 22;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
  color: #000;
}

.fs-scrolldisable_container {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.fs-scrolldisable_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-scrolldisable_logo {
  width: 6rem;
}

.fs-scrolldisable-navmenu {
  background-color: #000;
  color: #fff;
}

.fs-scrolldisable-menu-button.w--open {
  background-color: #000;
}

.social_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e04848;
  color: #fff;
}

.social_link:hover {
  background-color: #0e1844;
}

.brand-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lora, sans-serif;
  color: #000;
  font-weight: 400;
}

.nav-link:hover {
  color: #e04848;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom: 2px solid #0e1844;
  color: #0e1844;
  text-decoration: none;
}

.nav-link.w--current:hover {
  text-decoration: none;
}

.nav-link.hide {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar {
  background-color: #fff;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._0-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.hero-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
  background-color: #f3f1f2;
}

.hero-wrapper.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 725px;
  padding-bottom: 265px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo {
  width: auto;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.h1-heading {
  max-width: 670px;
  color: #0e1844;
  text-transform: uppercase;
}

.h1-heading.contact {
  max-width: 310px;
  margin-bottom: 0px;
}

.h1-heading.gdpr {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin-bottom: 0px;
}

.p-describtion {
  max-width: 470px;
  font-size: 24px;
}

.p-describtion.prec_sol {
  margin-top: 30px;
  text-align: center;
}

.p-describtion.leadership {
  margin-top: 30px;
  text-align: center;
}

.p-describtion.white {
  color: #fff;
}

.line-red {
  position: absolute;
  top: 100px;
  z-index: 10;
  width: 100px;
  height: 1px;
  background-color: #e04848;
}

.line-red.bottom {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.line-red.center-small {
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.scroll-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

.small-text {
  font-size: 18px;
}

.div-block {
  width: 40px;
  height: 40px;
  background-color: #e04848;
}

.scroll-down-lottie {
  width: 80px;
  height: auto;
  margin-top: -5px;
}

.stats {
  position: relative;
  z-index: 20;
  display: none;
  max-width: 600px;
  margin-top: -60px;
  margin-right: 10%;
  margin-bottom: -20px;
}

.h2-heading {
  text-align: center;
}

.h2-heading.services {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.services-grid {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  height: 250px;
  background-color: #0e1844;
}

.service-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f3f1f2;
  box-shadow: 4px 4px 10px -1px rgba(0, 0, 0, 0.3);
}

.image {
  width: 80%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.paragraph {
  margin-bottom: 40px;
}

.paragraph.center {
  width: 100%;
  text-align: center;
}

.paragraph.center.max-440 {
  max-width: 440px;
  margin-top: 20px;
}

.paragraph.white {
  color: #fff;
}

.serv-card-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 320px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7e6e6;
}

.serv-card-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider {
  display: none;
  width: 100%;
  height: 450px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  overflow: visible;
  width: 96%;
  max-width: 1400px;
}

.blog-posts-list {
  height: 100%;
}

.slide {
  width: 40%;
  margin-right: 2%;
  margin-left: 2%;
}

.collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.insights-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-right: 5%;
  margin-left: 5%;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f3f1f2;
  box-shadow: 4px 4px 10px -1px rgba(0, 0, 0, 0.3);
}

.slide-nav {
  display: none;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-line {
  z-index: 10;
  width: 100%;
  height: 1px;
  background-color: #e04848;
}

.card-line.bottom {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.card-line.center-small {
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100px;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sub-head {
  font-size: 18px;
  font-weight: 400;
}

.blog-head {
  font-size: 24px;
}

.hero-img {
  position: absolute;
  left: 0%;
  top: -8px;
  right: auto;
  bottom: auto;
  width: auto;
  height: 105%;
  max-width: none;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.card-head {
  margin-bottom: 20px;
}

.partners-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 80px;
  grid-auto-columns: 1fr;
  grid-row-gap: 150px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 125px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.first_name {
  margin-right: 5px;
  font-weight: 400;
}

.position {
  margin-bottom: 30px;
  line-height: 1;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.image-2 {
  width: 100%;
  height: auto;
  max-height: 350px;
  max-width: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0e1844;
}

.grid-2 {
  grid-column-gap: 0px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-grid-tile {
  position: relative;
  padding-right: 60px;
}

.footer-grid-tile.last {
  padding-right: 0px;
  padding-left: 60px;
}

.line-red-footer {
  position: relative;
  z-index: 10;
  width: 100px;
  height: 2px;
  margin-top: 40px;
  background-color: #e04848;
}

.line-red-footer.bottom {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.line-red-footer.center-small {
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.admin-mail {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.admin-mail:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  color: #fff;
}

.vertical-red-line {
  position: absolute;
  left: auto;
  top: 16%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 2px;
  height: 68%;
  background-color: #e04848;
}

.vertical-red-line.bottom {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.vertical-red-line.center-small {
  left: auto;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.hero-tab {
  display: none;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.site_search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-bottom: 0px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site_search.mob {
  display: none;
}

.search-btn {
  position: relative;
  z-index: 20;
  width: auto;
  height: 100%;
  min-width: 40px;
  padding: 0px;
  background-color: transparent;
}

.search-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: auto;
  height: 100%;
  padding: 7px;
}

.search-input {
  margin-right: 10px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #e04848;
}

.lang {
  letter-spacing: -1px;
}

.language-list {
  left: 0%;
  top: 60px;
  right: auto;
  bottom: auto;
  width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.language-list.w--open {
  left: auto;
  top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, 0.1);
}

.lang-select {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 44px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lora, sans-serif;
  color: #484646;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.lang-select:hover {
  color: #ed1d24;
  font-weight: 400;
}

.lang-select.hide {
  display: none;
}

.notranslate {
  margin-right: 10px;
  font-family: Lora, sans-serif;
  color: #000;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.down-arrow {
  position: relative;
  margin-right: 0px;
  color: #e04848;
}

.world-icon {
  width: auto;
  height: 100%;
  min-width: 6px;
  margin-right: 5px;
  background-color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.language-toggle {
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding: 10px 10px 10px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(155, 158, 184, 0.22);
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #20355a;
}

.langauge-line-base {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 158, 184, 0.22);
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-dropdown {
  z-index: 0;
  display: block;
  height: 100%;
  max-width: 120px;
  margin-left: 10px;
}

.langauge-line-break {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0%;
  height: 1px;
  background-color: #5b3acc;
}

.flag {
  width: auto;
  height: 24px;
  margin-right: 10px;
  margin-left: 10px;
}

.contact-hero-img {
  position: absolute;
  left: auto;
  top: 20px;
  right: 40px;
  bottom: auto;
  width: auto;
  height: 80%;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.address-grid {
  margin-top: 100px;
  margin-bottom: 60px;
  -ms-grid-columns: 0.75fr 0.75fr 1fr;
  grid-template-columns: 0.75fr 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span {
  font-size: 24px;
}

.text-field {
  min-height: 60px;
  margin-bottom: 0px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #474747;
  font-size: 18px;
}

.textarea {
  min-height: 100px;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #474747;
  font-size: 18px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-block {
  margin-top: 40px;
}

.gdpr-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none;
}

.right-arrow {
  position: relative;
  margin-right: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #e04848;
}

.gdpr-hero-img {
  position: absolute;
  left: auto;
  top: -74px;
  right: -15px;
  bottom: auto;
  z-index: 1;
  display: block;
  width: auto;
  height: 120%;
  max-width: none;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.h2-med {
  margin-top: 60px;
  font-size: 36px;
}

.gdpr-grid {
  margin-top: 40px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
}

.inline-blue-txt {
  color: #0e1844;
}

.p-head {
  font-weight: 600;
}

.gdpr-hero-img-mob {
  position: absolute;
  left: auto;
  top: -74px;
  right: -15px;
  bottom: auto;
  z-index: 1;
  display: none;
  width: auto;
  height: 120%;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input-2 {
  min-height: 50px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.name {
  line-height: 1;
}

.text-span-2 {
  opacity: 0;
}

.text-span-3 {
  opacity: 0;
}

.text-span-4 {
  opacity: 0;
}

.lang-txt {
  margin-right: 10px;
  font-family: Lora, sans-serif;
  color: #000;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .mycontain {
    width: 94%;
  }

  .mycontain.nav {
    min-height: 60px;
  }

  .nav-link {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
  }

  .nav-menu {
    z-index: 80;
    width: 100vw;
    height: 100vh;
    margin-left: -3%;
    padding-top: 5vh;
    padding-right: 20%;
    padding-left: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #0e1844;
  }

  .hero-wrapper {
    padding-left: 40px;
  }

  .hero-wrapper.home {
    max-height: none;
    padding-top: 80px;
    padding-bottom: 353px;
    padding-left: 40px;
  }

  .logo {
    height: 30px;
  }

  .h1-heading.home {
    max-width: 590px;
  }

  .p-describtion {
    max-width: 310px;
    font-size: 20px;
  }

  .p-describtion.white {
    font-size: 18px;
  }

  .small-text {
    font-size: 16px;
  }

  .scroll-down-lottie {
    width: 60px;
  }

  .services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .service-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph {
    font-size: 16px;
  }

  .serv-card-img {
    width: 40%;
    height: 100%;
  }

  .hero-img {
    display: none;
  }

  .grid {
    max-width: 730px;
    margin-left: 40px;
    justify-items: start;
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .position {
    margin-bottom: 0px;
  }

  .image-2 {
    max-height: 250px;
    max-width: 250px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-2 {
    grid-row-gap: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-grid-tile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-tab {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: auto;
    height: 586px;
    max-width: none;
    min-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 100% 100%;
    object-position: 100% 100%;
  }

  .div-block-5 {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-6 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    padding: 0px;
  }

  .lottie-animation {
    width: 100%;
    height: 100%;
  }

  .site_search {
    width: auto;
    max-width: 80%;
    margin: 10px auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site_search.mob {
    display: block;
  }

  .search-icon {
    background-color: #fff;
  }

  .lang-select {
    color: #707070;
  }

  .language-toggle {
    padding-bottom: 10px;
  }

  .button-wrapper {
    height: auto;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .language-dropdown {
    margin-right: auto;
    margin-left: auto;
  }

  .address-grid {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .text-field {
    min-height: 50px;
  }

  .gdpr-hero-img {
    display: none;
  }

  .h2-med {
    margin-top: 40px;
    font-size: 32px;
  }

  .gdpr-hero-img-mob {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -24px;
    display: block;
    height: 100%;
  }

  .lang-txt {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 15px;
  }

  .flexcolwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex2col {
    width: 100%;
  }

  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .colorbox.blackcolor {
    margin-left: 10px;
  }

  .flex3col {
    width: 100%;
  }

  .cta-button {
    min-width: 120px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .social_link {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 10px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .hero-wrapper.home {
    padding-top: 40px;
    padding-bottom: 434px;
    padding-left: 20px;
  }

  .h1-heading.home {
    max-width: 340px;
  }

  .h1-heading.contact {
    max-width: 207px;
  }

  .h1-heading.gdpr {
    max-width: 330px;
  }

  .p-describtion {
    font-size: 16px;
  }

  .p-describtion.white {
    font-size: 16px;
  }

  .line-red {
    top: 80px;
  }

  .scroll-down {
    margin-bottom: 20px;
  }

  .small-text {
    font-size: 14px;
  }

  .scroll-down-lottie {
    width: 50px;
  }

  .services-grid {
    margin-top: 20px;
  }

  .service-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    width: auto;
    height: 100%;
  }

  .serv-card-img {
    width: 100%;
    height: 260px;
  }

  .card-head {
    margin-bottom: 15px;
  }

  .partners-grid {
    margin-top: 40px;
    grid-row-gap: 60px;
  }

  .grid {
    margin-right: 20px;
    margin-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-grid-tile {
    padding-right: 40px;
  }

  .footer-grid-tile.last {
    padding-left: 40px;
  }

  .admin-mail {
    font-size: 16px;
  }

  .hero-tab {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .language-list.w--open {
    z-index: 5;
  }

  .contact-hero-img {
    top: 30px;
    right: 20px;
  }

  .address-grid {
    margin-top: 40px;
    margin-bottom: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-field {
    min-height: 40px;
  }

  .textarea {
    min-height: 200px;
  }

  .contact-form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-block {
    margin-top: 20px;
  }

  .gdpr-hero-img {
    top: 30px;
    right: 20px;
  }

  .h2-med {
    margin-top: 20px;
    font-size: 24px;
  }

  .gdpr-grid {
    margin-top: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .p-head {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .gdpr-hero-img-mob {
    bottom: -12px;
  }

  .name {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 33px;
  }

  h4 {
    font-size: 21px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 15px;
  }

  a {
    font-size: 15px;
  }

  .mycontain.right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .cta-button {
    min-width: 100px;
    font-size: 15px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    margin-left: 0px;
    border-top-style: none;
    color: #fff;
    text-align: center;
  }

  .nav-menu {
    height: 100vh;
    background-color: #0e1844;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wrapper {
    padding-left: 10px;
  }

  .hero-wrapper.home {
    padding-bottom: 319px;
    padding-left: 10px;
  }

  .h1-heading.gdpr {
    max-width: 240px;
  }

  .p-describtion {
    max-width: 240px;
    font-size: 16px;
  }

  .line-red {
    top: 74px;
  }

  .small-text {
    font-size: 14px;
  }

  .partners-grid {
    grid-row-gap: 40px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-grid-tile.last {
    padding-left: 0px;
  }

  .vertical-red-line {
    display: none;
  }

  .hero-tab {
    height: 500px;
  }

  .div-block-5 {
    margin-top: 10px;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .language-toggle {
    padding-top: 10px;
  }

  .contact-hero-img {
    top: 56px;
    right: 10px;
    height: 50%;
  }

  .textarea {
    min-height: 230px;
  }

  .gdpr-hero-img {
    top: 56px;
    right: 10px;
    height: 50%;
  }

  .h2-med {
    font-size: 24px;
  }

  .gdpr-hero-img-mob {
    bottom: -2px;
    height: 90%;
  }
}

#w-node-_87aea5c4-fced-a862-6bd1-ad70ec93af9d-4050d969 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8303aa6e-2fba-391d-fbbf-75433e453ffe-4050d969 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0adce274-91f6-654a-3f54-16111537ba1d-1537ba15 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#field.w-node-d0653526-e657-e8c5-e931-e642ae9ca3f9-00cc65e7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_87aea5c4-fced-a862-6bd1-ad70ec93af9d-4050d969 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8303aa6e-2fba-391d-fbbf-75433e453ffe-4050d969 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9d72c4fc-97aa-0f48-e88e-3361eb78d3b3-4050d969 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8303aa6e-2fba-391d-fbbf-75433e453ffe-4050d969 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9d72c4fc-97aa-0f48-e88e-3361eb78d3b3-4050d969 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #field.w-node-d0653526-e657-e8c5-e931-e642ae9ca3f9-00cc65e7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_87aea5c4-fced-a862-6bd1-ad70ec93af9d-4050d969 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_9d72c4fc-97aa-0f48-e88e-3361eb78d3b3-4050d969 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

