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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/******************************* 
SETTINGS.SCSS
Alle settings of the theme are
set in this file

- Colors
- Font
- Grid
*******************************/
/******************************* 
Colors
*******************************/
/******************************* 
FONT
*******************************/
/******************************* 
Grid
*******************************/
/* This stylesheet generated by Transfonter (http://transfonter.org) on November 11, 2016 9:42 AM */
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Thin.eot");
  src: url("../fonts/Roboto/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-ThinItalic.eot");
  src: url("../fonts/Roboto/Roboto-ThinItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Light.eot");
  src: url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-LightItalic.eot");
  src: url("../fonts/Roboto/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Regular.eot");
  src: url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Italic.eot");
  src: url("../fonts/Roboto/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
* {
  box-sizing: border-box;
}

.clearfix:after, .wrapper-fw:after, .wrapper:after, .nav-bar nav:after, .section-block:after, .row:after, .gutter-row:after, .video-controls-wrap ul:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}

.wrapper-fw {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.wrapper, .nav-bar nav {
  display: block;
  width: 100%;
  max-width: 1280px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
}

.section-block {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
.section-block.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-block .section-inner {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  display: block;
}

[class*='column-'] {
  float: left;
  width: 100%;
  margin-right: 0;
}
[class*='column-']:nth-last-child(1) {
  margin-right: 0;
}

.gutter-row {
  margin-left: -2.1875rem;
  margin-right: -2.1875rem;
}
.gutter-row [class*='column-'] {
  padding-right: 2.1875rem;
  padding-left: 2.1875rem;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.offset-12 {
  margin-left: 100%;
}

.offset-0 {
  margin-left: 0%;
}

.column-1 {
  max-width: 8.33333%;
}

.column-2 {
  max-width: 16.66667%;
}

.column-3 {
  max-width: 25%;
}

.column-4 {
  max-width: 33.33333%;
}

.column-5 {
  max-width: 41.66667%;
}

.column-6 {
  max-width: 50%;
}

.column-7 {
  max-width: 58.33333%;
}

.column-8 {
  max-width: 66.66667%;
}

.column-9 {
  max-width: 75%;
}

.column-10 {
  max-width: 83.33333%;
}

.column-11 {
  max-width: 91.66667%;
}

.column-12 {
  max-width: 100%;
}

@media (max-width: 1400px) {
  .column-1-mss {
    max-width: 8.33333%;
  }

  .offset-1-mss {
    margin-left: 8.33333%;
  }

  .offset-0-mss {
    margin-left: 0%;
  }

  .column-2-mss {
    max-width: 16.66667%;
  }

  .offset-2-mss {
    margin-left: 16.66667%;
  }

  .offset-0-mss {
    margin-left: 0%;
  }

  .column-3-mss {
    max-width: 25%;
  }

  .offset-3-mss {
    margin-left: 25%;
  }

  .offset-0-mss {
    margin-left: 0%;
  }

  .column-4-mss {
    max-width: 33.33333%;
  }

  .offset-4-mss {
    margin-left: 33.33333%;
  }

  .offset-0-mss {
    margin-left: 0%;
  }

  .column-5-mss {
    max-width: 41.66667%;
  }

  .offset-5-mss {
    margin-left: 41.66667%;
  }

  .offset-0-mss {
    margin-left: 0%;
  }

  .column-6-mss {
    max-width: 50%;
  }

  .offset-6-mss {
    margin-left: 50%;
  }

  .offset-0-mss {
    margin-left: 0%;
  }

  .column-7-mss {
    max-width: 58.33333%;
  }

  .offset-7-mss {
    margin-left: 58.33333%;
  }

  .offset-0-mss {
    margin-left: 0%;
  }

  .column-8-mss {
    max-width: 66.66667%;
  }

  .offset-8-mss {
    margin-left: 66.66667%;
  }

  .offset-0-mss {
    margin-left: 0%;
  }

  .column-9-mss {
    max-width: 75%;
  }

  .offset-9-mss {
    margin-left: 75%;
  }

  .offset-0-mss {
    margin-left: 0%;
  }

  .column-10-mss {
    max-width: 83.33333%;
  }

  .offset-10-mss {
    margin-left: 83.33333%;
  }

  .offset-0-mss {
    margin-left: 0%;
  }

  .column-11-mss {
    max-width: 91.66667%;
  }

  .offset-11-mss {
    margin-left: 91.66667%;
  }

  .offset-0-mss {
    margin-left: 0%;
  }

  .column-12-mss {
    max-width: 100%;
  }

  .offset-12-mss {
    margin-left: 100%;
  }

  .offset-0-mss {
    margin-left: 0%;
  }
}
@media (max-width: 1024px) {
  .column-1-tp {
    max-width: 8.33333%;
  }

  .offset-1-tp {
    margin-left: 8.33333%;
  }

  .offset-0-tp {
    margin-left: 0%;
  }

  .column-2-tp {
    max-width: 16.66667%;
  }

  .offset-2-tp {
    margin-left: 16.66667%;
  }

  .offset-0-tp {
    margin-left: 0%;
  }

  .column-3-tp {
    max-width: 25%;
  }

  .offset-3-tp {
    margin-left: 25%;
  }

  .offset-0-tp {
    margin-left: 0%;
  }

  .column-4-tp {
    max-width: 33.33333%;
  }

  .offset-4-tp {
    margin-left: 33.33333%;
  }

  .offset-0-tp {
    margin-left: 0%;
  }

  .column-5-tp {
    max-width: 41.66667%;
  }

  .offset-5-tp {
    margin-left: 41.66667%;
  }

  .offset-0-tp {
    margin-left: 0%;
  }

  .column-6-tp {
    max-width: 50%;
  }

  .offset-6-tp {
    margin-left: 50%;
  }

  .offset-0-tp {
    margin-left: 0%;
  }

  .column-7-tp {
    max-width: 58.33333%;
  }

  .offset-7-tp {
    margin-left: 58.33333%;
  }

  .offset-0-tp {
    margin-left: 0%;
  }

  .column-8-tp {
    max-width: 66.66667%;
  }

  .offset-8-tp {
    margin-left: 66.66667%;
  }

  .offset-0-tp {
    margin-left: 0%;
  }

  .column-9-tp {
    max-width: 75%;
  }

  .offset-9-tp {
    margin-left: 75%;
  }

  .offset-0-tp {
    margin-left: 0%;
  }

  .column-10-tp {
    max-width: 83.33333%;
  }

  .offset-10-tp {
    margin-left: 83.33333%;
  }

  .offset-0-tp {
    margin-left: 0%;
  }

  .column-11-tp {
    max-width: 91.66667%;
  }

  .offset-11-tp {
    margin-left: 91.66667%;
  }

  .offset-0-tp {
    margin-left: 0%;
  }

  .column-12-tp {
    max-width: 100%;
  }

  .offset-12-tp {
    margin-left: 100%;
  }

  .offset-0-tp {
    margin-left: 0%;
  }
}
@media (max-width: 640px) {
  .column-1-sm {
    max-width: 8.33333%;
  }

  .offset-1-sm {
    margin-left: 8.33333%;
  }

  .offset-0-sm {
    margin-left: 0%;
  }

  .column-2-sm {
    max-width: 16.66667%;
  }

  .offset-2-sm {
    margin-left: 16.66667%;
  }

  .offset-0-sm {
    margin-left: 0%;
  }

  .column-3-sm {
    max-width: 25%;
  }

  .offset-3-sm {
    margin-left: 25%;
  }

  .offset-0-sm {
    margin-left: 0%;
  }

  .column-4-sm {
    max-width: 33.33333%;
  }

  .offset-4-sm {
    margin-left: 33.33333%;
  }

  .offset-0-sm {
    margin-left: 0%;
  }

  .column-5-sm {
    max-width: 41.66667%;
  }

  .offset-5-sm {
    margin-left: 41.66667%;
  }

  .offset-0-sm {
    margin-left: 0%;
  }

  .column-6-sm {
    max-width: 50%;
  }

  .offset-6-sm {
    margin-left: 50%;
  }

  .offset-0-sm {
    margin-left: 0%;
  }

  .column-7-sm {
    max-width: 58.33333%;
  }

  .offset-7-sm {
    margin-left: 58.33333%;
  }

  .offset-0-sm {
    margin-left: 0%;
  }

  .column-8-sm {
    max-width: 66.66667%;
  }

  .offset-8-sm {
    margin-left: 66.66667%;
  }

  .offset-0-sm {
    margin-left: 0%;
  }

  .column-9-sm {
    max-width: 75%;
  }

  .offset-9-sm {
    margin-left: 75%;
  }

  .offset-0-sm {
    margin-left: 0%;
  }

  .column-10-sm {
    max-width: 83.33333%;
  }

  .offset-10-sm {
    margin-left: 83.33333%;
  }

  .offset-0-sm {
    margin-left: 0%;
  }

  .column-11-sm {
    max-width: 91.66667%;
  }

  .offset-11-sm {
    margin-left: 91.66667%;
  }

  .offset-0-sm {
    margin-left: 0%;
  }

  .column-12-sm {
    max-width: 100%;
  }

  .offset-12-sm {
    margin-left: 100%;
  }

  .offset-0-sm {
    margin-left: 0%;
  }
}
body {
  position: relative;
  display: block;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.93333;
  font-weight: 300;
  width: 100%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  background-color: black;
  background-color: white;
}

p {
  display: block;
}

a, a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: black;
}

h1 {
  color: inherit;
  font-size: 1.75rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h2 {
  color: inherit;
  font-size: 6.25rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: -3px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

h1 small, h2 small, h3 small,
h4 small, h5 small, h6 small,
h1.small, h2.small, h3.small,
h4.small, h5.small, h6.small,
p small, p.small {
  color: #404040;
  font-size: 80%;
}

h1.big, h2.big, h3.big,
h4.big, h5.big, h6.big,
p.big {
  font-size: 120%;
}

strong, .strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

.upper {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.heading {
  display: block;
  width: 100%;
}
.heading h1, .heading h2, .heading h3,
.heading h4, .heading h5, .heading h6 {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
.heading.underline h1:after, .heading.underline h2:after, .heading.underline h3:after,
.heading.underline h4:after, .heading.underline h5:after, .heading.underline h6:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0px;
  z-index: 9999;
  opacity: 1;
  border-bottom: 1px solid white;
}

ul {
  font-size: 1em;
}
ul li {
  font-size: 1em;
}

@media (max-width: 1024px) {
  body {
    font-size: 0.5625rem;
    background-color: black;
  }
  body h2 {
    font-size: 2.5rem;
  }
}
button:focus {
  outline: -webkit-focus-ring-color auto 0;
}

button {
  display: inline-block;
  border: 0;
  background-color: transparent;
}

.button {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.25em;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  background-color: #00558b;
  border: 0;
  border-radius: 0.25rem;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.button:hover, .button:focus {
  outline: -webkit-focus-ring-color auto 0;
  background-color: #0074be;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.button.blank {
  color: inherit;
  background-color: transparent;
}
.button.blank:hover, .button.blank:focus {
  background-color: #e6e6e6;
}

.button-dots {
  cursor: pointer;
  border: 0;
  padding: 0.5rem 0.75rem;
  background-color: transparent;
}
.button-dots i {
  color: inherit;
  font-size: 4px;
  margin: 1px;
  display: block;
}
.button-dots.blank:hover, .button-dots.blank:focus {
  background-color: #e6e6e6;
}

.button.rounded {
  border-radius: 1em;
}

.button.transparent {
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
.button.transparent:hover, .button.transparent:focus {
  color: #000000;
  background-color: #FFFFFF;
}

.btn-group {
  display: block;
  float: left;
}
.btn-group.right {
  float: right;
}

.primary-nav {
  margin-bottom: 2.34375rem;
}

.nav-bar {
  display: block;
}
.nav-bar.default {
  color: #FFFFFF;
  background-color: #00558b;
}
.nav-bar.default ul > li > a {
  color: #FFFFFF;
  background-color: transparent;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.nav-bar.default ul > li > a:hover {
  background-color: #0074be;
  -moz-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.nav-bar ul > li > a {
  padding: 0.78rem 0.875rem;
}

.nav-inline {
  display: inline-block;
  float: left;
}
.nav-inline > li {
  display: block;
  float: left;
}
.nav-inline > li > a {
  display: block;
  float: left;
}
.nav-inline.right {
  float: right;
}
.nav-inline.small > li > a {
  font-size: 0.875em;
  padding: 0.875rem;
}

img {
  display: block;
  max-width: 100%;
}

img.center {
  display: block;
  margin: 0 auto;
}

.ctext {
  text-align: center;
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.blackbg {
  color: white;
  background-color: black;
}
.blackbg a {
  color: white;
}
.blackbg a:hover {
  color: white;
}

#mobileVideo {
  display: block;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

#tubular-player {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.video-mobile {
  position: absolute;
  display: none !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  display: block !important;
}
.video-mobile video {
  display: block;
  position: absolute;
  max-width: 100%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.whitebg {
  background-color: rgba(255, 255, 255, 0.6);
}

.darkbg {
  background-color: rgba(0, 0, 0, 0.6);
}

#watchVideo, #watchVideoMobile {
  cursor: pointer;
  display: block;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  margin: 0 auto;
  background-image: url("../../images/Button-play.svg");
}

#videoImage {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  #videoImage {
    display: block !important;
  }
}

#videoWrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}
#videoWrap video {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
}

.video-controls-wrap {
  text-align: center;
  z-index: 9999;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.video-controls-wrap ul {
  display: inline-block;
}
.video-controls-wrap ul li {
  display: block;
  float: left;
}
.video-controls-wrap .video-control {
  display: block;
  width: 47px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: 1px center;
  background-size: 96%;
  margin: 20px;
  cursor: pointer;
}
.video-controls-wrap #videoBack {
  background-image: url("../../images/Button-back.svg");
}
.video-controls-wrap #videoPauze {
  background-image: url("../../images/Button-pause.svg");
}
.video-controls-wrap #videoPlay {
  background-image: url("../../images/Button-play.svg");
}
.video-controls-wrap #videoClose {
  background-image: url("../../images/Button-exit.svg");
}

.mobile-view .video-controls-wrap {
  bottom: 1rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile-view .video-controls-wrap {
    bottom: 3.5rem;
  }
}
.page-header.section-block .section-inner {
  top: 48%;
}
.page-header .company-logo {
  margin-bottom: 9vh;
}
.page-header .play-button {
  margin-bottom: 9vh;
  text-align: center;
}
@media (max-width: 1280px) {
  .page-header.section-block .section-inner {
    top: 50%;
    left: 0;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .page-header .company-logo {
    margin-bottom: 9vh;
  }
  .page-header .company-logo img {
    max-width: 82%;
  }
  .page-header .play-button {
    margin-bottom: 9vh;
  }
}
@media (max-width: 1024px) {
  .page-header {
    background-color: transparent;
  }
  .page-header.section-block .section-inner {
    top: auto !important;
    bottom: 3rem;
    left: 0;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .page-header .company-logo img {
    max-width: 82%;
  }
}
.page-header.resize.section-block .section-inner {
  top: 50%;
}
.page-header.resize .company-logo {
  margin-bottom: 9vh;
}
.page-header.resize .company-logo img {
  max-width: 82%;
}
.page-header.resize .play-button {
  margin-bottom: 9vh;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-header .company-logo img {
    max-width: 52%;
  }
}
.large-counter-wrap {
  display: block;
  text-align: center;
  padding: 1.875rem;
  text-transform: uppercase;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.large-counter-wrap .large-counter {
  display: block;
  font-size: 6.25rem;
  margin-top: 1.5rem;
  line-height: 1;
  font-weight: 100;
  letter-spacing: -3px;
}
.large-counter-wrap .large-counter-content {
  display: block;
  font-size: 1.25rem;
  margin-top: 0.25em;
  margin-bottom: 3.25rem;
  font-weight: 100;
}
.large-counter-wrap .button {
  display: block;
  width: 100%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .large-counter-wrap .button {
    margin-bottom: 1.875rem;
    font-size: 1.25rem;
  }
  .large-counter-wrap .button:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .large-counter-wrap .large-counter {
    margin-top: 0;
  }
  .large-counter-wrap .large-counter-content {
    margin-bottom: 1.75rem;
  }
}

.content-block {
  font-size: 1.25rem;
  text-transform: uppercase;
}
.content-block h3 {
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .content-block {
    font-size: 0.9375rem;
  }
  .content-block h2 {
    margin-top: 0.5rem;
  }
  .content-block h3 {
    font-size: 0.9375rem;
  }
  .content-block.section-block {
    height: auto;
    padding: 2.8125rem 0;
    min-height: 100vh;
  }
  .content-block.section-block .section-inner {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .content-block.section-block .section-inner .column-12-tp {
    margin-bottom: 1.40625rem;
  }
}
.content-block.resize h2 {
  font-size: 5.25rem;
}

.content-small {
  font-size: 0.9375rem;
  line-height: 1.933333;
}
.content-small h3 {
  font-size: 0.9375rem;
}
@media (max-width: 1024px) {
  .content-small {
    font-size: 0.75rem;
  }
  .content-small h3 {
    font-size: 0.75rem;
  }
}

.netwerk-logos {
  display: block;
  max-width: 100%;
  text-align: center;
}
.netwerk-logos .netwerk-logo {
  display: inline-block;
  max-width: 16%;
  vertical-align: middle;
  padding: 0.5rem;
}
.netwerk-logos .netwerk-logo img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .netwerk-logos .netwerk-logo {
    max-width: 30%;
    padding: 1.875rem;
  }
}
@media (max-width: 640px) {
  .netwerk-logos .netwerk-logo {
    max-width: 45%;
    padding: 0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 2.34375rem;
  }
  .netwerk-logos .netwerk-logo:nth-child(even) {
    padding-left: 2.34375rem;
    padding-right: 0.9375rem;
  }
}

.resize .netwerk-logos .netwerk-logo {
  padding: 0.5rem 2rem;
}

@media only screen and (min-width: 767px) and (max-width: 769px) {
  .netwerk-logos .netwerk-logo {
    max-width: 26%;
  }
}
.phone-email-wrap {
  display: block;
  margin-bottom: 1.5em;
}

.last-section {
  padding-bottom: 125px;
}
@media (max-width: 1024px) {
  .last-section {
    padding-bottom: 113px;
  }
}

.page-footer {
  display: block;
  position: relative;
  color: #FFFFFF;
  background-color: #000000;
  padding-top: 1rem;
  padding-bottom: 4rem;
  margin-top: -125px;
  z-index: 999;
}
@media (max-width: 1024px) {
  .page-footer {
    margin-top: -113px;
    padding-bottom: 2.8125rem;
  }
}

.brandmark img {
  min-width: 3.5rem;
  max-width: 100%;
}

.copyright {
  display: block;
  color: #808080;
  text-align: center;
  font-weight: normal;
  font-size: 0.875rem;
  margin-top: 1em;
  text-transform: uppercase;
}

#toTop {
  display: block;
  position: fixed;
  bottom: 70px;
  right: 70px;
  z-index: 99999;
}
#toTop button {
  display: block;
  position: relative;
  color: inherit;
  text-align: center;
  cursor: pointer;
  width: 80px;
  height: 80px;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  background-image: url("../../images/Button-top.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#toTop button .to-top-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 0.9378rem;
  font-weight: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#toTop button .to-top-text img {
  display: inline-block;
}
#toTop button .to-top-text span {
  display: block;
}
@media (max-width: 1280px) {
  #toTop {
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
}
@media (max-width: 1024px) {
  #toTop {
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
  #toTop button {
    width: 50px;
    height: 50px;
  }
  #toTop button .to-top-text {
    font-size: 10px;
  }
}

.mobile {
  display: none;
}

.desktop {
  display: block !important;
}

@media (max-width: 1024px) {
  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }
}
.error404 {
  overflow: hidden;
}
