/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #222;
  background: #fff;
  font: 20px/1.5 "Cheyenne Sans", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Poppins", sans-serif;
  margin: 0 0 0.5em;
  line-height: 1.2; }

h1, .h1 {
  font-size: 36px;
  font-weight: 600; }
  @media (min-width: 769px) {
    h1, .h1 {
      font-size: 46px; } }
  @media (min-width: 961px) {
    h1, .h1 {
      font-size: 56px; } }

h2, .h2 {
  font-size: 32px;
  font-weight: 400; }
  @media (min-width: 769px) {
    h2, .h2 {
      font-size: 40px; } }
  @media (min-width: 961px) {
    h2, .h2 {
      font-size: 48px; } }

h3, .h3 {
  font-size: 24px; }
  @media (min-width: 769px) {
    h3, .h3 {
      font-size: 30px; } }
  @media (min-width: 961px) {
    h3, .h3 {
      font-size: 40px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }
  @media (min-width: 769px) {
    h4, .h4 {
      font-size: 28px; } }
  @media (min-width: 961px) {
    h4, .h4 {
      font-size: 32px; } }

h5, .h5 {
  font-size: 16px;
  font-weight: 700; }
  @media (min-width: 769px) {
    h5, .h5 {
      font-size: 18px; } }
  @media (min-width: 961px) {
    h5, .h5 {
      font-size: 20px; } }

p {
  margin: 0 0 1em; }

a {
  color: #222;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #646464;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #646464; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #646464; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #646464; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #646464; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #646464; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  height: 100%;
  font-size: 14px; }
  @media (min-width: 769px) {
    html, body {
      font-size: 18px; } }
  @media (min-width: 961px) {
    html, body {
      font-size: 20px; } }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden; }

.container {
  max-width: 1440px;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 769px) {
    .container {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 961px) {
    .container {
      padding-top: 60px;
      padding-bottom: 60px; } }

.container-small {
  max-width: 1170px; }

.container-930 {
  max-width: 960px; }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.tag {
  display: inline-block;
  background: #f5f5f5;
  padding: 0 10px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s; }
  .tag:hover {
    background: #e0e0e0; }

.border-bottom-wrap {
  padding-bottom: 40px;
  border-bottom: 2px solid #f5f5f5; }

.header {
  border-bottom: 1px solid #f5f5f5; }
  .header .search-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 992px) {
      .header .search-wrap:not(.is-active) {
        display: none; }
    }
/*start fix 20.10*/
main {
  position: relative;
}
.header-search-form:not(.mobile-search-form) {
  margin: -15px 0;
}

.header-search-toggler.is-active:before {
  content:  "\00d7";
  font-family: Arial, sans-serif;
  font-size: 28px;
}
@media (min-width: 992px) {
  .header .fixed-width {
    width: 300px;
    min-width: 300px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .header-search-form {
    flex-grow: 1;
    padding: 0 22px;
  }
  .header-search-form .search-wrap {
    max-width: 660px;
  }
}
.header-results .results {
  top: -43px!important;
}
@media (max-width: 991px) {
  .header .navbar .header-search-form:not(.mobile-search-form),
  .header .nav-panel .header-search-toggler{
    display: none!important;
  }
}
.mobile-search-results-wrap {
  position: relative;
}
.mobile-search-results-wrap .results{
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.16);
}
/*end fix 20.10*/


.navbar {
  padding: 25px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }
  .navbar .toggler {
    background: #fff; }

.nav-item {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .nav-item {
      margin-bottom: 0;
      margin-left: 32px; } }
  @media (min-width: 992px) {
    .nav-item.active a {
      border-bottom: 2px solid #222; } }
  .nav-item a {
    text-decoration: none;
    color: #222;
    font-weight: 600;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s; }
    @media (min-width: 992px) {
      .nav-item a {
        border-bottom: 2px solid transparent; } }
    @media (min-width: 992px) {
      .nav-item a:hover {
        border-bottom: 2px solid #222; } }

.toggler {
  display: block;
  border: none;
  outline: none;
  padding: 0;
  width: 20px;
  height: 20px; }
  @media (min-width: 992px) {
    .toggler {
      display: none; } }

.nav-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px 15px 0;
  left: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (min-width: 992px) {
    .nav-panel {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0; } }
  .nav-panel.nav-collapse, .nav-panel.show {
    position: absolute;
    background: #fff;
    top: 77px;
    height: calc(100vh - 77px);
    z-index: 999;
    font-size: 20px; }
    @media (min-width: 992px) {
      .nav-panel.nav-collapse, .nav-panel.show {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        position: static;
        height: auto;
        background: transparent; } }
  .nav-panel.nav-collapse {
    width: auto;
    left: 100%; }
    .nav-panel.nav-collapse .list {
      width: 100%;
      max-width: 660px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 992px) {
        .nav-panel.nav-collapse .list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
  .nav-panel.show {
    left: 0;
    width: 100%; }
  .nav-panel .header-search-toggler {
    display: none; }
    @media (min-width: 992px) {
      .nav-panel .header-search-toggler {
        display: inline-block; } }

.footer {
  background: #f7f7f7; }
  .footer .container {
    padding: 40px 15px; }
  .footer p {
    margin-bottom: 0; }

.main-banner-list .slider-item {
  padding: 30px; }
  @media (min-width: 769px) {
    .main-banner-list .slider-item {
      padding: 45px 35px; } }
  @media (min-width: 961px) {
    .main-banner-list .slider-item {
      padding: 90px 70px; } }
  .main-banner-list .slider-item .content-wrap {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

.main-banner-list .icon {
  font-size: 24px;
  margin-bottom: 10px; }
  @media (min-width: 961px) {
    .main-banner-list .icon {
      font-size: 32px;
      margin-bottom: 15px; } }

.main-banner-list h1 {
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .main-banner-list h1 {
      max-width: 400px; } }
  @media (min-width: 961px) {
    .main-banner-list h1 {
      margin-bottom: 40px; } }

.main-banner-list .orange-button {
  max-width: 160px;
  margin-left: 0; }
  @media (min-width: 769px) {
    .main-banner-list .orange-button {
      max-width: 240px; } }

.inner .container {
  padding-bottom: 40px;
  text-align: center; }

.inner h1, .inner .description {
  margin-bottom: 10px; }
  @media (min-width: 769px) {
    .inner h1, .inner .description {
      margin-bottom: 15px; } }
  @media (min-width: 961px) {
    .inner h1, .inner .description {
      margin-bottom: 20px; } }

.inner .description {
  display: block; }

.inner form {
  max-width: 440px;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .inner form {
      max-width: 660px; } }

.search-wrap {
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  background: #f5f5f5; }
  .search-wrap .icon-search:before {
    /*start fix 20.10*/
    font-size: 18px;
    /*end fix 20.10*/
  }
  .search-wrap .search {
    width: 100%;
    border: none;
    background: inherit;
    outline: none; }

.blog {
  position: relative; }
  .blog .container {
    padding-top: 40px; }
  .blog .blog-list .img-wrap {
    width: 100%; }

.blog-list {
  padding-left: 0;
  margin-bottom: 0; }
  .blog-list .blog-item {
    margin-bottom: 20px; }
    @media (min-width: 769px) {
      .blog-list .blog-item {
        margin-bottom: 30px; } }
    @media (min-width: 961px) {
      .blog-list .blog-item {
        margin-bottom: 40px; } }
  .blog-list .img-wrap {
    position: relative;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    overflow: hidden;
    margin-bottom: 9px; }
    .blog-list .img-wrap:before {
      content: "";
      padding-top: 65%;
      float: left; }
  .blog-list img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover; }
  .blog-list .icon, .blog-list .title {
    margin-right: 5px; }
    @media (min-width: 769px) {
      .blog-list .icon, .blog-list .title {
        margin-right: 10px; } }
    @media (min-width: 961px) {
      .blog-list .icon, .blog-list .title {
        margin-right: 16px; } }
  .blog-list .title {
    font-weight: 600; }
  .blog-list .title, .blog-list .tag {
    text-decoration: none; }
    .blog-list .title:hover, .blog-list .tag:hover {
      color: #222; }
  .blog-list .tag {
    display: inline-block;
    margin-bottom: 5px; }
  .blog-list .text-wrap {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 8px;
    margin-right: 5px; }

.blur {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(100, 100, 100, 0.5); }
  .blur .results {
    position: relative;
    max-width: 660px;
    -webkit-border-radius: 16px;
            border-radius: 16px;
    padding: 16px 8px;
    margin: 0 auto;
    z-index: 1;
    background: #fff;
    opacity: 1;
    top: -32px; }
    .blur .results .title-list {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 4px;
      padding: 16px; }
    .blur .results .icon, .blur .results .tag, .blur .results .title-item {
      margin-right: 5px; }
      @media (min-width: 769px) {
        .blur .results .icon, .blur .results .tag, .blur .results .title-item {
          margin-right: 10px; } }
      @media (min-width: 961px) {
        .blur .results .icon, .blur .results .tag, .blur .results .title-item {
          margin-right: 16px; } }

.projects-list,
.category-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 16px 16px 0; }
  .category-list .tag {
    text-decoration: none; }
    .category-list .tag:hover {
      color: inherit; }

.category-item {
  margin-bottom: 10px; }
  .category-item a {
    display: block; }

.projects-item {
  padding: 16px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-border-radius: 8px;
          border-radius: 8px; }
  .projects-item:hover {
    background-color: #f5f5f5; }
  .projects-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    .projects-item a:hover {
      color: inherit; }
  .projects-item .title-item {
    font-weight: 600; }
  .projects-item .subscription {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; }

.presentation dl {
  margin-bottom: 0; }

.presentation dd, .presentation .project-tags {
  margin-bottom: 20px; }

.presentation dd .icon {
  margin-right: 5px; }

.presentation dd .text {
  font-weight: 400; }

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

.tags-item {
  margin-right: 10px;
  margin-bottom: 10px; }
  .tags-item a {
    text-decoration: none; }
    .tags-item a:hover {
      color: #000; }

.slider-column {
  margin-bottom: 40px; }

.button-panel .container, .solution .container {
  padding-top: 0;
  padding-bottom: 60px; }

.button-panel-wrap {
  padding: 20px;
  border: 2px solid #f5f5f5;
  -webkit-border-radius: 8px;
          border-radius: 8px; }
  .button-panel-wrap h4 {
    font-size: 26px;
    line-height: 1.19;
    margin-bottom: 20px; }
    @media (min-width: 577px) {
      .button-panel-wrap h4 {
        margin-bottom: 0; } }

.solution {
  padding-bottom: 120px; }
  .solution p {
    margin-bottom: 40px; }

.internal-information {
  background: #f0f7ff; }
  .internal-information .margin-top {
    margin-top: -196px;
    margin-bottom: 40px; }
    @media (min-width: 769px) {
      .internal-information .margin-top {
        margin-bottom: 60px; } }
    @media (min-width: 961px) {
      .internal-information .margin-top {
        margin-bottom: 100px; } }
  .internal-information .platform-bg {
    background: #fff;
    -webkit-box-shadow: 0 0 11px 8px rgba(240, 247, 255, 0.95);
            box-shadow: 0 0 11px 8px rgba(240, 247, 255, 0.95); }
  .internal-information ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 769px) {
      .internal-information ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .internal-information li {
    margin-bottom: 20px; }
    @media (min-width: 769px) {
      .internal-information li {
        margin-bottom: 0; } }
  .internal-information li:not(:last-child) {
    position: relative; }
    @media (min-width: 769px) {
      .internal-information li:not(:last-child):before {
        content: '';
        position: absolute;
        width: 1px;
        height: 80%;
        right: 0;
        background: #bdd5f0; } }
  .internal-information .content-wrap {
    position: relative;
    padding-left: 52px; }
    .internal-information .content-wrap:before {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
    .internal-information .content-wrap.content-wrap-left:before {
      content: '';
      background: #0f62fe;
      -webkit-border-radius: 50px;
              border-radius: 50px;
      width: 32px;
      height: 32px; }
    .internal-information .content-wrap.content-wrap-right:before {
      content: '\ea10';
      font-family: 'icomoon';
      color: #fff;
      background: #16ba44;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      text-align: center;
      width: 30px;
      height: 30px;
      font-size: 20px; }
    .internal-information .content-wrap span {
      display: block;
      line-height: 1; }
    .internal-information .content-wrap .title {
      font-weight: 700;
      margin-bottom: 2px; }

.platform-bg {
  background: #f0f7ff;
  -webkit-border-radius: 12px;
          border-radius: 12px; }

.platform-content {
  padding: 45px 15px;
  margin: 0 auto; }
  @media (min-width: 769px) {
    .platform-content {
      padding: 65px 15px; } }
  @media (min-width: 961px) {
    .platform-content {
      padding: 85px 15px; } }
  .platform-content h4 {
    margin-bottom: 20px; }
    @media (min-width: 541px) {
      .platform-content h4 {
        margin-bottom: 0; } }
  .platform-content .platform-item {
    margin-bottom: 10px; }
    @media (min-width: 541px) {
      .platform-content .platform-item {
        margin-bottom: 20px; } }
    @media (min-width: 769px) {
      .platform-content .platform-item {
        margin-bottom: 0;
        margin-left: 30px; } }
    .platform-content .platform-item:last-child {
      margin-bottom: 0; }
      @media (min-width: 541px) {
        .platform-content .platform-item:last-child {
          margin-bottom: 0; } }

.next-button-section .container {
  padding-top: 20px; }

.next-button-section .next-button {
  margin-top: 0;
  float: none; }

.banner {
  padding-top: 34%; }

.img-wrap .container {
  padding-top: 0; }

.img-wrap .bg {
  padding-top: 45%; }

.shifted-list-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .shifted-list-item .img-wrap {
    padding: 30px;
    background: #f0e3d9; }
    @media (min-width: 769px) {
      .shifted-list-item .img-wrap {
        padding: 40px 30px; } }
    @media (min-width: 961px) {
      .shifted-list-item .img-wrap {
        padding: 70px 50px; } }
    .shifted-list-item .img-wrap div {
      position: relative;
      height: 100%; }
      .shifted-list-item .img-wrap div:before {
        content: '';
        padding-top: 151%;
        float: left; }
  .shifted-list-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-border-radius: 8px;
            border-radius: 8px; }
  .shifted-list-item .text-wrap {
    padding: 10px 15px 0; }
    @media (min-width: 541px) {
      .shifted-list-item .text-wrap {
        padding: 20px 30px 10px; } }
    @media (min-width: 961px) {
      .shifted-list-item .text-wrap {
        padding: 40px 50px 30px;
        height: 130px; } }
    .shifted-list-item .text-wrap p {
      margin-bottom: 0; }
  @media (min-width: 769px) {
    .shifted-list-item.list-item-2 {
      margin-top: 100px; } }
  @media (min-width: 961px) {
    .shifted-list-item.list-item-2 {
      margin-top: 140px; } }
  @media (min-width: 769px) {
    .shifted-list-item.list-item-4 {
      margin-top: -110px; } }
  @media (min-width: 961px) {
    .shifted-list-item.list-item-4 {
      margin-top: -150px; } }
  @media (min-width: 769px) {
    .shifted-list-item.list-item-4 .img-wrap div:before, .shifted-list-item.list-item-5 .img-wrap div:before {
      padding-top: 124%; } }
  @media (min-width: 769px) {
    .shifted-list-item.list-item-6 {
      margin-top: -190px; } }
  @media (min-width: 961px) {
    .shifted-list-item.list-item-6 {
      margin-top: -230px; } }

.page-404 .content-wrap {
  max-width: 930px;
  margin: 0 auto; }

.page-404 img {
  margin-bottom: 30px; }

@media (min-width: 769px) {
  .page-404 img {
    margin-bottom: 90px; } }

.links-list {
  margin-bottom: 60px; }
  .links-list li {
    margin-bottom: 10px; }
  .links-list a {
    color: #ff6619;
    text-decoration: none;
    border-bottom: 1px solid #ff6619;
    -webkit-transition: border-bottom 0.3s;
    -o-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s; }
    .links-list a:hover {
      color: #ff6619;
      border-bottom: 1px solid transparent; }

.healthcare-intro .container {
  padding-bottom: 0; }

.healthcare-intro h2 {
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    .healthcare-intro h2 {
      margin-bottom: 30px; } }
  @media (min-width: 961px) {
    .healthcare-intro h2 {
      margin-bottom: 40px; } }

.healthcare-intro .content-intro {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #f5f5f5; }

.healthcare-projects h4 {
  font-size: 26px;
  margin-bottom: 40px; }

.healthcare-projects .blog-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 20px; }
  .healthcare-projects .blog-item .img-wrap:before {
    padding-top: 74%; }
  .healthcare-projects .blog-item .content-wrap {
    padding-left: 30px; }

.count {
  font-size: 20px;
  cursor: pointer;
  background: #9baccc;
  min-width: 10px;
  padding: 0 6px;
  display: inline-block;
  color: #fff;
  text-align: center; }

.search-result .container,
.tags-section .container {
  padding-bottom: 0; }

.search-result .results {
  margin-top: 20px;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  padding: 20px; }
  .search-result .results .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .search-result .results .btn-close:active, .search-result .results .btn-close:focus {
    outline: none; }

.search-result p {
  margin-bottom: 0; }

.search-result a {
  color: #ff6619;
  text-decoration: none;
  border-bottom: 1px solid #ff6619;
  -webkit-transition: border-bottom 0.3s;
  -o-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s; }
  .search-result a:hover {
    border-bottom: 1px solid transparent; }

.tags-section h4 {
  font-size: 26px;
  margin-bottom: 40px; }

.tags-section .tags-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.tags-section .tags-item {
  position: relative;
  list-style: none;
  padding-left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .tags-section .tags-item:before {
    content: url("img/mark.svg");
    position: absolute;
    left: 0;
    line-height: 0; }

.next-button a {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  float: right;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s; }
  @media (min-width: 769px) {
    .next-button a {
      font-size: 35px; } }
  @media (min-width: 961px) {
    .next-button a {
      font-size: 40px; } }
  .next-button a:hover {
    color: #222;
    border-bottom: 2px solid #222; }
  .next-button a:after {
    content: '\e905';
    font-family: 'icomoon';
    font-size: 16px;
    margin-left: 10px; }
    @media (min-width: 769px) {
      .next-button a:after {
        font-size: 18px; } }
    @media (min-width: 961px) {
      .next-button a:after {
        font-size: 20px; } }

.orange-button {
  margin-left: 0;
  color: #fff;
  text-decoration: none;
  background: #ff6619;
  padding: 15px;
  font-weight: 700;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  -webkit-box-shadow: 0 6px 24px -8px #FF6619;
          box-shadow: 0 6px 24px -8px #FF6619;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
  @media (min-width: 577px) {
    .orange-button {
      margin-left: 20px; } }
  @media (min-width: 769px) {
    .orange-button {
      padding: 20px; } }
  .orange-button:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 0 0 #FF6619;
            box-shadow: 0 0 0 0 #FF6619; }

.header-search-toggler {
  background: none;
  border: none;
  padding: 0;
  vertical-align: middle; }

.gamburger {
  border: none;
  position: relative;
  width: 18px;
  height: 2px;
  background: #222;
  padding: 0;
  display: block; }
  .gamburger:before, .gamburger:after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #222; }
  .gamburger:before {
    top: 6px; }
  .gamburger:after {
    bottom: 6px; }

.btn-rounded {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff6619;
  border: 2px solid #f5f5f5;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  margin-left: 0;
  padding: 15px 20px; }
  .btn-rounded:hover {
    border: 2px solid #ff6619;
    color: #ff6619; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

.presentation-slider .slider-list {
  border: 2px solid #f5f5f5;
  margin-bottom: 20px; }

.presentation-slider .slick-slide:before {
  content: '';
  padding-top: 64%;
  float: left; }

.presentation-slider .slick-slide div {
  position: absolute;
  width: 100%;
  height: 100%; }

.presentation-slider .slider-item {
  width: 100%;
  height: 100%; }
  .presentation-slider .slider-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover; }

.presentation-slider .slider-nav {
  width: 90%;
  margin: 0 auto; }
  .presentation-slider .slider-nav .slick-list {
    overflow: visible; }
  .presentation-slider .slider-nav .slick-slide {
    position: relative; }
    .presentation-slider .slider-nav .slick-slide div {
      position: absolute;
      width: 85%;
      height: 100%; }
    .presentation-slider .slider-nav .slick-slide.slick-current div {
      -webkit-box-shadow: 0 0 0 2px #0f62fe;
              box-shadow: 0 0 0 2px #0f62fe;
      -webkit-border-radius: 6px;
              border-radius: 6px;
      overflow: hidden; }
  .presentation-slider .slider-nav .slider-nav-item {
    width: 100%;
    height: 100%; }
    .presentation-slider .slider-nav .slider-nav-item:hover {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2);
      -webkit-border-radius: 6px;
              border-radius: 6px;
      border: 4px solid #f5f5f5;
      overflow: hidden;
      cursor: pointer; }
    .presentation-slider .slider-nav .slider-nav-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-border-radius: 6px;
              border-radius: 6px; }

.main-banner .main-banner-list {
  margin-bottom: 20px; }

.main-banner .slick-list {
  margin-bottom: 20px; }

.main-banner .slick-slide {
  height: auto; }
  .main-banner .slick-slide:before {
    content: '';
    padding-top: 280px;
    float: left; }
    @media (min-width: 769px) {
      .main-banner .slick-slide:before {
        padding-top: 35%; } }
  .main-banner .slick-slide div {
    position: absolute;
    width: 100%;
    height: 100%; }

.main-banner .slider-item {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 16px;
          border-radius: 16px; }
  .main-banner .slider-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover; }

.main-banner-list .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  list-style: none;
  padding-left: 0; }
  .main-banner-list .slick-dots li {
    width: 100px;
    height: 8px;
    margin: 0 10px;
    background: #e0e0e0;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    cursor: pointer; }
    .main-banner-list .slick-dots li.slick-active {
      background: #ff6619;
      cursor: auto; }
    .main-banner-list .slick-dots li button {
      display: none; }

/* Arrows */
.wrap-btn {
  height: 100%;
  position: absolute;
  top: 0;
  width: 90px;
  z-index: 1; }
  .wrap-btn.prev {
    left: 0; }
    .wrap-btn.prev:hover .slick-prev {
      opacity: 1; }
  .wrap-btn.next {
    right: 0; }
    .wrap-btn.next:hover .slick-next {
      opacity: 1; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #fff;
  color: #646464;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;
  opacity: 0;
  -webkit-box-shadow: 0 6px 16px -4px #0000003D;
          box-shadow: 0 6px 16px -4px #0000003D;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    content: '\e905';
    font-family: 'icomoon';
    font-size: 20px;
    color: #646464;
    line-height: 1;
    opacity: 0.75; }

.slick-prev {
  left: 24px; }
  .slick-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg); }

.slick-next {
  right: 24px; }

@font-face {
  font-family: "Cheyenne Sans";
  src: url("fonts/HINTED-CHEYENNESANS-REGULAR.TTF") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Cheyenne Sans";
  src: url("fonts/HINTED-CHEYENNESANS-SEMIBOLD.TTF") format("truetype");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "Cheyenne Sans";
  src: url("fonts/HINTED-CHEYENNESANS-BOLD.TTF") format("truetype");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?k4dznc");
  src: url("fonts/icomoon.eot?k4dznc#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?k4dznc") format("truetype"), url("fonts/icomoon.woff?k4dznc") format("woff"), url("fonts/icomoon.svg?k4dznc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cheveron-right:before {
  content: "\e905"; }

.icon-earth:before {
  content: "\e900"; }

.icon-globe:before {
  content: "\e900"; }

.icon-apple:before {
  content: "\e903"; }

.icon-search:before {
  content: "\e904"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-android:before {
  content: "\eac0"; }
