@charset "UTF-8";
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
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.
 */
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.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
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.
 */
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.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
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.
 */
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.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
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.
 */
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.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
	 Base styles: opinionated defaults
	 ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
	 Browser Upgrade Prompt
	 ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
	 Author's custom styles
	 ========================================================================== */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), local("sans-serif"), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "nexa";
  src: url("../font/nexablack-webfont.eot");
  src: url("../font/nexablack-webfont.eot?#iefix") format("embedded-opentype"), url("../font/nexablack-webfont.woff") format("woff"), url("../font/nexablack-webfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.brand-font, .employees .apply-btn, .page-header nav .nav-item, .call-us-btn, h1, h2, h3, h4, h5, h6 {
  font-family: "Nexa", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #2d2c2c;
  padding-top: 87px;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.link {
  color: #00c4fa;
}
.link--external {
  border-bottom: 1px solid;
}

h1, h2, h3, h4, h5, h6 {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0 0 0.5rem 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 3.75rem;
    letter-spacing: -2px;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 320px) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.25rem;
  }
}
.btn {
  font-size: 0.875rem;
}

.sr-only {
  display: none;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-center {
  text-align: center;
}
.text-blue {
  color: #00b3ef;
}
.text-dark-blue {
  color: #2483c6;
}
.text-light-blue {
  color: #00c4fa;
}

.brand-logo {
  display: block;
  width: 135px;
  height: 46px;
  background: url("../img/logo.svg") center center no-repeat;
  background-size: cover;
}
.brand-logo span {
  display: none;
}

.mobile-menu-toggle-btn {
  padding: 5px;
  border: 0;
  background-color: transparent;
  height: 46px;
}
.mobile-menu-toggle-btn:before, .mobile-menu-toggle-btn:after {
  content: "";
}
.mobile-menu-toggle-btn span, .mobile-menu-toggle-btn:before, .mobile-menu-toggle-btn:after {
  display: block;
  width: 36px;
  height: 5px;
  background-color: #00c4fa;
  border-radius: 3px;
  margin: 5px 0;
}
@media only screen and (min-width: 801px) {
  .mobile-menu-toggle-btn {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .mobile-menu-toggle-btn {
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
@media only screen and (min-width: 801px) {
  .mobile-menu-close-btn {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .mobile-menu-close-btn {
    color: #fff;
    background-color: transparent;
    border: 0;
    font-size: 4rem;
    line-height: 1;
    width: 1em;
    padding: 0;
    margin: 0 0 0 -0.25em;
  }
}
.mobile-call-us-btn {
  background-color: #41db74;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
.mobile-call-us-btn span {
  display: none;
}
.mobile-call-us-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path fill="%23ffffff" d="M0,50.126c0.352-2.539,0.696-5.083,1.057-7.622c1.315-9.238,4.831-17.549,10.138-25.22c3.547-5.127,7.974-9.404,12.69-13.271c6.86-5.62,16.788-5.41,23.427,1.084c7.273,7.109,14.412,14.355,21.602,21.553c4.145,4.146,8.255,8.33,12.417,12.461c7.416,7.363,7.893,17.808,0.826,25.615c-4.447,4.917-9.276,9.487-13.976,14.169c-1.309,1.304-2.768,2.461-4.158,3.682c7.917,14.814,36,44.482,53.407,53.74c3.844-3.896,7.736-7.871,11.646-11.816c1.978-2.002,3.932-4.033,5.992-5.947c6.104-5.654,13.938-6.943,21.19-2.979c2.812,1.533,5.155,4.033,7.478,6.338c10.282,10.195,20.444,20.518,30.728,30.713c2.927,2.9,4.416,6.465,5.536,10.273v5.039c-0.872,2.266-1.363,4.795-2.685,6.758c-4.172,6.211-9.565,11.338-15.741,15.479c-11.365,7.637-23.86,10.996-37.625,9.463c-14.724-1.641-28.642-5.986-42.056-12.08c-10.533-4.775-20.476-10.645-29.959-17.246c-11.9-8.291-28.136-23.242-37.041-34.141c-10.14-12.422-19.284-25.459-25.862-40.166C5.223,87.489,2.403,78.69,1.107,69.433c-0.364-2.603-0.738-5.2-1.107-7.798C0,57.797,0,53.964,0,50.126"/></svg>') center center no-repeat;
  background-size: 20px;
}
@media only screen and (min-width: 801px) {
  .mobile-call-us-btn {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .mobile-call-us-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

.call-us-btn {
  display: inline-block;
}
@media only screen and (max-width: 800px) {
  .call-us-btn {
    color: #41db74;
    background-color: #fff;
    font-size: 1.5rem;
    padding: 0 20px;
    margin-top: 1rem;
    line-height: 4rem;
    border-radius: 2rem;
  }
  .call-us-btn:hover {
    color: rgb(107.8761061947, 227.1238938053, 147.3672566372);
  }
  .call-us-btn:active {
    color: rgb(37.1150442478, 195.8849557522, 89.6946902655);
  }
}
@media only screen and (min-width: 801px) {
  .call-us-btn {
    color: #fff;
    background-color: #41db74;
    margin-left: 20px;
    padding: 0 30px;
    line-height: 46px;
    border-radius: 23px;
  }
  .call-us-btn:hover {
    background-color: rgb(107.8761061947, 227.1238938053, 147.3672566372);
  }
  .call-us-btn:active {
    background-color: rgb(37.1150442478, 195.8849557522, 89.6946902655);
  }
}

article {
  position: relative;
}
article .anchor {
  position: absolute;
  left: 0px;
  top: -86px;
}
article hgroup {
  padding: 3rem 0;
}

.page-header {
  position: relative;
  z-index: 100;
  padding: 20px 24px;
}
.page-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 801px) {
  .page-header .brand-logo {
    float: left;
  }
}
@media only screen and (max-width: 800px) {
  .page-header .brand-logo {
    margin: 0 auto;
  }
}
.page-header nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.page-header nav .nav-item {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 46px;
  text-transform: uppercase;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (min-width: 801px) {
  .page-header nav {
    float: right;
  }
  .page-header nav li {
    display: inline-block;
  }
  .page-header nav .nav-item {
    color: #2d2c2c;
    padding: 0 20px;
  }
  .page-header nav .nav-item:hover {
    color: #00b3ef;
  }
  .page-header nav .nav-item:active {
    color: #41db74;
  }
}
@media only screen and (max-width: 800px) {
  .page-header nav {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    padding: 0 20px;
    z-index: 1000;
    background-color: #00b3ef;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  .page-header nav ul {
    margin: 1rem 0 2rem;
  }
  .page-header nav li {
    display: block;
  }
  .page-header nav .nav-item {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0.5rem;
  }
  .page-header nav:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 54%;
    background: url("../img/banner.svg") center center no-repeat;
    background-size: contain;
  }
}

@media only screen and (max-width: 800px) {
  .menu-active .page-header nav {
    opacity: 1;
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.greeting .container {
  position: relative;
  max-width: 1600px;
}
.greeting .container:after {
  content: "";
  display: block;
  background: url("../img/banner.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .greeting .container:after {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .greeting .container:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
  }
}
.greeting hgroup {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .greeting hgroup {
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .greeting hgroup {
    width: 60%;
    padding: 6rem 0;
  }
}

.services .service-list {
  padding: 70px 0 1rem;
}
@media only screen and (min-width: 801px) {
  .services .service-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.services .service-item {
  border: 1px solid transparent;
  border-radius: 40px;
  text-align: center;
  position: relative;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 10px;
}
.services .service-item:before, .services .service-item:after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 93px;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -42px;
  background-position: center center;
  background-repeat: no-repeat;
}
.services .service-item:before {
  background-image: url("../img/services/bg.png");
}
.services .service-item:after {
  background-image: url("../img/services/sprite.png");
}
.services .service-item--ads:after {
  background-position: 0 0;
}
.services .service-item--analytics:after {
  background-position: -85px 0;
}
.services .service-item--ads-audit:after {
  background-position: -170px 0;
}
.services .service-item--design-and-cro:after {
  background-position: -255px 0;
}
@media only screen and (min-width: 1200px) {
  .services .service-item {
    padding: 70px 3rem 3rem;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
  .services .service-item {
    padding: 70px 2rem 2rem;
    flex-basis: 50%;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 800px) {
  .services .service-item {
    padding: 70px 1rem 1rem;
  }
}
.about-us {
  background: url("../img/about-us-bg.png") center center no-repeat;
  background-size: contain;
}
.about-us .stats {
  text-align: center;
}
.about-us .stats p {
  margin: 0;
}
.about-us .stats h3 {
  line-height: 1;
  margin-bottom: 0;
  display: inline-block;
  letter-spacing: -3px;
}
.about-us .stats div {
  float: left;
  display: inline-block;
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
  padding: 1rem 0;
}
@media only screen and (min-width: 1200px) {
  .about-us .stats {
    padding: 6rem 0;
  }
  .about-us .stats div {
    width: 25%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
  .about-us .stats {
    padding: 3rem 0;
  }
  .about-us .stats div {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .about-us .stats div {
    width: 100%;
  }
}

.employees .employee-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 801px) {
  .employees .employee-list {
    justify-content: space-evenly;
  }
}
.employees .employee-list .item {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 800px) {
  .employees .employee-list .item {
    width: 50%;
  }
  .employees .employee-list .item img {
    width: 120px;
    height: 172px;
  }
}
.employees figure {
  margin: 0;
  text-align: center;
}
.employees figure img {
  display: inline-block;
}
.employees figure figcaption {
  color: #5c6471;
  font-size: 18px;
  font-weight: bold;
  margin: 1rem 0;
}
.employees .apply-btn {
  text-transform: uppercase;
  display: inline-block;
  border: 0;
  border-radius: 25px;
  background-color: #41db74;
  color: white;
  font-size: 14px;
  line-height: 50px;
  padding: 0 2rem;
}

.clients-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.clients-list-item {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185.59 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f1f2f5;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EUntitled-2%3C/title%3E%3Cpath class='cls-1' d='M7.46,128.93c0-21.79-.25-51.21-.25-60.09C7.21,54.18,13.86,43.1,27.84,35S66.11,12.65,75.61,7.06C91.86-2.49,108-2,123,6.52L167.61,32c13.63,7.78,25,15.81,25,38.77.11,18.3.22,42.68.22,58.13,0,27.37-21.47,36.85-21.47,36.85L122.9,194s-22.4,13.08-44.34.55l-54-30.84s-17.13-9.4-17.13-34.8' transform='translate(-7.21 0)'/%3E%3C/svg%3E");
  background-size: auto;
  width: 180px;
  height: 200px;
  margin: 1rem;
  position: relative;
  display: flex;
  align-items: center;
}
.clients-list-item span {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.clients-list-item span {
  height: 100px;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .clients-list-item span {
    background-size: contain;
  }
}
.clients-list-item--aegaon span {
  background-image: url("../img/clients-logo/aegaon.png");
}
.clients-list-item--photopoint {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185.59 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ed1c24;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EUntitled-2%3C/title%3E%3Cpath class='cls-1' d='M7.46,128.93c0-21.79-.25-51.21-.25-60.09C7.21,54.18,13.86,43.1,27.84,35S66.11,12.65,75.61,7.06C91.86-2.49,108-2,123,6.52L167.61,32c13.63,7.78,25,15.81,25,38.77.11,18.3.22,42.68.22,58.13,0,27.37-21.47,36.85-21.47,36.85L122.9,194s-22.4,13.08-44.34.55l-54-30.84s-17.13-9.4-17.13-34.8' transform='translate(-7.21 0)'/%3E%3C/svg%3E");
}
.clients-list-item--photopoint span {
  background-image: url("../img/clients-logo/photopoint.png");
}
.clients-list-item--cv-online span {
  background-image: url("../img/clients-logo/cv-online.png");
}
.clients-list-item--enefit span {
  background-image: url("../img/clients-logo/enefit.png");
}
.clients-list-item--dispak span {
  background-image: url("../img/clients-logo/dispak.png");
}
.clients-list-item--bondora span {
  background-image: url("../img/clients-logo/bondora.png");
}
.clients-list-item--tradehouse span {
  background-image: url("../img/clients-logo/tradehouse.png");
}
.clients-list-item--kinnisvara24 span {
  background-image: url("../img/clients-logo/kinnisvara24.png");
}
.clients-list-item--uss-security span {
  background-image: url("../img/clients-logo/uss-security.png");
}
.clients-list-item--barbora span {
  background-image: url("../img/clients-logo/barbora.png");
}
.clients-list-item--sudameapteek span {
  background-image: url("../img/clients-logo/sudameapteek.png");
}
.clients-list-item--revonia span {
  background-image: url("../img/clients-logo/revonia.png");
}
.clients-list-item--starry {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185.59 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%239993b9;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EUntitled-2%3C/title%3E%3Cpath class='cls-1' d='M7.46,128.93c0-21.79-.25-51.21-.25-60.09C7.21,54.18,13.86,43.1,27.84,35S66.11,12.65,75.61,7.06C91.86-2.49,108-2,123,6.52L167.61,32c13.63,7.78,25,15.81,25,38.77.11,18.3.22,42.68.22,58.13,0,27.37-21.47,36.85-21.47,36.85L122.9,194s-22.4,13.08-44.34.55l-54-30.84s-17.13-9.4-17.13-34.8' transform='translate(-7.21 0)'/%3E%3C/svg%3E");
}
.clients-list-item--starry span {
  background-image: url("../img/clients-logo/starry.png");
}
.clients-list-item--holika-holika span {
  background-image: url("../img/clients-logo/holika-holika.png");
}
.clients-list-item--esmakaitse span {
  background-image: url("../img/clients-logo/esmakaitse.png");
}
.clients-list-item--kaekellad span {
  background-image: url("../img/clients-logo/kaekellad.png");
}
.clients-list-item--terminaloil {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185.59 200'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23008b9a;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EUntitled-2%3C/title%3E%3Cpath class='cls-1' d='M7.46,128.93c0-21.79-.25-51.21-.25-60.09C7.21,54.18,13.86,43.1,27.84,35S66.11,12.65,75.61,7.06C91.86-2.49,108-2,123,6.52L167.61,32c13.63,7.78,25,15.81,25,38.77.11,18.3.22,42.68.22,58.13,0,27.37-21.47,36.85-21.47,36.85L122.9,194s-22.4,13.08-44.34.55l-54-30.84s-17.13-9.4-17.13-34.8' transform='translate(-7.21 0)'/%3E%3C/svg%3E");
}
.clients-list-item--terminaloil span {
  background-image: url("../img/clients-logo/terminaloil.png");
}
@media only screen and (max-width: 800px) {
  .clients-list-item {
    width: 140px;
    margin: 0;
    padding: 1rem;
  }
}

.contacts .contact-form {
  padding: 0;
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}
.contacts .form-group {
  text-align: center;
}
@media only screen and (min-width: 801px) {
  .contacts .form-group {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .contacts .form-group {
    margin-bottom: 25px;
  }
}
.contacts .form-group label {
  display: none;
}
.contacts .form-group input,
.contacts .form-group textarea {
  display: block;
  width: 100%;
  padding: 1rem;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0 1px 3px #e6e6e6;
}
.contacts .form-group textarea {
  min-height: 5rem;
}
.contacts .form-footer .contact-notice {
  margin: 0;
  color: #535252;
  opacity: 0.7;
}
.contacts .form-footer .btn-group button {
  background: #41db74;
  color: #fff;
  border: 0;
  max-width: 100%;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  min-width: 160px;
  text-transform: uppercase;
  border-radius: 9999px;
}
@media only screen and (min-width: 801px) {
  .contacts .form-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .contacts .form-footer .contact-notice {
    font-size: 14px;
    padding-right: 3rem;
  }
  .contacts .form-footer .btn-group {
    text-align: right;
  }
}
@media only screen and (max-width: 800px) {
  .contacts .form-footer {
    text-align: center;
  }
  .contacts .form-footer .contact-notice {
    font-size: 24px;
  }
  .contacts .form-footer .btn-group {
    margin-bottom: 1rem;
  }
  .contacts .form-footer .btn-group button {
    width: 100%;
  }
}
.contacts-page {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .contacts-page .container {
    z-index: 100;
    position: relative;
    max-width: 50%;
    margin: initial;
  }
}
@media only screen and (min-width: 1200px) {
  .contacts-map {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .contacts-map {
    margin: 2rem 0 0 0;
    width: 100%;
    height: 300px;
  }
}

.page-footer {
  margin-top: 100px;
  position: relative;
  background-color: #f1f2f5;
  padding: 40px 0 60px;
}
.page-footer .social-links {
  margin: 1rem 0;
  display: flex;
  gap: 1rem;
}
.page-footer .social-link {
  padding: 8px;
  display: inline-block;
  background-color: #41db74;
  border-radius: 4px;
  transition: all 0.2s;
}
.page-footer .social-link:hover {
  background-color: rgb(107.8761061947, 227.1238938053, 147.3672566372);
}
.page-footer .social-link svg {
  fill: white;
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 1200px) {
  .page-footer .slogan,
  .page-footer .contact-data,
  .page-footer .partners {
    float: left;
  }
  .page-footer .slogan {
    padding-right: 10%;
    width: 35%;
  }
  .page-footer .contact-data,
  .page-footer .partners {
    width: 20%;
  }
  .page-footer .partners {
    width: 10%;
  }
  .page-footer .subscription-form {
    float: right;
    width: 25%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1199px) {
  .page-footer .slogan,
  .page-footer .contact-data,
  .page-footer .partners {
    width: 60%;
  }
  .page-footer .subscription-form {
    position: absolute;
    top: 0;
    right: 20px;
    width: 36%;
  }
}
.page-footer .contact-data p {
  margin-top: 0;
}
.page-footer .partners svg {
  width: 140px;
  height: 140px;
}
.page-footer:before {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background: center top no-repeat;
}
@media only screen and (min-width: 1200px) {
  .page-footer:before {
    background-image: url("../img/footer-bg-desktop.png");
  }
}

.subscription-form label {
  display: block;
  margin-bottom: 1rem;
}
.subscription-form .input-group {
  display: flex;
}
.subscription-form .input-group input {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 0;
  flex: 1;
  padding: 10px 10px 10px 20px;
  line-height: 20px;
  font-size: 0.875rem;
  box-shadow: 0 1px 3px #e6e6e6;
  width: 100%;
}
.subscription-form .input-group button {
  background: #41db74;
  color: #fff;
  border: 0;
  padding: 0 20px;
  line-height: 40px;
}
.subscription-notice {
  color: #a0a0a5;
  font-size: 1.15rem;
}

.notification {
  z-index: 2010;
  position: fixed;
  bottom: 2rem;
  left: 1rem;
  right: 1rem;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem 2.5rem 1rem 2rem;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.875rem;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -moz-transform: scale(0.8) translateY(100px);
  -o-transform: scale(0.8) translateY(100px);
  -ms-transform: scale(0.8) translateY(100px);
  -webkit-transform: scale(0.8) translateY(100px);
  transform: scale(0.8) translateY(100px);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.notification:after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: block;
  width: 2rem;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  vertical-align: middle;
  -webkit-animation: glow 1s ease-in alternate infinite;
  -moz-animation: glow 1s ease-in alternate infinite;
  -ms-animation: glow 1s ease-in alternate infinite;
  -o-animation: glow 1s ease-in alternate infinite;
  animation: glow 1s ease-in alternate infinite;
}
@-webkit-keyframes glow {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-moz-keyframes glow {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-ms-keyframes glow {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes glow {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
.notification-active {
  visibility: visible;
  z-index: 2060;
  -moz-transform: scale(1) translateY(0%);
  -o-transform: scale(1) translateY(0%);
  -ms-transform: scale(1) translateY(0%);
  -webkit-transform: scale(1) translateY(0%);
  transform: scale(1) translateY(0%);
  opacity: 1;
}
.notification p {
  margin: 0;
}
.notification--sticky {
  -webkit-box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 13px -3px rgba(0, 0, 0, 0.3);
}
.notification--error {
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.notification--success {
  background-color: #41db74;
  border-color: #41db74;
}
.notification--info {
  background-color: #00b0ee;
  border-color: #00b0ee;
}
.notification--warning {
  background-color: #ffc66d;
  border-color: #ffc66d;
}
.notification-dismiss-btn {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  -webkit-appearance: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.notification-dismiss-btn::after {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  content: "×";
  color: #fff;
}
.notification-dismiss-btn span {
  display: none;
}
.notification-dismiss-btn:hover {
  opacity: 1;
}
.notification-dismiss-btn:active {
  opacity: 0.6;
}

/* ==========================================================================
	 Helper classes
	 ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *	causes content to wrap 1 word per line:
 *	https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	`contenteditable` attribute is included anywhere else in the document.
 *	Otherwise it causes space to appear at the top and bottom of elements
 *	that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	`:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after,
.about-us .stats:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after, .about-us .stats:after {
  clear: both;
}

/* ==========================================================================
	 EXAMPLE Media Queries for Responsive Design.
	 These examples override the primary ('mobile first') styles.
	 Modify as content requires.
	 ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
	 Print styles.
	 Inlined to avoid the additional HTTP request:
	 https://www.phpied.com/delay-loading-your-print-css/
	 ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.testimonials-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}

.testimonials-row blockquote {
  width: 17%;
  max-width: 240px;
  box-sizing: border-box;
  text-align: center;
}

.testimonials-row blockquote p {
  font-style: italic;
  font-size: 15px;
  line-height: 1.4;
}

.testimonials-row blockquote footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.testimonials-row blockquote footer img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonials-row blockquote cite {
  font-style: normal;
  font-size: 14px;
  color: #333;
}

.testimonials-row blockquote cite strong {
  display: block;
  margin-bottom: 4px;
}

/* RESPONSIVE - mobiilivaates */
@media (max-width: 992px) {
  .testimonials-row blockquote {
    width: 45%;
    max-width: none;
  }
}

@media (max-width: 576px) {
  .testimonials-row blockquote {
    width: 100%;
  }
}
.testimonials-row blockquote:hover {
  background-color: #f8f8f8;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.client-card {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 800px) {
  .client-card {
    flex-wrap: wrap;
  }
}
.client-card img {
  margin: 0 auto;
  max-width: 100%;
  height: 367px;
  object-fit: contain;
  object-position: center center;
  border-radius: 10px;
}
.client-card h3, .client-card h4, .client-card p {
  text-align: center;
}
.client-card h3 {
  color: #2483c6;
}
.client-card .achievements {
  width: 100%;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .client-card .achievements {
    flex-wrap: wrap;
  }
}
.client-card .achievements .achievement {
  flex-basis: 100%;
  color: #00c4fa;
}
.client-card .achievements .achievement p {
  margin-top: 0;
}

.testimonials .container {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 800px) {
  .testimonials .container {
    flex-wrap: wrap;
  }
}

.cta-consultation {
    text-align: center;
    margin: 20px 0;
}
.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #41db74; /* Veebiguru roheline */
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    transition: all 0.3s ease;
}
.cta-button:hover {
    background-color: #32b45a;
    transform: translateY(-2px);
}

/* Mobiilis nupp laiem */
@media (max-width: 576px) {
    .cta-button {
        width: 100%;
        max-width: 300px;
        padding: 15px;
    }
}


.services .service-item p a {
  color: #00b3ef;
  text-decoration: underline;
  font-weight: 600;
}

.services .service-item p a:hover {
  color: #2483c6;
  text-decoration: none;
}

.services .service-item p a:visited {
  color: #00b3ef;
}

/* LinkedIn ikoon töötajate juures */
.linkedin-icon {
  display: inline-block;
  margin-top: 2px;
  text-decoration: none;
}

.linkedin-icon img {
  display: block;
  width: 24px;
  max-width: 100%;
  height: auto;
  max-height: 24px; /* kriitiline, et SVG püsiks väike */
  margin: 4px auto 0 auto;
  transition: transform 0.3s ease;
}

.linkedin-icon:hover img {
  transform: scale(1.1);
}

/* Töötajate nimede all väike sinine tekst */
.employees figure figcaption small {
  display: block;
  font-size: 0.9rem;
  color: #00b3ef;
  margin-top: 0.25rem;
  font-weight: 600;
}

/* Mobiilivaates väiksemad ikoonid */
@media (max-width: 768px) {
  .linkedin-icon img {
    width: 20px;
    max-height: 20px; /* ka mobiilis piirame kõrguse */
    margin-top: 2px;
  }
}
