/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, ../sass/components/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, ../sass/components/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, ../sass/components/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, ../sass/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, ../sass/components/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, ../sass/components/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, ../sass/components/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, ../sass/components/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, ../sass/components/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, ../sass/components/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, ../sass/components/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, ../sass/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, ../sass/components/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, ../sass/components/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, ../sass/components/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, ../sass/components/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, ../sass/components/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, ../sass/components/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, ../sass/components/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, ../sass/components/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, ../sass/components/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, ../sass/components/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, ../sass/components/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, ../sass/components/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, ../sass/components/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, ../sass/components/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, ../sass/components/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, ../sass/components/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, ../sass/components/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, ../sass/components/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, ../sass/components/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, ../sass/components/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, ../sass/components/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, ../sass/components/_normalize.scss */
[hidden] {
  display: none;
}

/* line 1, ../sass/components/_layout.scss */
html, body {
  height: 100%;
}

/* line 4, ../sass/components/_layout.scss */
body {
  background: #fff;
  position: relative;
  color: #777;
}
/* line 9, ../sass/components/_layout.scss */
body * {
  box-sizing: border-box;
}

/* line 14, ../sass/components/_layout.scss */
img {
  max-width: 100%;
}

/* line 18, ../sass/components/_layout.scss */
.inline {
  display: inline-block;
}

/* line 22, ../sass/components/_layout.scss */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}
/* line 31, ../sass/components/_layout.scss */
.header__skip:active, .header__skip:focus, .header__skip:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* line 40, ../sass/components/_layout.scss */
.header {
  height: 100px;
  width: 100%;
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
}
/* line 58, ../sass/components/_layout.scss */
.header .content {
  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
  padding: 0 15px;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  /* line 58, ../sass/components/_layout.scss */
  .header .content {
    padding: 0 20px;
  }
}
/* line 74, ../sass/components/_layout.scss */
.header .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 35px;
}
/* line 82, ../sass/components/_layout.scss */
.header .navigation ul li {
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  /* line 82, ../sass/components/_layout.scss */
  .header .navigation ul li {
    display: block;
    margin: 0 0 40px;
  }
}
@media (max-width: 1024px) {
  /* line 74, ../sass/components/_layout.scss */
  .header .navigation ul {
    display: block;
  }
}
/* line 97, ../sass/components/_layout.scss */
.header .navigation .nav-cta.nav-home {
  display: none;
}
@media (max-width: 1024px) {
  /* line 97, ../sass/components/_layout.scss */
  .header .navigation .nav-cta.nav-home {
    display: block;
  }
}
@media (max-width: 1024px) {
  /* line 96, ../sass/components/_layout.scss */
  .header .navigation .nav-cta {
    display: block;
  }
  /* line 107, ../sass/components/_layout.scss */
  .header .navigation .nav-cta:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #777;
    -webkit-transition: 200ms width ease-in;
    -moz-transition: 200ms width ease-in;
    -ms-transition: 200ms width ease-in;
    -o-transition: 200ms width ease-in;
    transition: 200ms width ease-in;
  }
  /* line 119, ../sass/components/_layout.scss */
  .header .navigation .nav-cta:hover {
    text-decoration: none;
  }
  /* line 122, ../sass/components/_layout.scss */
  .header .navigation .nav-cta:hover:after, .header .navigation .nav-cta.active:after {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  /* line 73, ../sass/components/_layout.scss */
  .header .navigation {
    overflow: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 320px;
    padding: 90px 40px 40px;
    z-index: 10;
    top: 0;
    right: -320px;
    bottom: 0;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    flex-direction: column;
    align-items: flex-start;
    justify-content: normal;
  }
  /* line 146, ../sass/components/_layout.scss */
  .header .navigation.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  /* line 151, ../sass/components/_layout.scss */
  .header .navigation.open + .btn-menu {
    position: fixed;
  }
  /* line 156, ../sass/components/_layout.scss */
  .header .navigation .btn {
    padding: 0;
    background: none;
    color: #fff;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px;
  }
  /* line 166, ../sass/components/_layout.scss */
  .header .navigation .btn:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
/* line 174, ../sass/components/_layout.scss */
.header .btn-menu {
  display: none;
  background: #f86122;
  position: absolute;
  z-index: 11;
  box-sizing: border-box;
  border: 0;
  margin: 0;
  cursor: pointer;
  width: 50px;
  height: 44px;
  right: 20px;
  top: 28px;
}
@media (max-width: 1024px) {
  /* line 174, ../sass/components/_layout.scss */
  .header .btn-menu {
    display: block;
  }
}
/* line 192, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon {
  width: 18px;
  height: 12px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
/* line 201, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #FFFFFF;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  z-index: 1;
}
/* line 212, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon span:nth-of-type(even) {
  left: 50%;
}
/* line 215, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon span:nth-of-type(odd) {
  left: 0;
}
/* line 218, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon span:nth-of-type(1), .header .btn-menu .nav-icon span:nth-of-type(2) {
  top: 0;
}
/* line 221, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon span:nth-of-type(3), .header .btn-menu .nav-icon span:nth-of-type(4) {
  top: 5px;
}
/* line 224, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon span:nth-of-type(5), .header .btn-menu .nav-icon span:nth-of-type(6) {
  top: 10px;
}
/* line 231, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon.open span:nth-of-type(1), .header .btn-menu .nav-icon.open span:nth-of-type(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 234, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon.open span:nth-of-type(2), .header .btn-menu .nav-icon.open span:nth-of-type(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 237, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon.open span:nth-of-type(1) {
  left: 2px;
  top: 2px;
}
/* line 241, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon.open span:nth-of-type(2) {
  left: calc(50% - 2px);
  top: 2px;
}
/* line 245, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon.open span:nth-of-type(3) {
  left: -50%;
  opacity: 0;
}
/* line 249, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon.open span:nth-of-type(4) {
  left: 100%;
  opacity: 0;
}
/* line 253, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon.open span:nth-of-type(5) {
  left: 2px;
  top: 8px;
}
/* line 257, ../sass/components/_layout.scss */
.header .btn-menu .nav-icon.open span:nth-of-type(6) {
  left: calc(50% - 2px);
  top: 8px;
}

/* line 267, ../sass/components/_layout.scss */
footer {
  position: relative;
  background: #11161e;
}
/* line 270, ../sass/components/_layout.scss */
footer .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 27px 15px;
}

/* line 277, ../sass/components/_layout.scss */
.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  /* line 277, ../sass/components/_layout.scss */
  .content {
    padding: 100px 20px;
  }
}
@media (max-width: 768px) {
  /* line 277, ../sass/components/_layout.scss */
  .content {
    padding: 50px 20px;
  }
}

/* line 292, ../sass/components/_layout.scss */
.column-2, .column-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 568px) {
  /* line 292, ../sass/components/_layout.scss */
  .column-2, .column-3 {
    display: block;
  }
}
/* line 301, ../sass/components/_layout.scss */
.column-2 .col, .column-3 .col {
  flex-grow: 1;
}
@media (max-width: 768px) {
  /* line 301, ../sass/components/_layout.scss */
  .column-2 .col, .column-3 .col {
    margin-bottom: 20px;
  }
}

/* line 309, ../sass/components/_layout.scss */
.column-2 {
  gap: 30px;
}
/* line 312, ../sass/components/_layout.scss */
.column-2 .col {
  flex-grow: 1;
  /* do not grow   - initial value: 0 */
  flex-shrink: 0;
  /* do not shrink - initial value: 1 */
  flex-basis: 0;
  /* even column */
}

/* line 319, ../sass/components/_layout.scss */
.column-3 {
  gap: 2.56%;
}
@media (max-width: 768px) {
  /* line 319, ../sass/components/_layout.scss */
  .column-3 {
    gap: 5%;
  }
}
/* line 326, ../sass/components/_layout.scss */
.column-3 .col {
  flex-basis: 31.62%;
}
@media (max-width: 768px) {
  /* line 326, ../sass/components/_layout.scss */
  .column-3 .col {
    flex-grow: 0;
    /* do not grow   - initial value: 0 */
    flex-shrink: 0;
    /* do not shrink - initial value: 1 */
    flex-basis: 47.5%;
    /* even column */
  }
}

/* line 338, ../sass/components/_layout.scss */
.services-wrap {
  padding-top: 40px;
}
@media (max-width: 768px) {
  /* line 338, ../sass/components/_layout.scss */
  .services-wrap {
    padding-top: 20px;
  }
}
/* line 344, ../sass/components/_layout.scss */
.services-wrap .col {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
/* line 349, ../sass/components/_layout.scss */
.services-wrap .col .icon-holder {
  flex-grow: 0;
  /* do not grow   - initial value: 0 */
  flex-shrink: 0;
  /* do not shrink - initial value: 1 */
  flex-basis: 70px;
  /* width/height  - initial value: auto */
}
/* line 355, ../sass/components/_layout.scss */
.services-wrap .col .info {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  /* line 355, ../sass/components/_layout.scss */
  .services-wrap .col .info {
    margin-bottom: 20px;
  }
}
/* line 361, ../sass/components/_layout.scss */
.services-wrap .col .info h3 {
  display: block;
  min-height: 40px;
}
@media (max-width: 768px) {
  /* line 361, ../sass/components/_layout.scss */
  .services-wrap .col .info h3 {
    min-height: 10px;
  }
}
/* line 369, ../sass/components/_layout.scss */
.services-wrap .col .info h3 br {
  display: none;
}
/* line 373, ../sass/components/_layout.scss */
.services-wrap .col .info p {
  margin: 0;
}

/* line 381, ../sass/components/_layout.scss */
.expertise-wrap {
  padding-top: 40px;
}
@media (max-width: 768px) {
  /* line 381, ../sass/components/_layout.scss */
  .expertise-wrap {
    padding-top: 20px;
  }
}
/* line 388, ../sass/components/_layout.scss */
.expertise-wrap .expertise {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  gap: 30px;
  align-items: center;
}
@media (max-width: 768px) {
  /* line 388, ../sass/components/_layout.scss */
  .expertise-wrap .expertise {
    display: block;
  }
  /* line 398, ../sass/components/_layout.scss */
  .expertise-wrap .expertise + .expertise {
    padding-top: 20px;
  }
}
/* line 406, ../sass/components/_layout.scss */
.expertise-wrap .expertise .img {
  flex-grow: 0;
  /* do not grow   - initial value: 0 */
  flex-shrink: 0;
  /* do not shrink - initial value: 1 */
  flex-basis: 370px;
  /* width/height  - initial value: auto */
  text-align: center;
}
@media (max-width: 768px) {
  /* line 406, ../sass/components/_layout.scss */
  .expertise-wrap .expertise .img {
    margin-bottom: 20px;
  }
}

/* line 422, ../sass/components/_layout.scss */
.brands-wrap {
  padding-top: 40px;
}

/* line 426, ../sass/components/_layout.scss */
.gg-content-wrapper {
  position: relative;
}
/* line 429, ../sass/components/_layout.scss */
.gg-content-wrapper .img-holder {
  position: relative;
}
/* line 431, ../sass/components/_layout.scss */
.gg-content-wrapper .img-holder img {
  max-width: 100%;
}
/* line 436, ../sass/components/_layout.scss */
.gg-content-wrapper .section {
  width: 100%;
  position: relative;
}
/* line 440, ../sass/components/_layout.scss */
.gg-content-wrapper .section.section-1 {
  background: url("../../assets/image/banner-bg.jpg") repeat-y center center #fff;
  background-size: cover;
  height: 1000px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 446, ../sass/components/_layout.scss */
.gg-content-wrapper .section.section-1 .content {
  padding: 15px;
  height: 100%;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1024px) {
  /* line 446, ../sass/components/_layout.scss */
  .gg-content-wrapper .section.section-1 .content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  /* line 446, ../sass/components/_layout.scss */
  .gg-content-wrapper .section.section-1 .content {
    justify-content: center;
    align-items: flex-end;
    display: block;
    padding: 400px 0 0;
    height: auto;
  }
}
@media (max-width: 1024px) {
  /* line 440, ../sass/components/_layout.scss */
  .gg-content-wrapper .section.section-1 {
    height: 750px;
  }
}
@media (max-width: 768px) {
  /* line 440, ../sass/components/_layout.scss */
  .gg-content-wrapper .section.section-1 {
    height: auto;
    background-position: center top 40px;
    background-size: auto 400px;
    background-repeat: no-repeat;
  }
  /* line 480, ../sass/components/_layout.scss */
  .gg-content-wrapper .section.section-1 .gg-box.big {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 50px 20px 0;
    background: #fff;
  }
  /* line 486, ../sass/components/_layout.scss */
  .gg-content-wrapper .section.section-1 .gg-box.big h1 br {
    display: none;
  }
  /* line 489, ../sass/components/_layout.scss */
  .gg-content-wrapper .section.section-1 .gg-box.big h1 .highlight {
    display: inline-block;
  }
  /* line 494, ../sass/components/_layout.scss */
  .gg-content-wrapper .section.section-1 .gg-box.big:after {
    content: '';
    border: none;
  }
}
/* line 510, ../sass/components/_layout.scss */
.gg-content-wrapper .section.section-2 .content .column-2 .col.icon-holder {
  flex-grow: 0;
  /* do not grow   - initial value: 0 */
  flex-shrink: 0;
  /* do not shrink - initial value: 1 */
  flex-basis: 295px;
  /* width/height  - initial value: auto */
}
@media (max-width: 768px) {
  /* line 507, ../sass/components/_layout.scss */
  .gg-content-wrapper .section.section-2 .content .column-2 {
    display: block;
  }
}
/* line 528, ../sass/components/_layout.scss */
.gg-content-wrapper .section.section-3 {
  background: #1b1f27;
}
/* line 531, ../sass/components/_layout.scss */
.gg-content-wrapper .section.section-3 h2, .gg-content-wrapper .section.section-3 h3 {
  color: #fff;
}
/* line 534, ../sass/components/_layout.scss */
.gg-content-wrapper .section.section-3 p {
  color: #777;
}
/* line 539, ../sass/components/_layout.scss */
.gg-content-wrapper .section.section-4 {
  background: #eee;
}
/* line 546, ../sass/components/_layout.scss */
.gg-content-wrapper .section.section-6 {
  background: url("../../assets/image/img-getintouch.jpg") repeat-y center center #1b1f27;
  background-size: cover;
}
/* line 550, ../sass/components/_layout.scss */
.gg-content-wrapper .section.section-6 h2, .gg-content-wrapper .section.section-6 h3 {
  color: #fff;
}
/* line 553, ../sass/components/_layout.scss */
.gg-content-wrapper .section.section-6 p {
  color: #fff;
}

/* line 561, ../sass/components/_layout.scss */
#captcha_error_checking {
  display: none;
}
/* line 564, ../sass/components/_layout.scss */
#captcha_error_checking.show {
  display: block;
}

/* line 569, ../sass/components/_layout.scss */
#thank_you {
  text-align: center;
  font-size: 24px;
  color: #f86122;
  font-weight: 700;
  padding: 20px 0 0;
}
/* line 575, ../sass/components/_layout.scss */
#thank_you p {
  font-weight: 700;
  color: #0a0;
  margin: 0;
}

/* line 582, ../sass/components/_layout.scss */
#contact-form ::-ms-input-placeholder {
  /* Edge 12-18 */
  color: rgba(0, 0, 0, 0.2);
}
/* line 586, ../sass/components/_layout.scss */
#contact-form ::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
/* line 590, ../sass/components/_layout.scss */
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
  width: 100%;
  display: block;
  border: none;
  padding: 12px;
  resize: none;
  background: #ecf0f4;
  background: #fff;
  color: #777;
  margin-bottom: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -mox-border-radius: 0;
  border-radius: 0;
}
/* line 609, ../sass/components/_layout.scss */
#contact-form .field {
  padding-bottom: 10px;
}
/* line 618, ../sass/components/_layout.scss */
#contact-form .btn-holder button {
  -webkit-border-radius: 0;
  -mox-border-radius: 0;
  border-radius: 0;
  padding: 10px 30px;
  background: #fff;
  color: #777;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 627, ../sass/components/_layout.scss */
#contact-form .btn-holder button:hover {
  background: #f86122;
}
/* line 633, ../sass/components/_layout.scss */
#contact-form .error {
  display: block;
  color: #f00;
  padding: 5px 0 0;
}

/* line 640, ../sass/components/_layout.scss */
.gg-box {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  position: relative;
  height: 100%;
}
/* line 647, ../sass/components/_layout.scss */
.gg-box p {
  margin: 0;
}
/* line 651, ../sass/components/_layout.scss */
.gg-box:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 40px solid #f86122;
  border-bottom: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 663, ../sass/components/_layout.scss */
.gg-box.big {
  padding: 40px;
  max-width: 670px;
  height: auto;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  /* line 663, ../sass/components/_layout.scss */
  .gg-box.big {
    max-width: 570px;
  }
}
@media (max-width: 768px) {
  /* line 663, ../sass/components/_layout.scss */
  .gg-box.big {
    max-width: 100%;
    padding: 20px;
  }
}
/* line 682, ../sass/components/_layout.scss */
.gg-box.big:after {
  content: '';
  border-top: 60px solid #f86122;
  border-bottom: 60px solid transparent;
  border-right: 60px solid transparent;
}
@media (max-width: 768px) {
  /* line 682, ../sass/components/_layout.scss */
  .gg-box.big:after {
    border-top: 30px solid #f86122;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
  }
}

/* line 5, ../sass/components/_type.scss */
.raleway-regular {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* line 11, ../sass/components/_type.scss */
.raleway-bold {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* line 17, ../sass/components/_type.scss */
body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #777;
}

/* line 24, ../sass/components/_type.scss */
h1, h2, h3, h4, p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 28, ../sass/components/_type.scss */
h1 {
  font-size: 90px;
  line-height: 80px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 40px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 28, ../sass/components/_type.scss */
  h1 {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* line 28, ../sass/components/_type.scss */
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 568px) {
  /* line 28, ../sass/components/_type.scss */
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

/* line 54, ../sass/components/_type.scss */
h2 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 40px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 54, ../sass/components/_type.scss */
  h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  /* line 54, ../sass/components/_type.scss */
  h2 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 568px) {
  /* line 54, ../sass/components/_type.scss */
  h2 {
    font-size: 32px;
    line-height: 32px;
  }
}

/* line 80, ../sass/components/_type.scss */
h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 20px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 80, ../sass/components/_type.scss */
  h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 568px) {
  /* line 80, ../sass/components/_type.scss */
  h3 {
    font-size: 16px;
    line-height: 18px;
  }
}

/* line 104, ../sass/components/_type.scss */
h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 20px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 104, ../sass/components/_type.scss */
  h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 568px) {
  /* line 104, ../sass/components/_type.scss */
  h4 {
    font-size: 14px;
    line-height: 16px;
  }
}

/* line 128, ../sass/components/_type.scss */
strong {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* line 134, ../sass/components/_type.scss */
u {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #777;
}

/* line 144, ../sass/components/_type.scss */
a {
  text-decoration: none;
  color: #f86122;
  font-weight: 400;
  font-style: normal;
}
/* line 151, ../sass/components/_type.scss */
a:hover {
  text-decoration: underline;
  color: #f86122;
}

/* line 157, ../sass/components/_type.scss */
p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px;
}
@media (max-width: 568px) {
  /* line 157, ../sass/components/_type.scss */
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

/* line 171, ../sass/components/_type.scss */
.highlight {
  color: #f86122;
}

/* line 175, ../sass/components/_type.scss */
.nav-cta {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  /* line 175, ../sass/components/_type.scss */
  .nav-cta {
    color: #fff;
  }
}
/* line 188, ../sass/components/_type.scss */
.nav-cta:hover {
  color: #f86122;
  text-decoration: none;
}

/* line 197, ../sass/components/_type.scss */
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
  font-size: 14px;
}
/* line 202, ../sass/components/_type.scss */
#contact-form .btn-holder button {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 18px;
  color: #000;
  padding: 25px 30px;
}
/* line 212, ../sass/components/_type.scss */
#contact-form .btn-holder button:hover {
  color: #fff;
}

/* line 220, ../sass/components/_type.scss */
footer p {
  color: #777;
  text-align: center;
  margin: 0;
}
@media (max-width: 568px) {
  /* line 220, ../sass/components/_type.scss */
  footer p {
    font-size: 12px;
  }
}
