h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 700;
}

.body {
  height: 100%;
  background-color: #0e1a36;
  font-family: 'Tt wellingtons REGULAR', sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 620px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #0e1a36;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 50px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-headings {
  position: static;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 140px;
  padding-left: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-h1 {
  width: 100%;
  max-width: 940px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Tt wellingtons BOLD', sans-serif;
  color: #fff;
  font-size: 2.8em;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding-top: 14px;
  padding-left: 30px;
  -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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.language-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -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;
}

.heading {
  width: 100%;
  max-width: 940px;
  margin-bottom: 0px;
  font-family: 'Tt wellingtons LIGHT', sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 300;
  text-align: left;
}

.more {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Tt wellingtons REGULAR', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.more:hover {
  opacity: 0.4;
}

.text-block {
  width: 100%;
  max-width: 940px;
  font-size: 1em;
}

.promo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 200px 60px 240px;
  -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: #0e1a36;
}

.promo.botpad {
  padding-bottom: 60px;
}

.promo.nopad {
  padding-bottom: 200px;
}

.promo-txt {
  width: 100%;
  max-width: 940px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Tt wellingtons LIGHT', sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.8em;
  font-weight: 300;
}

.promo-txt.ondark {
  font-family: 'Tt wellingtons REGULAR', sans-serif;
  color: #132e5e;
  font-size: 1.8em;
  line-height: 1.8em;
  font-weight: 400;
}

.service-promo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ebebeb;
}

.service-promo-block {
  position: relative;
  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-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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.service-item-promo-block {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.promo-block-sep {
  width: 1px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ebebeb;
}

.service-promo-container {
  position: relative;
  top: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph {
  max-width: 240px;
  margin-bottom: 0px;
  font-family: 'Tt wellingtons LIGHT', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
}

.service-promo-h3 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Tt wellingtons BOLD', sans-serif;
  color: #132e5e;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Tt wellingtons LIGHT', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 0.9em;
  font-weight: 300;
  text-decoration: none;
}

.link:hover {
  opacity: 0.4;
}

.mission-approach {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 200px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: #ebebeb;
}

.mission-approach.nopad {
  padding-top: 150px;
}

.promo-overlay {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: -30px;
  display: none;
  padding-top: 120px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: #132e5e;
  color: #202020;
}

.promo-overlay.without-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

.topnav {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.service-nav {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -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;
}

.div-block {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #fff;
}

.lang-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Tt wellingtons REGULAR', sans-serif;
  color: #fff;
  font-size: 0.7em;
  line-height: 0.7em;
  text-decoration: none;
}

.lang-link:hover {
  color: hsla(0, 0%, 100%, .4);
}

.navbar-links-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subman-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding-left: 136px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.submenu-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  height: 200px;
  background-color: rgba(6, 23, 54, .8);
}

.subnav-link {
  display: inline-block;
  margin: 2px 10px;
  padding: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Tt wellingtons LIGHT', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
}

.subnav-link:hover {
  opacity: 0.4;
}

.text-block-2 {
  width: 100%;
  max-width: 940px;
  margin-bottom: 40px;
  font-family: 'Tt wellingtons BOLD', sans-serif;
  color: rgba(19, 46, 94, .4);
  font-size: 0.9em;
  line-height: 1.4em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-2.ondark {
  color: hsla(0, 0%, 100%, .4);
  line-height: 1.6em;
}

.approach-block {
  width: 100%;
  max-width: 940px;
}

.promo-overlay-txt {
  width: 100%;
  max-width: 940px;
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'Tt wellingtons LIGHT', sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 300;
  text-align: center;
}

.promo-overlay-txt.ondark {
  color: #132e5e;
}

.promo-overlay-txt.small {
  margin-bottom: 0px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 1em;
  line-height: 1.8em;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 40px;
  padding-left: 40px;
  -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;
  border-top: 1px solid hsla(0, 0%, 100%, .2);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Tt wellingtons LIGHT', sans-serif;
  color: hsla(0, 0%, 100%, .4);
  font-size: 0.9em;
  font-weight: 300;
  text-decoration: none;
}

.link-block:hover {
  border-top-color: hsla(0, 0%, 100%, .4);
  color: hsla(0, 0%, 100%, .8);
}

.navlink-no {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Tt wellingtons LIGHT', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 0.9em;
  font-weight: 300;
  text-decoration: none;
}

.navlink-no:hover {
  opacity: 0.4;
}

.slide-nav {
  display: none;
  -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;
  color: rgba(19, 46, 94, .4);
  font-size: 1em;
  line-height: 1em;
}

.right-arrow {
  left: 90px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 60px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -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;
}

.div-block-2 {
  width: 120px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .1) hsla(0, 0%, 100%, .4);
  border-radius: 100px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: hsla(0, 0%, 100%, .4);
  font-size: 0.4em;
}

.div-block-2:hover {
  border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, .7);
  color: hsla(0, 0%, 100%, .7);
}

.div-block-2.left {
  width: 60px;
  border-style: none;
}

.icon {
  color: hsla(0, 0%, 100%, .4);
  font-size: 0.5em;
}

.left-arrow {
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-bottom: 0px;
  -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;
}

.slide {
  background-color: transparent;
}

.slider {
  height: 440px;
  margin-top: 40px;
  background-color: transparent;
}

.slide-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 120px;
  padding-left: 120px;
  -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;
}

.paragraph-2 {
  display: block;
  width: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Tt wellingtons LIGHT', sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.8em;
  font-weight: 300;
}

.mask {
  height: 400px;
  background-color: transparent;
}

.paragraph-3 {
  position: relative;
  left: 0%;
  top: -80px;
  margin-bottom: 0px;
  margin-left: 30px;
  color: hsla(0, 0%, 100%, .1);
  font-size: 10em;
  line-height: 0.7em;
}

.paragraph-3-copy {
  position: relative;
  left: 0%;
  top: -90px;
  width: 100px;
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, .2);
  font-size: 10em;
  line-height: 0.9em;
  font-weight: 100;
}

.text-block-3 {
  width: 100%;
  max-width: 940px;
  font-weight: 300;
}

.text-block-4 {
  font-size: 0.8em;
}

.approach {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 200px 60px;
  -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: #1b2029;
}

.hero-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 100px;
  width: 600px;
  padding-bottom: 80px;
  background-image: url('../images/hero-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-3 {
  position: absolute;
  left: 50%;
  top: 20%;
  width: 1400px;
  height: 1400px;
  border-radius: 10000px;
  background-color: #0d1b38;
}

.lang-sep {
  width: 1px;
  height: 30px;
  background-color: hsla(0, 0%, 100%, .1);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 200px 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: #fff;
}

.contact-block {
  width: 100%;
}

.div-block-4 {
  width: 100%;
  max-width: 940px;
}

.phone-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.link-2 {
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Tt wellingtons REGULAR', sans-serif;
  color: #132e5e;
  font-size: 1.4em;
  line-height: 1.4em;
  text-decoration: none;
}

.link-2:hover {
  color: rgba(19, 46, 94, .4);
}

.phone-mail-sep {
  width: 1px;
  height: 30px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: rgba(19, 46, 94, .1);
}

.address {
  display: inline-block;
  margin-top: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Tt wellingtons REGULAR', sans-serif;
  color: #132e5e;
  font-size: 1.4em;
  line-height: 1.4em;
  text-decoration: none;
}

.address:hover {
  color: rgba(19, 46, 94, .4);
}

.more-about-btn {
  display: inline-block;
  margin-top: 80px;
  padding: 24px 40px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(19, 46, 94, .1) rgba(19, 46, 94, .4);
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Tt wellingtons REGULAR', sans-serif;
  color: rgba(19, 46, 94, .7);
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
}

.more-about-btn:hover {
  border-color: rgba(19, 46, 94, 0) #132e5e;
  color: #132e5e;
}

.more-about-service-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 24px 40px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .1) hsla(0, 0%, 100%, .4);
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Tt wellingtons REGULAR', sans-serif;
  color: hsla(0, 0%, 100%, .7);
  font-size: 0.9em;
  font-weight: 300;
  text-decoration: none;
}

.more-about-service-btn:hover {
  border-color: hsla(0, 0%, 100%, 0) #fff;
  color: #fff;
}

.hero-bg-full {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #132e5e;
  background-image: -webkit-linear-gradient(270deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-1.jpg');
  background-image: linear-gradient(180deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-bg-full.law-services {
  background-image: -webkit-linear-gradient(270deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-7.jpg');
  background-image: linear-gradient(180deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-7.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-bg-full.about-company {
  background-image: -webkit-linear-gradient(270deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-6.jpg');
  background-image: linear-gradient(180deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-6.jpg');
  background-position: 0px 0px, 50% 100%;
}

.hero-bg-full.fin-cons {
  background-image: -webkit-linear-gradient(270deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-9.jpg');
  background-image: linear-gradient(180deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-9.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-bg-full.makreting-bg {
  background-image: -webkit-linear-gradient(270deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-8.jpg');
  background-image: linear-gradient(180deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.jur-serv-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #132e5e;
  background-image: none;
  background-position: 0px 0px;
}

.service-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .2);
  border-radius: 100px;
}

.service-list-txt {
  width: 100%;
  max-width: 940px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Tt wellingtons LIGHT', sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 300;
}

.service-list-txt.ondark {
  font-family: 'Tt wellingtons REGULAR', sans-serif;
  color: #132e5e;
  font-size: 1.8em;
  line-height: 1.8em;
  font-weight: 400;
}

.link-block-2 {
  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-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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #a5b7d8;
  text-decoration: none;
}

.div-block-5 {
  width: 100%;
  max-width: 940px;
}

.add-services-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 940px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.service-icon {
  margin-bottom: 30px;
}

.add-services-icon {
  margin-bottom: 30px;
}

.add-serv-sep {
  display: inline-block;
  width: 1px;
  height: 160px;
  margin-right: 80px;
  margin-left: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: silver;
}

.copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 940px;
  margin-top: 180px;
  -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;
}

.copy-txt {
  display: inline-block;
  color: rgba(19, 46, 94, .6);
  font-size: 0.9em;
}

.dev-txt {
  display: inline-block;
  margin-right: 10px;
  color: rgba(19, 46, 94, .6);
  font-size: 0.9em;
}

.services-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 200px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: #ebebeb;
}

.services-block.smallpad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.fullscreen-promo {
  width: 100%;
  height: 700px;
  background-image: url('../images/hero-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 200px 60px 260px;
  -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: #0e1a36;
  background-image: -webkit-linear-gradient(270deg, rgba(19, 46, 94, .85), rgba(19, 46, 94, .85)), url('../images/hero-5.jpg');
  background-image: linear-gradient(180deg, rgba(19, 46, 94, .85), rgba(19, 46, 94, .85)), url('../images/hero-5.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 940px;
  padding-left: 70px;
  -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;
}

.mouse-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 30px;
  margin-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #fff;
  border-radius: 100px;
}

.mouse-wheel {
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: #fff;
}

.add-service-h3 {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Tt wellingtons BOLD', sans-serif;
  color: #132e5e;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image {
  opacity: 0.6;
}

.chechmark {
  opacity: 0.6;
}

.mobile-menu {
  display: none;
}

.nav-link-mob {
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: 'Tt wellingtons REGULAR', sans-serif;
  color: #132e5e;
  font-size: 1.4em;
  line-height: 1.4em;
  text-decoration: none;
}

.nav-link-mob:hover {
  color: rgba(19, 46, 94, .4);
}

.rotate-device {
  display: none;
}

.mobile-lang-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -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;
}

.developer {
  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;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-decoration: none;
}

.developer:hover {
  opacity: 0.5;
}

.image-2 {
  opacity: 0.6;
}

html.w-mod-js *[data-ix="promo-app"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="subnav-bg-app"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="slider-number"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="slider-subheading"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="slider-text"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="hero-full-on-load"] {
  opacity: 0;
  -webkit-transform: scale(0.92, 0.92);
  -ms-transform: scale(0.92, 0.92);
  transform: scale(0.92, 0.92);
}

@media (max-width: 991px) {
  .hero {
    display: none;
  }
  .promo {
    display: none;
  }
  .service-promo {
    display: none;
  }
  .mission-approach {
    display: none;
  }
  .approach {
    display: none;
  }
  .footer {
    display: none;
  }
  .services-block {
    display: none;
  }
  .services-block.smallpad {
    display: none;
  }
  .benefits {
    display: none;
  }
  .rotate-device {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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;
  }
  .rotate-txt {
    margin-bottom: 0px;
    font-family: 'Tt wellingtons BOLD', sans-serif;
    color: #fff;
    line-height: 1.6em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .rot-rect {
    position: absolute;
    width: 120px;
    height: 120px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .2);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rot-rect-2 {
    position: absolute;
    width: 60px;
    height: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .2);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (max-width: 767px) {
  .rotate-device {
    z-index: 1000;
  }
  .rotate-txt {
    font-size: 0.9em;
  }
}

@media (max-width: 479px) {
  .body {
    font-size: 0.7em;
  }
  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
  }
  .navbar {
    position: static;
    padding: 24px;
  }
  .hero-headings {
    padding: 100px 24px 90px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hero-h1 {
    font-size: 2.4em;
    line-height: 1.4em;
  }
  .navbar-links {
    display: none;
    padding-left: 0px;
  }
  .language-selection {
    display: none;
  }
  .heading {
    font-size: 1.6em;
  }
  .more {
    height: auto;
    padding: 24px;
    font-size: 0.9em;
  }
  .promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 30px 110px;
  }
  .promo.nopad {
    padding-bottom: 90px;
  }
  .service-promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-promo-block {
    height: 320px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .service-promo-container {
    top: -30px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mission-approach {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 30px 90px;
  }
  .promo-overlay {
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .lang-link {
    font-size: 1em;
  }
  .text-block-2 {
    margin-bottom: 30px;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 1px;
  }
  .text-block-2.ondark {
    margin-bottom: 20px;
  }
  .promo-overlay-txt.small {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.2em;
    line-height: 1.65em;
  }
  .slider {
    height: auto;
    margin-top: 0px;
  }
  .slide-cont {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-2 {
    margin-bottom: 100px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .mask {
    height: auto;
  }
  .paragraph-3-copy {
    position: relative;
    left: -10px;
    top: 0px;
    width: auto;
    margin-right: 0px;
  }
  .text-block-4 {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  .approach {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 30px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 30px 20px;
  }
  .phone-email {
    -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;
  }
  .link-2 {
    margin-bottom: 20px;
  }
  .phone-mail-sep {
    display: none;
  }
  .address {
    margin-top: auto;
  }
  .more-about-btn {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1em;
  }
  .more-about-service-btn {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1em;
  }
  .hero-bg-full.about-company {
    background-image: -webkit-linear-gradient(270deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-6.jpg');
    background-image: linear-gradient(180deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-6.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-bg-full.fin-cons {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/hero-9.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/hero-9.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .service-list-block {
    margin-top: 20px;
    padding-left: 0px;
  }
  .service-list-txt {
    font-size: 1.2em;
  }
  .link-block-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .add-services-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .add-services-icon {
    margin-bottom: 20px;
  }
  .add-serv-sep {
    display: none;
  }
  .copy {
    margin-top: 80px;
    -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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .copy-txt {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.6em;
  }
  .dev-txt {
    margin-right: 0px;
    margin-left: 10px;
    font-size: 1em;
    line-height: 1.4em;
  }
  .services-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px 50px;
  }
  .services-block.smallpad {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .benefits {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 30px 110px;
    background-image: -webkit-linear-gradient(270deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-5.jpg');
    background-image: linear-gradient(180deg, rgba(7, 24, 56, .8), rgba(7, 24, 56, .8)), url('../images/hero-5.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .logotype {
    width: 140px;
  }
  .div-block-6 {
    padding-left: 0px;
  }
  .hamburger {
    position: relative;
    z-index: 1500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, .2);
    border-radius: 100px;
  }
  .hamb-line {
    width: 20px;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #fff;
  }
  .hambline-close {
    width: 20px;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: #fff;
  }
  .mobile-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1500;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #0f1b35;
    opacity: 0;
  }
  .mobile-nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-link-mob {
    margin-top: 14px;
    margin-bottom: 14px;
    color: #fff;
  }
  .nav-link-mob:hover {
    color: #fff;
  }
  .rotate-device {
    display: none;
  }
  .mobile-lang-selection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 34px;
    margin-left: -20px;
    font-size: 0.9em;
  }
  .developer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@font-face {
  font-family: 'Tt wellingtons REGULAR';
  src: url('../fonts/tt_wellingtons_regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Tt wellingtons LIGHT';
  src: url('../fonts/tt_wellingtons_light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Tt wellingtons BOLD';
  src: url('../fonts/tt_wellingtons_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}