@charset "UTF-8";
/*!
Theme Name: Sonetel (source)
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: Sebastian Carlsson
Author URI: http://sebastiancarlsson.se/
Description: This is a custom Wordpress theme developed for the Sonetel website.
Version: 1.0
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

.hidden {
  display: none !important; }

.transparent {
  visibility: hidden; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.visible,
.cloak.visible {
  display: block !important; }

.flnone {
  float: none !important; }

.load-img {
  clear: both;
  height: 40px;
  background: url("img/loader_white.gif") center center no-repeat; }

.load-more {
  margin: 0 auto;
  display: block;
  height: 48px;
  width: 155px;
  border: 1px solid #FF0850;
  border-radius: 3px;
  color: #FF0850;
  font-family: "AvenirNext LT Pro Demi";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 109px; }

.load-more.loading {
  color: transparent;
  border-color: #c1c1c1;
  background: url(img/loader_white.gif) center center no-repeat; }

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

@font-face {
  font-family: 'AvenirNext LT Pro Demi';
  src: url("fonts/AvenirNextLTPro-Demi.eot");
  /* IE9 Compat Modes */
  src: url("fonts/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextLTPro-Demi.woff") format("woff"), url("fonts/AvenirNextLTPro-Demi.ttf") format("truetype"), url("fonts/AvenirNextLTPro-Demi.svg#9b4c7bb97a15852a038674d2e7642256") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'AvenirNext LT Pro Regular';
  src: url("fonts/AvenirNextLTPro-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("fonts/AvenirNextLTPro-Regular.ttf") format("truetype"), url("fonts/AvenirNextLTPro-Regular.svg#fa20c367c6a148cda65f50238befb5f2") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'AvenirNext LT Pro UltLight';
  src: url("fonts/AvenirNextLTPro-UltLt.eot");
  /* IE9 Compat Modes */
  src: url("fonts/AvenirNextLTPro-UltLt.eot?#iefix") format("embedded-opentype"), url("fonts/AvenirNextLTPro-UltLt.woff") format("woff"), url("fonts/AvenirNextLTPro-UltLt.ttf") format("truetype"), url("fonts/AvenirNextLTPro-UltLt.svg#1a5065e0e284a0405138f180cca15589") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

.flag {
  /*&.sv,*/ }
  .flag.aq, .flag.country_aq {
    background-image: url("img/flags/aq.png"); }
  .flag.en, .flag.country_us, .flag.country_um {
    background-image: url("img/flags/us.png"); }
  .flag.de, .flag.country_de {
    background-image: url("img/flags/de.png"); }
  .flag.sv, .flag.country_se {
    background-image: url("img/flags/se.png"); }
  .flag.ad, .flag.country_ad {
    background-image: url("img/flags/ad.png"); }
  .flag.ae, .flag.country_ae {
    background-image: url("img/flags/ae.png"); }
  .flag.af, .flag.country_af {
    background-image: url("img/flags/af.png"); }
  .flag.ag, .flag.country_ag {
    background-image: url("img/flags/ag.png"); }
  .flag.ai, .flag.country_ai {
    background-image: url("img/flags/ai.png"); }
  .flag.al, .flag.country_al {
    background-image: url("img/flags/al.png"); }
  .flag.am, .flag.country_am {
    background-image: url("img/flags/am.png"); }
  .flag.an, .flag.country_an {
    background-image: url("img/flags/an.png"); }
  .flag.ao, .flag.country_ao {
    background-image: url("img/flags/ao.png"); }
  .flag.ar, .flag.country_ar {
    background-image: url("img/flags/ar.png"); }
  .flag.as, .flag.country_as {
    background-image: url("img/flags/as.png"); }
  .flag.at, .flag.country_at {
    background-image: url("img/flags/at.png"); }
  .flag.au, .flag.country_au {
    background-image: url("img/flags/au.png"); }
  .flag.aw, .flag.country_aw {
    background-image: url("img/flags/aw.png"); }
  .flag.az, .flag.country_az {
    background-image: url("img/flags/az.png"); }
  .flag.ba, .flag.country_ba {
    background-image: url("img/flags/ba.png"); }
  .flag.bb, .flag.country_bb {
    background-image: url("img/flags/bb.png"); }
  .flag.bd, .flag.country_bd {
    background-image: url("img/flags/bd.png"); }
  .flag.be, .flag.country_be {
    background-image: url("img/flags/be.png"); }
  .flag.bf, .flag.country_bf {
    background-image: url("img/flags/bf.png"); }
  .flag.bg, .flag.country_bg {
    background-image: url("img/flags/bg.png"); }
  .flag.bh, .flag.country_bh {
    background-image: url("img/flags/bh.png"); }
  .flag.bi, .flag.country_bi {
    background-image: url("img/flags/bi.png"); }
  .flag.bj, .flag.country_bj {
    background-image: url("img/flags/bj.png"); }
  .flag.bm, .flag.country_bm {
    background-image: url("img/flags/bm.png"); }
  .flag.bn, .flag.country_bn {
    background-image: url("img/flags/bn.png"); }
  .flag.bo, .flag.country_bo {
    background-image: url("img/flags/bo.png"); }
  .flag.br, .flag.country_br {
    background-image: url("img/flags/br.png"); }
  .flag.bs, .flag.country_bs {
    background-image: url("img/flags/bs.png"); }
  .flag.bv, .flag.country_bv {
    background-image: url("img/flags/bv.png"); }
  .flag.bw, .flag.country_bw {
    background-image: url("img/flags/bw.png"); }
  .flag.bt, .flag.country_bt {
    background-image: url("img/flags/bt.png"); }
  .flag.by, .flag.country_by {
    background-image: url("img/flags/by.png"); }
  .flag.bz, .flag.country_bz {
    background-image: url("img/flags/bz.png"); }
  .flag.ca, .flag.country_ca {
    background-image: url("img/flags/ca.png"); }
  .flag.cc, .flag.country_cc {
    background-image: url("img/flags/cc.png"); }
  .flag.cd, .flag.country_cd {
    background-image: url("img/flags/cd.png"); }
  .flag.cf, .flag.country_cf {
    background-image: url("img/flags/cf.png"); }
  .flag.cg, .flag.country_cg {
    background-image: url("img/flags/cg.png"); }
  .flag.ch, .flag.country_ch {
    background-image: url("img/flags/ch.png"); }
  .flag.ci, .flag.country_ci {
    background-image: url("img/flags/ci.png"); }
  .flag.ck, .flag.country_ck {
    background-image: url("img/flags/ck.png"); }
  .flag.cl, .flag.country_cl {
    background-image: url("img/flags/cl.png"); }
  .flag.cm, .flag.country_cm {
    background-image: url("img/flags/cm.png"); }
  .flag.cn, .flag.zh-hans, .flag.country_cn {
    background-image: url("img/flags/cn.png"); }
  .flag.co, .flag.country_co {
    background-image: url("img/flags/co.png"); }
  .flag.cr, .flag.country_cr {
    background-image: url("img/flags/cr.png"); }
  .flag.cu, .flag.country_cu {
    background-image: url("img/flags/cu.png"); }
  .flag.cv, .flag.country_cv {
    background-image: url("img/flags/cv.png"); }
  .flag.cx, .flag.country_cx {
    background-image: url("img/flags/cx.png"); }
  .flag.cy, .flag.country_cy {
    background-image: url("img/flags/cy.png"); }
  .flag.cz, .flag.country_cz {
    background-image: url("img/flags/cz.png"); }
  .flag.dj, .flag.country_dj {
    background-image: url("img/flags/dj.png"); }
  .flag.dk, .flag.country_dk {
    background-image: url("img/flags/dk.png"); }
  .flag.dm, .flag.country_dm {
    background-image: url("img/flags/dm.png"); }
  .flag.do, .flag.country_do {
    background-image: url("img/flags/do.png"); }
  .flag.dz, .flag.country_dz {
    background-image: url("img/flags/dz.png"); }
  .flag.ec, .flag.country_ec {
    background-image: url("img/flags/ec.png"); }
  .flag.ee, .flag.country_ee {
    background-image: url("img/flags/ee.png"); }
  .flag.eg, .flag.country_eg {
    background-image: url("img/flags/eg.png"); }
  .flag.eh, .flag.country_eh {
    background-image: url("img/flags/eh.png"); }
  .flag.er, .flag.country_er {
    background-image: url("img/flags/er.png"); }
  .flag.es, .flag.country_es {
    background-image: url("img/flags/es.png"); }
  .flag.et, .flag.country_et {
    background-image: url("img/flags/et.png"); }
  .flag.fi, .flag.country_fi {
    background-image: url("img/flags/fi.png"); }
  .flag.fj, .flag.country_fj {
    background-image: url("img/flags/fj.png"); }
  .flag.fk, .flag.country_fk {
    background-image: url("img/flags/fk.png"); }
  .flag.fm, .flag.country_fm {
    background-image: url("img/flags/fm.png"); }
  .flag.fo, .flag.country_fo {
    background-image: url("img/flags/fo.png"); }
  .flag.fr, .flag.country_fr {
    background-image: url("img/flags/fr.png"); }
  .flag.ga, .flag.country_ga {
    background-image: url("img/flags/ga.png"); }
  .flag.gb, .flag.country_gb {
    background-image: url("img/flags/gb.png"); }
  .flag.gd, .flag.country_gd {
    background-image: url("img/flags/gd.png"); }
  .flag.ge, .flag.country_ge {
    background-image: url("img/flags/ge.png"); }
  .flag.gf, .flag.country_gf {
    background-image: url("img/flags/gf.png"); }
  .flag.gh, .flag.country_gh {
    background-image: url("img/flags/gh.png"); }
  .flag.gi, .flag.country_gi {
    background-image: url("img/flags/gi.png"); }
  .flag.gl, .flag.country_gl {
    background-image: url("img/flags/gl.png"); }
  .flag.GLO, .flag.country_GLO {
    background-image: url("img/flags/glo.png"); }
  .flag.gm, .flag.country_gm {
    background-image: url("img/flags/gm.png"); }
  .flag.gn, .flag.country_gn {
    background-image: url("img/flags/gn.png"); }
  .flag.gq, .flag.country_gq {
    background-image: url("img/flags/gq.png"); }
  .flag.gp, .flag.country_gp {
    background-image: url("img/flags/gp.png"); }
  .flag.gr, .flag.el, .flag.country_gr, .flag.country_el {
    background-image: url("img/flags/gr.png"); }
  .flag.gs, .flag.country_gs {
    background-image: url("img/flags/gs.png"); }
  .flag.gt, .flag.country_gt {
    background-image: url("img/flags/gt.png"); }
  .flag.gu, .flag.country_gu {
    background-image: url("img/flags/gu.png"); }
  .flag.gw, .flag.country_gw {
    background-image: url("img/flags/gw.png"); }
  .flag.gy, .flag.country_gy {
    background-image: url("img/flags/gy.png"); }
  .flag.hk, .flag.country_hk {
    background-image: url("img/flags/hk.png"); }
  .flag.hm, .flag.country_hm {
    background-image: url("img/flags/hm.png"); }
  .flag.hn, .flag.country_hn {
    background-image: url("img/flags/hn.png"); }
  .flag.hr, .flag.country_hr {
    background-image: url("img/flags/hr.png"); }
  .flag.ht, .flag.country_ht {
    background-image: url("img/flags/ht.png"); }
  .flag.hu, .flag.country_hu {
    background-image: url("img/flags/hu.png"); }
  .flag.id, .flag.country_id {
    background-image: url("img/flags/id.png"); }
  .flag.ie, .flag.country_ie {
    background-image: url("img/flags/ie.png"); }
  .flag.il, .flag.he, .flag.country_il, .flag.country_he {
    background-image: url("img/flags/il.png"); }
  .flag.in, .flag.country_in {
    background-image: url("img/flags/in.png"); }
  .flag.io, .flag.country_io {
    background-image: url("img/flags/io.png"); }
  .flag.iq, .flag.country_iq {
    background-image: url("img/flags/iq.png"); }
  .flag.ir, .flag.country_ir {
    background-image: url("img/flags/ir.png"); }
  .flag.is, .flag.country_is {
    background-image: url("img/flags/is.png"); }
  .flag.it, .flag.country_it {
    background-image: url("img/flags/it.png"); }
  .flag.jm, .flag.country_jm {
    background-image: url("img/flags/jm.png"); }
  .flag.jo, .flag.country_jo {
    background-image: url("img/flags/jo.png"); }
  .flag.jp, .flag.ja, .flag.country_jp, .flag.country_ja {
    background-image: url("img/flags/jp.png"); }
  .flag.ke, .flag.country_ke {
    background-image: url("img/flags/ke.png"); }
  .flag.kg, .flag.country_kg {
    background-image: url("img/flags/kg.png"); }
  .flag.kh, .flag.country_kh {
    background-image: url("img/flags/kh.png"); }
  .flag.ki, .flag.country_ki {
    background-image: url("img/flags/ki.png"); }
  .flag.km, .flag.country_km {
    background-image: url("img/flags/km.png"); }
  .flag.kn, .flag.country_kn {
    background-image: url("img/flags/kn.png"); }
  .flag.kp, .flag.country_kp {
    background-image: url("img/flags/kp.png"); }
  .flag.kr, .flag.country_kr {
    background-image: url("img/flags/kr.png"); }
  .flag.kw, .flag.country_kw {
    background-image: url("img/flags/kw.png"); }
  .flag.ky, .flag.country_ky {
    background-image: url("img/flags/ky.png"); }
  .flag.kz, .flag.country_kz {
    background-image: url("img/flags/kz.png"); }
  .flag.la, .flag.country_la {
    background-image: url("img/flags/la.png"); }
  .flag.lb, .flag.country_lb {
    background-image: url("img/flags/lb.png"); }
  .flag.lc, .flag.country_lc {
    background-image: url("img/flags/lc.png"); }
  .flag.li, .flag.country_li {
    background-image: url("img/flags/li.png"); }
  .flag.lk, .flag.country_lk {
    background-image: url("img/flags/lk.png"); }
  .flag.lr, .flag.country_lr {
    background-image: url("img/flags/lr.png"); }
  .flag.ls, .flag.country_ls {
    background-image: url("img/flags/ls.png"); }
  .flag.lt, .flag.country_lt {
    background-image: url("img/flags/lt.png"); }
  .flag.lu, .flag.country_lu {
    background-image: url("img/flags/lu.png"); }
  .flag.lv, .flag.country_lv {
    background-image: url("img/flags/lv.png"); }
  .flag.ly, .flag.country_ly {
    background-image: url("img/flags/ly.png"); }
  .flag.ma, .flag.country_ma {
    background-image: url("img/flags/ma.png"); }
  .flag.mc, .flag.country_mc {
    background-image: url("img/flags/mc.png"); }
  .flag.md, .flag.country_md {
    background-image: url("img/flags/md.png"); }
  .flag.mg, .flag.country_mg {
    background-image: url("img/flags/mg.png"); }
  .flag.mh, .flag.country_mh {
    background-image: url("img/flags/mh.png"); }
  .flag.mk, .flag.country_mk {
    background-image: url("img/flags/mk.png"); }
  .flag.ml, .flag.country_ml {
    background-image: url("img/flags/ml.png"); }
  .flag.mm, .flag.country_mm {
    background-image: url("img/flags/mm.png"); }
  .flag.MNE, .flag.country_MNE {
    background-image: url("img/flags/mne.png"); }
  .flag.mn, .flag.country_mn {
    background-image: url("img/flags/mn.png"); }
  .flag.mo, .flag.country_mo {
    background-image: url("img/flags/mo.png"); }
  .flag.mq, .flag.country_mq {
    background-image: url("img/flags/mq.png"); }
  .flag.mp, .flag.country_mp {
    background-image: url("img/flags/mp.png"); }
  .flag.mr, .flag.country_mr {
    background-image: url("img/flags/mr.png"); }
  .flag.ms, .flag.country_ms {
    background-image: url("img/flags/ms.png"); }
  .flag.mt, .flag.country_mt {
    background-image: url("img/flags/mt.png"); }
  .flag.mu, .flag.country_mu {
    background-image: url("img/flags/mu.png"); }
  .flag.mv, .flag.country_mv {
    background-image: url("img/flags/mv.png"); }
  .flag.mw, .flag.country_mw {
    background-image: url("img/flags/mw.png"); }
  .flag.mx, .flag.country_mx {
    background-image: url("img/flags/mx.png"); }
  .flag.my, .flag.country_my {
    background-image: url("img/flags/my.png"); }
  .flag.mz, .flag.country_mz {
    background-image: url("img/flags/mz.png"); }
  .flag.na, .flag.country_na {
    background-image: url("img/flags/na.png"); }
  .flag.nc, .flag.country_nc {
    background-image: url("img/flags/nc.png"); }
  .flag.ne, .flag.country_ne {
    background-image: url("img/flags/ne.png"); }
  .flag.nf, .flag.country_nf {
    background-image: url("img/flags/nf.png"); }
  .flag.ng, .flag.country_ng {
    background-image: url("img/flags/ng.png"); }
  .flag.ni, .flag.country_ni {
    background-image: url("img/flags/ni.png"); }
  .flag.nl, .flag.country_nl {
    background-image: url("img/flags/nl.png"); }
  .flag.no, .flag.country_no {
    background-image: url("img/flags/no.png"); }
  .flag.np, .flag.country_np {
    background-image: url("img/flags/np.png"); }
  .flag.nr, .flag.country_nr {
    background-image: url("img/flags/nr.png"); }
  .flag.nu, .flag.country_nu {
    background-image: url("img/flags/nu.png"); }
  .flag.nz, .flag.country_nz {
    background-image: url("img/flags/nz.png"); }
  .flag.om, .flag.country_om {
    background-image: url("img/flags/om.png"); }
  .flag.pa, .flag.country_pa {
    background-image: url("img/flags/pa.png"); }
  .flag.pe, .flag.country_pe {
    background-image: url("img/flags/pe.png"); }
  .flag.pf, .flag.country_pf {
    background-image: url("img/flags/pf.png"); }
  .flag.pg, .flag.country_pg {
    background-image: url("img/flags/pg.png"); }
  .flag.ph, .flag.country_ph {
    background-image: url("img/flags/ph.png"); }
  .flag.pk, .flag.country_pk {
    background-image: url("img/flags/pk.png"); }
  .flag.pl, .flag.country_pl {
    background-image: url("img/flags/pl.png"); }
  .flag.pm, .flag.country_pm {
    background-image: url("img/flags/pm.png"); }
  .flag.pn, .flag.country_pn {
    background-image: url("img/flags/pn.png"); }
  .flag.pr, .flag.country_pr {
    background-image: url("img/flags/pr.png"); }
  .flag.ps, .flag.country_ps {
    background-image: url("img/flags/ps.png"); }
  .flag.pt, .flag.country_pt, .flag.pt-pt, .flag.country_pt-pt {
    background-image: url("img/flags/pt.png"); }
  .flag.pw, .flag.country_pw {
    background-image: url("img/flags/pw.png"); }
  .flag.py, .flag.country_py {
    background-image: url("img/flags/py.png"); }
  .flag.qa, .flag.country_qa {
    background-image: url("img/flags/qa.png"); }
  .flag.re, .flag.country_re {
    background-image: url("img/flags/re.png"); }
  .flag.ro, .flag.country_ro {
    background-image: url("img/flags/ro.png"); }
  .flag.rs, .flag.country_rs {
    background-image: url("img/flags/rs.png"); }
  .flag.ru, .flag.country_ru {
    background-image: url("img/flags/ru.png"); }
  .flag.rw, .flag.country_rw {
    background-image: url("img/flags/rw.png"); }
  .flag.sa, .flag.country_sa {
    background-image: url("img/flags/sa.png"); }
  .flag.sb, .flag.country_sb {
    background-image: url("img/flags/sb.png"); }
  .flag.sc, .flag.country_sc {
    background-image: url("img/flags/sc.png"); }
  .flag.sd, .flag.country_sd {
    background-image: url("img/flags/sd.png"); }
  .flag.SSD, .flag.country_SSD {
    background-image: url("img/flags/ssd.png"); }
  .flag.sg, .flag.country_sg {
    background-image: url("img/flags/sg.png"); }
  .flag.sh, .flag.country_sh {
    background-image: url("img/flags/sh.png"); }
  .flag.si, .flag.country_si {
    background-image: url("img/flags/si.png"); }
  .flag.sj, .flag.country_sj {
    background-image: url("img/flags/sj.png"); }
  .flag.sk, .flag.country_sk {
    background-image: url("img/flags/sk.png"); }
  .flag.sl, .flag.country_sl {
    background-image: url("img/flags/sl.png"); }
  .flag.sm, .flag.country_sm {
    background-image: url("img/flags/sm.png"); }
  .flag.sn, .flag.country_sn {
    background-image: url("img/flags/sn.png"); }
  .flag.so, .flag.country_so {
    background-image: url("img/flags/so.png"); }
  .flag.SRB, .flag.country_SRB {
    background-image: url("img/flags/srb.png"); }
  .flag.sr, .flag.country_sr {
    background-image: url("img/flags/sr.png"); }
  .flag.st, .flag.country_st {
    background-image: url("img/flags/st.png"); }
  .flag.country_sv {
    background-image: url("img/flags/sv.png"); }
  .flag.sy, .flag.country_sy {
    background-image: url("img/flags/sy.png"); }
  .flag.sz, .flag.country_sz {
    background-image: url("img/flags/sz.png"); }
  .flag.tc, .flag.country_tc {
    background-image: url("img/flags/tc.png"); }
  .flag.td, .flag.country_td {
    background-image: url("img/flags/td.png"); }
  .flag.tf, .flag.country_tf {
    background-image: url("img/flags/tf.png"); }
  .flag.tg, .flag.country_tg {
    background-image: url("img/flags/tg.png"); }
  .flag.th, .flag.country_th {
    background-image: url("img/flags/th.png"); }
  .flag.tj, .flag.country_tj {
    background-image: url("img/flags/tj.png"); }
  .flag.tk, .flag.country_tk {
    background-image: url("img/flags/tk.png"); }
  .flag.tl, .flag.country_tl {
    background-image: url("img/flags/tl.png"); }
  .flag.tm, .flag.country_tm {
    background-image: url("img/flags/tm.png"); }
  .flag.tn, .flag.country_tn {
    background-image: url("img/flags/tn.png"); }
  .flag.to, .flag.country_to {
    background-image: url("img/flags/to.png"); }
  .flag.tr, .flag.country_tr {
    background-image: url("img/flags/tr.png"); }
  .flag.tt, .flag.country_tt {
    background-image: url("img/flags/tt.png"); }
  .flag.tv, .flag.country_tv {
    background-image: url("img/flags/tv.png"); }
  .flag.tw, .flag.country_tw {
    background-image: url("img/flags/tw.png"); }
  .flag.tz, .flag.country_tz {
    background-image: url("img/flags/tz.png"); }
  .flag.ua, .flag.country_ua {
    background-image: url("img/flags/ua.png"); }
  .flag.ug, .flag.country_ug {
    background-image: url("img/flags/ug.png"); }
  .flag.uy, .flag.country_uy {
    background-image: url("img/flags/uy.png"); }
  .flag.uz, .flag.country_uz {
    background-image: url("img/flags/uz.png"); }
  .flag.va, .flag.country_va {
    background-image: url("img/flags/va.png"); }
  .flag.vc, .flag.country_vc {
    background-image: url("img/flags/vc.png"); }
  .flag.ve, .flag.country_ve {
    background-image: url("img/flags/ve.png"); }
  .flag.vg, .flag.country_vg {
    background-image: url("img/flags/vg.png"); }
  .flag.vi, .flag.country_vi {
    background-image: url("img/flags/vi.png"); }
  .flag.vn, .flag.country_vn {
    background-image: url("img/flags/vn.png"); }
  .flag.vu, .flag.country_vu {
    background-image: url("img/flags/vu.png"); }
  .flag.wf, .flag.country_wf {
    background-image: url("img/flags/wf.png"); }
  .flag.ws, .flag.country_ws {
    background-image: url("img/flags/ws.png"); }
  .flag.ye, .flag.country_ye {
    background-image: url("img/flags/ye.png"); }
  .flag.yt, .flag.country_yt {
    background-image: url("img/flags/yt.png"); }
  .flag.za, .flag.country_za {
    background-image: url("img/flags/za.png"); }
  .flag.zm, .flag.country_zm {
    background-image: url("img/flags/zm.png"); }
  .flag.zw, .flag.country_zw {
    background-image: url("img/flags/zw.png"); }

div.nav {
  position: relative;
  padding-top: 1.5rem; }
  @media screen and (max-width: 480px) {
    div.nav {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  div.nav div.logo {
    float: left; }
    div.nav div.logo a:first-child {
      display: inline-block;
      width: 7.6875rem;
      height: 2.25rem;
      background-size: 7.6875rem 2.25rem; }
      .dark-top div.nav div.logo a:first-child {
        background-image: url("img/header/logo-light.svg"); }
      .light-top div.nav div.logo a:first-child,
      .gray-top div.nav div.logo a:first-child {
        background-image: url("img/header/logo-dark.svg"); }
    div.nav div.logo a:last-child {
      display: inline-block;
      line-height: 2rem;
      margin-top: 0.25rem;
      font-size: 1rem;
      vertical-align: top;
      color: #292d33; }
    div.nav div.logo div.separator {
      display: inline-block;
      margin: 0 1rem;
      width: 1px;
      height: 2.25rem;
      background-color: #292d33; }
  div.nav .mobile-menu-button {
    float: right;
    display: none;
    width: 2.375rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 1100px) {
      div.nav .mobile-menu-button {
        display: inline-block; } }
    .dark-top div.nav .mobile-menu-button {
      background-image: url("img/icons/hamburger-light.svg"); }
    .light-top div.nav .mobile-menu-button {
      background-image: url("img/icons/hamburger-dark.svg"); }
  div.nav ul.menu {
    float: right;
    text-align: right;
    margin-top: 8px; }
    @media screen and (max-width: 480px) {
      div.nav ul.menu {
        display: none; } }
    div.nav ul.menu > li {
      display: inline-block;
      margin: 0 16px;
      position: relative;
      float: left; }
      div.nav ul.menu > li:last-child {
        margin-right: 0; }
      div.nav ul.menu > li > a, div.nav ul.menu > li > div.toggle {
        cursor: pointer;
        line-height: 2rem;
        display: inline-block;
        /* font-family: $demi-font; */
        font-size: 0.75rem;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 2px; }
        .dark-top div.nav ul.menu > li > a, .dark-top div.nav ul.menu > li > div.toggle {
          color: #fff; }
        .light-top div.nav ul.menu > li > a,
        .gray-top div.nav ul.menu > li > a, .light-top div.nav ul.menu > li > div.toggle,
        .gray-top div.nav ul.menu > li > div.toggle {
          color: #292d33; }
        div.nav ul.menu > li > a.try-free-button, div.nav ul.menu > li > div.toggle.try-free-button {
          display: block;
          margin-top: -4px;
          padding: 0.125rem 1rem 0 1rem; }
          .dark-top div.nav ul.menu > li > a.try-free-button, .dark-top div.nav ul.menu > li > div.toggle.try-free-button {
            color: #fff;
            border: 2px solid #fff; }
          .dark-top div.nav ul.menu > li > a.try-free-button:hover, .dark-top div.nav ul.menu > li > div.toggle.try-free-button:hover {
            color: #292d33;
            background-color: #fff; }
          .light-top div.nav ul.menu > li > a.try-free-button,
          .gray-top div.nav ul.menu > li > a.try-free-button, .light-top div.nav ul.menu > li > div.toggle.try-free-button,
          .gray-top div.nav ul.menu > li > div.toggle.try-free-button {
            color: #f24a4a;
            border: 2px solid #f24a4a; }
          .light-top div.nav ul.menu > li > a.try-free-button:hover,
          .gray-top div.nav ul.menu > li > a.try-free-button:hover, .light-top div.nav ul.menu > li > div.toggle.try-free-button:hover,
          .gray-top div.nav ul.menu > li > div.toggle.try-free-button:hover {
            color: #fff;
            background-color: #f24a4a;
            border: 2px solid #f24a4a; }
  div.nav div.flag-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 8px;
    vertical-align: middle;
    background-size: cover;
    background-position: 25%; }
  div.nav ul.language-menu {
    position: absolute;
    right: -16px;
    background-color: #292d33;
    text-align: left;
    margin-top: 8px;
    z-index: 9999;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    div.nav ul.language-menu.hidden {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s;
      -moz-transition: opacity 0.2s;
      transition: opacity 0.2s; }
    div.nav ul.language-menu:after {
      bottom: 100%;
      right: 16px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: transparent;
      border-bottom-color: #292d33;
      border-width: 8px;
      margin-left: -8px; }
    div.nav ul.language-menu li {
      border-bottom: 1px solid #1f2225; }
      div.nav ul.language-menu li a {
        color: #7e7e94;
        white-space: nowrap;
        padding: 0 45px 0 12px;
        line-height: 36px;
        display: inline-block;
        font-size: 12px;
        text-decoration: none; }
        div.nav ul.language-menu li a div.flag-icon {
          margin-right: 16px; }
        div.nav ul.language-menu li a:hover {
          color: #fff; }
      div.nav ul.language-menu li:last-child {
        border-bottom: none; }
    body.rtl div.nav ul.language-menu {
      text-align: right; }
      body.rtl div.nav ul.language-menu li a {
        padding: 0 12px 0 45px; }
        body.rtl div.nav ul.language-menu li a div.flag-icon {
          margin-right: 0;
          margin-left: 16px; }

.mobile-close-hitarea {
  position: absolute;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.01);
  width: 35%;
  height: 100%;
  display: none; }
  .mobile-close-hitarea.open {
    display: block; }

.mobile-nav {
  position: absolute;
  z-index: 1;
  left: 100%;
  width: 65%;
  height: 100%;
  overflow-y: auto;
  background-color: #292d33;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out; }
  .mobile-nav.open {
    left: 35%; }
  .mobile-nav ul {
    padding: 1rem; }
    .mobile-nav ul li {
      padding: 1rem;
      font-size: 0.75rem; }
      .mobile-nav ul li a {
        color: #fff; }
  .mobile-nav .menu {
    position: absolute; }
    .mobile-nav .menu li {
      text-transform: uppercase; }
      .mobile-nav .menu li a {
        color: #fff; }
    .mobile-nav .menu.hidden {
      display: none; }
  .mobile-nav .language-menu {
    position: absolute; }
    .mobile-nav .language-menu li a {
      color: #7e7e94; }
    .mobile-nav .language-menu.hidden {
      display: none; }
  .mobile-nav .language-button {
    padding: 1rem;
    position: absolute;
    left: 1rem;
    bottom: 0.5rem;
    font-size: 0.75rem; }
  .mobile-nav div.flag-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 8px;
    vertical-align: middle;
    background-size: cover;
    background-position: 25%;
    margin-right: 16px; }

.dark-top .top.wrapper {
  background-color: #000; }

.dark-top:not(.page-template-blog) .top.wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start; }
  .dark-top:not(.page-template-blog) .top.wrapper .container {
    margin: 0;
    width: 100%; }
  .dark-top:not(.page-template-blog) .top.wrapper .hero.container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-bottom: 1rem;
    width: 100%;
    padding-top: 0; }

.top.wrapper {
  position: relative;
  color: #fff;
  color: #fff;
  background: #F8F9FC;
  background-size: cover;
  background-position: center; }
  .help .top.wrapper,
  .single .top.wrapper,
  .job-opening .top.wrapper,
  .investor .top.wrapper {
    background-color: #fff; }
  .big-top .top.wrapper {
    min-height: 770px; }
    @media screen and (max-width: 480px) {
      .big-top .top.wrapper {
        min-height: 480px; } }
  .medium-top .top.wrapper {
    min-height: 576px; }
    @media screen and (max-width: 480px) {
      .medium-top .top.wrapper {
        min-height: 400px; } }
  .small-top .top.wrapper {
    min-height: 384px; }
    @media screen and (max-width: 480px) {
      .small-top .top.wrapper {
        min-height: 256px; } }
  .light-top .top.wrapper {
    color: #292d33; }
  .gray-top .top.wrapper {
    color: #292d33;
    background-color: #f8f9fC; }
  .top.wrapper .hero.container {
    position: relative;
    padding-top: 10.25rem; }
    @media screen and (max-width: 480px) {
      .top.wrapper .hero.container {
        padding-top: 6.5rem; } }
  .top.wrapper .content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 100%;
    text-align: center; }
    .top.wrapper .content:last-child {
      margin-right: 0; }
    .top.wrapper .content .subheader {
      font-size: 1.5rem;
      line-height: 2rem; }
      @media screen and (max-width: 480px) {
        .top.wrapper .content .subheader {
          font-size: 1rem;
          line-height: 1.5rem; } }
    .top.wrapper .content .cta-container {
      display: block;
      padding-top: 3rem; }
      @media screen and (max-width: 480px) {
        .top.wrapper .content .cta-container {
          padding-top: 1rem; } }

.home .top.wrapper .announcement {
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.12);
  text-align: center;
  padding: 0.75rem 1rem;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .home .top.wrapper .announcement {
      padding: 0.5rem; }
      .home .top.wrapper .announcement p {
        margin: 0; } }

.service .top.wrapper {
  background-color: #292d33; }
  .service .top.wrapper .background-image {
    opacity: 0.1; }

.service .benefits-features.wrapper {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  background-color: #f8f9fC;
  /*
		@include media($mobile) {
			padding-top: rem(64);
			padding-bottom: rem(64);

			.column-1 {
				margin-bottom: rem(64);
			}
		}

		.column-1, .column-2 {
			@include span-columns(5 of 10);

			@include media($mobile) {
				@include span-columns(4);
				text-align: center;
			}
		}

		.column-2 {
			@include shift(2);

			@include media($mobile) {
				@include shift(0);
			}
		}
		*/ }
  @media screen and (max-width: 480px) {
    .service .benefits-features.wrapper {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem; } }
  .service .benefits-features.wrapper .background {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f0f1f4;
    z-index: 0; }
    @media screen and (max-width: 480px) {
      .service .benefits-features.wrapper .background {
        width: 100%; } }
  .service .benefits-features.wrapper .container {
    position: relative;
    z-index: 1; }
  .service .benefits-features.wrapper .content > div {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 40.47619%; }
    .service .benefits-features.wrapper .content > div:last-child {
      margin-right: 0; }
    .service .benefits-features.wrapper .content > div.column-2 {
      margin-left: 17.0068%; }
    @media screen and (max-width: 480px) {
      .service .benefits-features.wrapper .content > div {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        text-align: center; }
        .service .benefits-features.wrapper .content > div:last-child {
          margin-right: 0; }
        .service .benefits-features.wrapper .content > div.column-1 {
          margin-bottom: 4rem; }
        .service .benefits-features.wrapper .content > div.column-2 {
          margin-left: 0%; } }
  .service .benefits-features.wrapper h2 {
    margin-bottom: 0; }
  .service .benefits-features.wrapper h4 {
    margin-top: 3.125rem;
    color: #292d33; }

.service .pricing.wrapper {
  padding-top: 26.5rem;
  padding-bottom: 13.5rem;
  background-color: #292d33;
  color: #fff; }
  @media screen and (max-width: 480px) {
    .service .pricing.wrapper {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem; } }
  .service .pricing.wrapper .background-image {
    opacity: 0.1; }
  .service .pricing.wrapper .left-column {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 31.97279%;
    position: relative; }
    .service .pricing.wrapper .left-column:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .service .pricing.wrapper .left-column {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%; }
        .service .pricing.wrapper .left-column:last-child {
          margin-right: 0; } }
    .service .pricing.wrapper .left-column h2 {
      color: #fff;
      margin-bottom: 1rem; }
    .service .pricing.wrapper .left-column h3 {
      color: #7e7e94;
      margin-top: 0;
      margin-bottom: 2.5rem;
      font-weight: normal; }
      @media screen and (max-width: 480px) {
        .service .pricing.wrapper .left-column h3 {
          margin-bottom: 0.5rem; } }
    .service .pricing.wrapper .left-column div.text {
      float: left;
      display: block;
      margin-right: 6.38298%;
      width: 73.40426%; }
      .service .pricing.wrapper .left-column div.text:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .service .pricing.wrapper .left-column div.text {
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%; }
          .service .pricing.wrapper .left-column div.text:last-child {
            margin-right: 0; } }
  .service .pricing.wrapper .right-column {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 65.98639%;
    position: relative;
    padding-top: 2rem; }
    .service .pricing.wrapper .right-column:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .service .pricing.wrapper .right-column {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%; }
        .service .pricing.wrapper .right-column:last-child {
          margin-right: 0; } }
    .service .pricing.wrapper .right-column table {
      width: 100%; }
      @media screen and (max-width: 480px) {
        .service .pricing.wrapper .right-column table {
          font-size: 0.75rem; } }
      .service .pricing.wrapper .right-column table thead {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        white-space: nowrap; }
        .service .pricing.wrapper .right-column table thead th {
          font-size: 1.5rem; }
      .service .pricing.wrapper .right-column table tr:first-child th, .service .pricing.wrapper .right-column table tr:first-child td {
        padding-top: 2rem; }
        @media screen and (max-width: 480px) {
          .service .pricing.wrapper .right-column table tr:first-child th, .service .pricing.wrapper .right-column table tr:first-child td {
            font-size: 0.75rem; } }
      .service .pricing.wrapper .right-column table th, .service .pricing.wrapper .right-column table td {
        text-align: left;
        padding: 1rem 0; }
        @media screen and (max-width: 480px) {
          .service .pricing.wrapper .right-column table th, .service .pricing.wrapper .right-column table td {
            padding: 0.5rem; } }
        .service .pricing.wrapper .right-column table th:first-child, .service .pricing.wrapper .right-column table td:first-child {
          padding-left: 0; }
        .service .pricing.wrapper .right-column table th:last-child, .service .pricing.wrapper .right-column table td:last-child {
          padding-right: 0; }

.service .video {
  text-align: center;
  padding-bottom: 4.5rem; }
  .service .video iframe {
    width: 100%;
    display: inline-block; }

.help h1 {
  color: #292d33; }

.help .search.container {
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .help .search.container {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .help .search.container .subheader {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 65.98639%;
    margin-left: 17.0068%;
    min-height: 3.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem; }
    .help .search.container .subheader:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .help .search.container .subheader {
        font-size: 1rem;
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%;
        margin-bottom: 1rem; }
        .help .search.container .subheader:last-child {
          margin-right: 0; } }
  .help .search.container .search-box {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 65.98639%;
    margin-left: 17.0068%; }
    .help .search.container .search-box:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .help .search.container .search-box {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .help .search.container .search-box:last-child {
          margin-right: 0; } }
  .help .search.container .contact-info {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 65.98639%;
    margin-left: 17.0068%;
    padding-top: 0.75rem; }
    .help .search.container .contact-info:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .help .search.container .contact-info {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .help .search.container .contact-info:last-child {
          margin-right: 0; } }
    .help .search.container .contact-info .email-us {
      float: left; }
    .help .search.container .contact-info .call-us {
      float: right;
      unicode-bidi: bidi-override !important; }
      .help .search.container .contact-info .call-us a {
        color: #292d33; }

.help.support-center .subsection-ctas .bg-left {
  width: 50.1%; }
  @media screen and (max-width: 480px) {
    .help.support-center .subsection-ctas .bg-left {
      display: none; } }

.help.support-center .subsection-ctas .bg-right {
  width: 50.1%;
  left: auto;
  right: 0; }
  @media screen and (max-width: 480px) {
    .help.support-center .subsection-ctas .bg-right {
      display: none; } }

.help.support-center .subsection-ctas .container {
  padding: 0;
  height: 29.375rem; }
  @media screen and (max-width: 480px) {
    .help.support-center .subsection-ctas .container {
      height: auto; } }
  .help.support-center .subsection-ctas .container > div {
    position: relative;
    height: 100%;
    text-align: center; }
    .help.support-center .subsection-ctas .container > div .contents {
      padding-top: 6rem;
      float: left;
      display: block;
      margin-right: 5.04202%;
      width: 57.98319%;
      margin-left: 21.2585%; }
      .help.support-center .subsection-ctas .container > div .contents:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .help.support-center .subsection-ctas .container > div .contents {
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%;
          margin-left: 0%;
          position: relative;
          padding-top: 0;
          height: 15rem; }
          .help.support-center .subsection-ctas .container > div .contents:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .help.support-center .subsection-ctas .container > div {
        padding: 4rem 0 2rem 0; } }
    .help.support-center .subsection-ctas .container > div h2 {
      color: #fff; }
    .help.support-center .subsection-ctas .container > div h4 {
      line-height: 1.5rem;
      color: #fff; }
    .help.support-center .subsection-ctas .container > div .background-image {
      display: none;
      position: absolute;
      left: -1rem;
      right: -1rem;
      height: 101%; }
      @media screen and (max-width: 480px) {
        .help.support-center .subsection-ctas .container > div .background-image {
          display: block; } }
  .help.support-center .subsection-ctas .container .left {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 40.47619%; }
    .help.support-center .subsection-ctas .container .left:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .help.support-center .subsection-ctas .container .left {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%; }
        .help.support-center .subsection-ctas .container .left:last-child {
          margin-right: 0; } }
  .help.support-center .subsection-ctas .container .right {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 40.47619%;
    margin-left: 17.0068%; }
    .help.support-center .subsection-ctas .container .right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .help.support-center .subsection-ctas .container .right {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .help.support-center .subsection-ctas .container .right:last-child {
          margin-right: 0; } }
  .help.support-center .subsection-ctas .container a {
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (max-width: 480px) {
      .help.support-center .subsection-ctas .container a {
        bottom: 2rem; } }

.help .topics.container .topic {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 31.97279%;
  background-color: #f8f9fC;
  color: #7e7e94;
  margin-bottom: 1.5rem;
  padding: 2rem;
  height: 10.75rem; }
  .help .topics.container .topic:last-child {
    margin-right: 0; }
  .help .topics.container .topic:nth-child(3n) {
    margin-right: 0; }
  .help .topics.container .topic:nth-child(3n+1) {
    clear: left; }
  .help .topics.container .topic:hover {
    background-color: #f0f1f4; }
  @media screen and (max-width: 480px) {
    .help .topics.container .topic {
      float: left;
      display: block;
      margin-right: 2.04082%;
      width: 100%; }
      .help .topics.container .topic:last-child {
        margin-right: 0; } }

.help.help-topic .content.wrapper .container {
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 480px) {
    .help.help-topic .content.wrapper .container {
      padding-bottom: 0; } }
  .help.help-topic .content.wrapper .container .top {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 82.9932%;
    margin-left: 8.5034%;
    margin-bottom: 6rem;
    text-align: center; }
    .help.help-topic .content.wrapper .container .top:last-child {
      margin-right: 0; }
    .help.help-topic .content.wrapper .container .top .subheader {
      font-size: 1.5rem;
      line-height: 1.5rem; }
      @media screen and (max-width: 480px) {
        .help.help-topic .content.wrapper .container .top .subheader {
          font-size: 1rem; } }
  .help.help-topic .content.wrapper .container .content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 82.9932%;
    margin-left: 8.5034%; }
    .help.help-topic .content.wrapper .container .content:last-child {
      margin-right: 0; }
    .help.help-topic .content.wrapper .container .content .subtopic {
      float: left;
      display: block;
      margin-right: 2.45902%;
      width: 48.77049%;
      margin-bottom: 2rem;
      /*
					position: relative;
					z-index: 2;

					
					&:after {
						content: '';
						position: absolute;
						top: 0;
						background-color: #ccc;
						display: block;
						width: 100%;
						height: 100%;
						z-index: 1;
					}

					&:hover:after {
						background-color: #ccc;
					}
					*/ }
      .help.help-topic .content.wrapper .container .content .subtopic:last-child {
        margin-right: 0; }
      .help.help-topic .content.wrapper .container .content .subtopic:nth-child(2n) {
        margin-right: 0; }
      .help.help-topic .content.wrapper .container .content .subtopic:nth-child(2n+1) {
        clear: left; }
      .help.help-topic .content.wrapper .container .content .subtopic:hover {
        background-color: #f8f9fC;
        -webkit-box-shadow: -4px 0px 0px 8px #f8f9fC;
        -moz-box-shadow: -4px 0px 0px 8px #f8f9fC;
        box-shadow: -4px 0px 0px 8px #f8f9fC; }
      .help.help-topic .content.wrapper .container .content .subtopic h4 {
        color: #292d33; }
      .help.help-topic .content.wrapper .container .content .subtopic p {
        color: #7e7e94; }
      @media screen and (max-width: 480px) {
        .help.help-topic .content.wrapper .container .content .subtopic {
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%; }
          .help.help-topic .content.wrapper .container .content .subtopic:last-child {
            margin-right: 0; } }

.jobs .top.wrapper {
  background-image: url("img/page-headers/jobs.png"); }

.jobs .image {
  height: 40rem; }
  @media screen and (max-width: 480px) {
    .jobs .image {
      height: 15rem; } }

.jobs .listing.wrapper {
  background-color: #f8f9fC;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 480px) {
    .jobs .listing.wrapper {
      padding-top: 4rem;
      padding-bottom: 4rem;
      text-align: center; } }
  .jobs .listing.wrapper .content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 82.9932%;
    margin-left: 8.5034%; }
    .jobs .listing.wrapper .content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .jobs .listing.wrapper .content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .jobs .listing.wrapper .content:last-child {
          margin-right: 0; } }
    .jobs .listing.wrapper .content .jobs {
      margin-top: 3.5rem; }
    .jobs .listing.wrapper .content .job {
      float: left;
      display: block;
      margin-right: 2.45902%;
      width: 48.77049%;
      color: #7e7e94;
      margin-bottom: 3rem; }
      .jobs .listing.wrapper .content .job:last-child {
        margin-right: 0; }
      .jobs .listing.wrapper .content .job:nth-child(2n) {
        margin-right: 0; }
      .jobs .listing.wrapper .content .job:nth-child(2n+1) {
        clear: left; }
      .jobs .listing.wrapper .content .job h4 {
        color: #292d33;
        margin-bottom: 0.25rem; }
      .jobs .listing.wrapper .content .job p:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 480px) {
        .jobs .listing.wrapper .content .job {
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%; }
          .jobs .listing.wrapper .content .job:last-child {
            margin-right: 0; }
          .jobs .listing.wrapper .content .job:last-child {
            margin-bottom: 0; } }

.about .top.wrapper {
  background-image: url("img/page-headers/about.png"); }

.about .enablers {
  background-color: #f8f9fC; }
  .about .enablers .container {
    padding: 14rem 0; }
    @media screen and (max-width: 480px) {
      .about .enablers .container {
        padding: 4rem 0; } }
  .about .enablers .background-image {
    left: 59.52381%; }
    @media screen and (max-width: 480px) {
      .about .enablers .background-image {
        display: none; } }
  .about .enablers .content-text {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 31.97279%;
    margin-left: 8.5034%; }
    .about .enablers .content-text:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .about .enablers .content-text {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .about .enablers .content-text:last-child {
          margin-right: 0; } }

.about .mobile-background-image {
  height: 22.5rem; }

.about .video {
  text-align: center; }
  .about .video iframe {
    width: 100%;
    display: inline-block; }

.about .team-photo {
  height: 24rem; }
  @media screen and (max-width: 480px) {
    .about .team-photo {
      height: 8rem; } }

.contact .top.wrapper {
  background-color: #f8f9fC; }
  .contact .top.wrapper .subheader {
    display: inline-block;
    color: #c9ccd1;
    margin-bottom: 3.5rem; }
    @media screen and (max-width: 480px) {
      .contact .top.wrapper .subheader {
        margin-bottom: 2rem;
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 74.4898%;
        margin-left: 12.7551%; }
        .contact .top.wrapper .subheader:last-child {
          margin-right: 0; } }
  .contact .top.wrapper .phone {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 2rem; }
    .contact .top.wrapper .phone a {
      color: #292d33; }
    .contact .top.wrapper .phone .flag {
      display: inline-block;
      width: 2rem;
      height: 2rem;
      vertical-align: center;
      margin-bottom: -5px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 1rem; }

.contact .contact-form.wrapper {
  padding-top: 8rem;
  padding-bottom: 13rem; }
  @media screen and (max-width: 480px) {
    .contact .contact-form.wrapper {
      padding-top: 4rem;
      padding-bottom: 4rem;
      text-align: center; } }
  .contact .contact-form.wrapper .content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 82.9932%;
    margin-left: 8.5034%; }
    .contact .contact-form.wrapper .content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .contact .contact-form.wrapper .content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .contact .contact-form.wrapper .content:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      .contact .contact-form.wrapper .content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .contact .contact-form.wrapper .content:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 769px) and (max-width: 1024px) {
      .contact .contact-form.wrapper .content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .contact .contact-form.wrapper .content:last-child {
          margin-right: 0; } }
    .contact .contact-form.wrapper .content .contact {
      float: left;
      display: block;
      margin-right: 2.45902%;
      width: 18.03279%;
      margin-top: 4rem;
      line-height: 1.5rem; }
      .contact .contact-form.wrapper .content .contact:last-child {
        margin-right: 0; }
      .contact .contact-form.wrapper .content .contact a {
        display: block;
        margin-bottom: 1rem; }
      @media screen and (max-width: 480px) {
        .contact .contact-form.wrapper .content .contact {
          margin-top: 0;
          margin-bottom: 2rem;
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%; }
          .contact .contact-form.wrapper .content .contact:last-child {
            margin-right: 0; } }
    .contact .contact-form.wrapper .content .form {
      float: left;
      display: block;
      margin-right: 2.45902%;
      width: 48.77049%;
      margin-left: 5.10204%; }
      .contact .contact-form.wrapper .content .form:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .contact .contact-form.wrapper .content .form {
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%;
          margin-left: 0%; }
          .contact .contact-form.wrapper .content .form:last-child {
            margin-right: 0; } }
      .contact .contact-form.wrapper .content .form .input {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
        .contact .contact-form.wrapper .content .form .input input {
          background-repeat: no-repeat;
          background-position: 1.5rem center;
          line-height: 4.125rem;
          padding: 0.25rem 1.5rem 0rem 4rem; }
          @media screen and (max-width: 480px) {
            .contact .contact-form.wrapper .content .form .input input {
              background-position: 1rem center;
              line-height: 1.875rem;
              padding: 0.75rem 0.625rem 0.5rem 3.5rem; } }
        .contact .contact-form.wrapper .content .form .input .email {
          background-image: url("img/icons/message.svg"); }
        .contact .contact-form.wrapper .content .form .input .name {
          background-image: url("img/icons/user.svg"); }
        .contact .contact-form.wrapper .content .form .input textarea {
          height: 14.625rem;
          padding: 1.5rem; }
          @media screen and (max-width: 480px) {
            .contact .contact-form.wrapper .content .form .input textarea {
              height: 8rem; } }
        .contact .contact-form.wrapper .content .form .input input, .contact .contact-form.wrapper .content .form .input textarea {
          width: 100%;
          border: 1px solid #dcdcdc;
          margin-bottom: 1rem; }
          .contact .contact-form.wrapper .content .form .input input.invalid, .contact .contact-form.wrapper .content .form .input textarea.invalid {
            border: 1px solid #f24a4a; }
      .contact .contact-form.wrapper .content .form button {
        border-radius: 0; }
    .contact .contact-form.wrapper .content .thank-you-message {
      font-size: 1.125rem;
      margin-top: 1rem; }
    .contact .contact-form.wrapper .content .error-message {
      font-size: 1.125rem;
      margin-top: 1rem;
      color: #f24a4a; }

.rtl.contact .top.wrapper .phone a {
  color: #292d33;
  unicode-bidi: bidi-override !important; }

.system-status .top.wrapper {
  background-image: url("img/page-headers/partners.png");
  background-color: #f8f9fC; }

.blog .top.wrapper {
  background-image: url("img/page-headers/blog.png"); }

.blog .small-thick-hr {
  display: block;
  margin-bottom: 1rem; }

.blog .featured.wrapper {
  border-bottom: 1px solid #e7e9ee; }

.blog .featured.container {
  padding: 5.25rem 0; }
  @media screen and (max-width: 480px) {
    .blog .featured.container {
      padding: 3rem 0; } }
  .blog .featured.container > h4 {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 82.9932%;
    margin-left: 8.5034%;
    text-transform: uppercase;
    color: #292d33;
    margin-bottom: 2rem; }
    .blog .featured.container > h4:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .blog .featured.container > h4 {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .blog .featured.container > h4:last-child {
          margin-right: 0; } }
  .blog .featured.container .item {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 82.9932%;
    margin-left: 8.5034%;
    padding-bottom: 3rem; }
    .blog .featured.container .item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .blog .featured.container .item {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%;
        padding-bottom: 2rem; }
        .blog .featured.container .item:last-child {
          margin-right: 0; } }
    .blog .featured.container .item a.thumbnail {
      float: left;
      display: block;
      margin-right: 2.45902%;
      width: 59.01639%; }
      .blog .featured.container .item a.thumbnail:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .blog .featured.container .item a.thumbnail {
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%;
          margin-left: 0%;
          margin-bottom: 1rem; }
          .blog .featured.container .item a.thumbnail:last-child {
            margin-right: 0; } }
      .blog .featured.container .item a.thumbnail img {
        height: auto;
        width: 100%; }
    .blog .featured.container .item .content {
      float: left;
      display: block;
      margin-right: 2.45902%;
      width: 38.52459%; }
      .blog .featured.container .item .content:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .blog .featured.container .item .content {
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%;
          margin-left: 0%; }
          .blog .featured.container .item .content:last-child {
            margin-right: 0; } }
      .blog .featured.container .item .content h2 a {
        color: #292d33; }
      .blog .featured.container .item .content .excerpt a {
        color: #7e7e94; }

.blog .posts.container {
  padding: 5.25rem 0 2rem 0; }
  @media screen and (max-width: 480px) {
    .blog .posts.container {
      padding-top: 3rem; } }
  .blog .posts.container .item {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 48.97959%;
    margin-left: 25.5102%;
    padding: 3rem 0;
    border-bottom: 1px solid #e7e9ee; }
    .blog .posts.container .item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .blog .posts.container .item {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .blog .posts.container .item:last-child {
          margin-right: 0; } }
    .blog .posts.container .item:last-child {
      border-bottom: none; }
    .blog .posts.container .item img {
      width: 100%;
      height: auto;
      margin-bottom: 2rem; }
    .blog .posts.container .item .time {
      color: #c9ccd1; }
    .blog .posts.container .item h2 a {
      color: #292d33; }
    .blog .posts.container .item .excerpt a {
      color: #7e7e94; }

.blog .more-posts.container {
  padding-bottom: 8rem; }
  @media screen and (max-width: 480px) {
    .blog .more-posts.container {
      padding-bottom: 4rem; } }
  .blog .more-posts.container .content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 48.97959%;
    margin-left: 25.5102%;
    text-align: right; }
    .blog .more-posts.container .content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .blog .more-posts.container .content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%;
        text-align: center; }
        .blog .more-posts.container .content:last-child {
          margin-right: 0; } }

.partners .top.wrapper {
  background-image: url("img/page-headers/partners.png"); }

.partners .info.wrapper {
  background-color: #f8f9fC;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .partners .info.wrapper .content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 82.9932%;
    margin-left: 8.5034%; }
    .partners .info.wrapper .content:last-child {
      margin-right: 0; }
    .partners .info.wrapper .content .paragraphs {
      margin-top: 3.5rem; }
    .partners .info.wrapper .content .email {
      float: left;
      display: block;
      margin-right: 2.45902%;
      width: 100%; }
      .partners .info.wrapper .content .email:last-child {
        margin-right: 0; }
    .partners .info.wrapper .content .paragraph {
      float: left;
      display: block;
      margin-right: 2.45902%;
      width: 48.77049%;
      margin-bottom: 3rem; }
      .partners .info.wrapper .content .paragraph:last-child {
        margin-right: 0; }
      .partners .info.wrapper .content .paragraph:nth-child(2n) {
        margin-right: 0; }
      .partners .info.wrapper .content .paragraph:nth-child(2n+1) {
        clear: left; }
  @media screen and (max-width: 480px) {
    .partners .info.wrapper {
      text-align: center;
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .partners .info.wrapper .content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .partners .info.wrapper .content:last-child {
          margin-right: 0; }
        .partners .info.wrapper .content .paragraph {
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%;
          margin-bottom: 2rem; }
          .partners .info.wrapper .content .paragraph:last-child {
            margin-right: 0; } }

.error404 .content.wrapper .container {
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center; }

.sign-up {
  background-color: #fff; }
  .sign-up .wrapper {
    padding-top: 2rem;
    padding-bottom: 8rem; }
  .sign-up .logo {
    display: inline-block;
    width: 52px;
    height: 66px;
    background-image: url("img/vertical-logo.svg");
    background-size: 52px 66px;
    margin-bottom: 2rem; }
  .sign-up .top.content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 48.97959%;
    margin-left: 25.5102%;
    text-align: center; }
    .sign-up .top.content:last-child {
      margin-right: 0; }
    .sign-up .top.content h2 {
      text-align: center; }
    @media screen and (max-width: 768px) {
      .sign-up .top.content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .sign-up .top.content:last-child {
          margin-right: 0; } }
  .sign-up .loading.content {
    padding: 2rem 0;
    text-align: center;
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 40.47619%;
    margin-left: 29.7619%; }
    .sign-up .loading.content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .sign-up .loading.content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .sign-up .loading.content:last-child {
          margin-right: 0; } }
  .sign-up .api-error.content {
    position: relative;
    padding: 1.5rem 5rem 1.5rem 1.5rem;
    color: #f24a4a;
    background-color: #f8f9fC;
    margin-bottom: 2rem;
    border: 1px solid #f0f1f4;
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 40.47619%;
    margin-left: 29.7619%; }
    .sign-up .api-error.content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .sign-up .api-error.content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .sign-up .api-error.content:last-child {
          margin-right: 0; } }
    .sign-up .api-error.content .body {
      margin: 0; }
    .sign-up .api-error.content .code {
      margin: 0;
      margin-top: 0.5rem;
      font-size: 0.75rem;
      color: #c9ccd1; }
    .sign-up .api-error.content .close-button {
      position: absolute;
      top: 0;
      right: 0;
      padding: 1rem 1.5rem;
      color: #7e7e94;
      cursor: pointer; }
      .sign-up .api-error.content .close-button:hover {
        color: #000; }
  .sign-up .form.content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 40.47619%;
    margin-left: 29.7619%; }
    .sign-up .form.content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .sign-up .form.content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .sign-up .form.content:last-child {
          margin-right: 0; } }
    .sign-up .form.content .no-numbers {
      padding: 2rem 0;
      font-style: italic; }
    .sign-up .form.content .list-wrapper {
      position: relative; }
      .sign-up .form.content .list-wrapper .loading-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        width: 32px;
        height: 32px;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 1;
        background-image: url(img/loader_white.gif);
        background-repeat: no-repeat;
        background-position: center; }
    .sign-up .form.content .number-list {
      margin-top: 1.5rem; }
      .sign-up .form.content .number-list li {
        position: relative;
        background-color: #f8f9fC;
        margin-bottom: 1rem;
        line-height: 1.5rem; }
        .sign-up .form.content .number-list li .basic-info {
          padding: 1rem; }
          .sign-up .form.content .number-list li .basic-info .number {
            color: #292d33; }
          .sign-up .form.content .number-list li .basic-info .info-button {
            width: 1.25rem;
            height: 1.25rem;
            position: absolute;
            right: 1.375rem;
            top: 1.875rem;
            cursor: pointer;
            background-image: url("img/money-icon.svg");
            background-size: 20px 20px;
            opacity: 0.25;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
            z-index: 20; }
            .no-touch .sign-up .form.content .number-list li .basic-info .info-button:hover, .sign-up .form.content .number-list li .basic-info .info-button.active {
              opacity: 1; }
        .sign-up .form.content .number-list li .price-info {
          box-shadow: 0 0 4px #ccc;
          position: absolute;
          background: #fff;
          z-index: 21;
          width: 100%; }
          .sign-up .form.content .number-list li .price-info:before {
            z-index: 1;
            content: "";
            display: block;
            position: absolute;
            width: 15px;
            height: 15px;
            background: #fff;
            top: -8px;
            right: 24px;
            box-shadow: 0 0 4px #ccc;
            transform: rotate(45deg); }
          .sign-up .form.content .number-list li .price-info:after {
            z-index: 2;
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 0px;
            background: transparent;
            top: 0px;
            right: 0px;
            border-bottom: 15px solid #fff; }
          .sign-up .form.content .number-list li .price-info .remove-button {
            color: #f24a4a;
            font-size: 0.75rem;
            cursor: pointer; }
    .sign-up .form.content .price-info {
      padding: 1rem; }
      .sign-up .form.content .price-info table {
        width: 100%; }
      .sign-up .form.content .price-info thead th {
        font-weight: normal;
        color: #292d33;
        padding-bottom: 0.5rem; }
      .sign-up .form.content .price-info thead th:first-child {
        text-align: left; }
      .sign-up .form.content .price-info thead th:last-child {
        text-align: right; }
      .sign-up .form.content .price-info td:last-child {
        text-align: right;
        color: #292d33; }
      .sign-up .form.content .price-info td:only-child {
        text-align: left;
        color: #292d33; }
    .sign-up .form.content .cancel-button {
      cursor: pointer;
      color: #f24a4a; }
    .sign-up .form.content .add-button {
      font-size: 0.75rem;
      color: #292d33; }
      .sign-up .form.content .add-button div {
        display: inline-block;
        line-height: 2rem;
        float: right;
        cursor: pointer; }
    .sign-up .form.content hr {
      margin: 1rem 0 0 0; }
    .sign-up .form.content .add-form .summary {
      background-color: #f8f9fC;
      padding: 0 0 1.5rem 0;
      line-height: 1.5rem; }
    .sign-up .form.content .add-form div.buttons {
      text-align: center;
      padding-top: 1.5rem; }
      .sign-up .form.content .add-form div.buttons div {
        margin: 0 1rem;
        cursor: pointer;
        display: inline-block;
        line-height: 2.5rem;
        height: 2.4rem; }
      .sign-up .form.content .add-form div.buttons .cancel {
        font-size: 0.75rem; }
      .sign-up .form.content .add-form div.buttons .submit {
        text-transform: uppercase;
        border: 1px solid #292d33;
        border-radius: 5rem;
        font-size: 0.5625rem;
        color: #292d33;
        letter-spacing: 0.07812rem;
        padding: 0 1.5rem; }
        .sign-up .form.content .add-form div.buttons .submit.disabled {
          border: 1px solid #c9ccd1;
          color: #c9ccd1; }
    .sign-up .form.content .add-form .restrictions {
      color: #292d33;
      background-color: #f8f9fC;
      font-size: 0.875rem;
      padding: 0 1rem;
      display: inline-block;
      width: 100%; }
      .sign-up .form.content .add-form .restrictions ul {
        list-style-type: disc; }
      .sign-up .form.content .add-form .restrictions li {
        margin: 1rem 0;
        margin-left: 1rem; }
    .sign-up .form.content .add-form .info-link {
      font-size: 0.75rem;
      color: #c9ccd1;
      text-decoration: underline;
      cursor: pointer;
      margin-top: 0.5rem;
      margin-bottom: 1rem;
      display: block; }
    .sign-up .form.content .submit-button {
      width: 100%;
      padding: 2rem; }
    .sign-up .form.content .smalltext {
      padding-top: 1rem;
      font-size: 0.75rem; }
      .sign-up .form.content .smalltext p {
        margin: 0; }
      .sign-up .form.content .smalltext a {
        color: #7e7e94;
        text-decoration: underline; }
  .sign-up .inputs {
    margin-top: 1rem; }
    .sign-up .inputs .input input {
      margin-top: -1px; }
  .sign-up .error {
    color: #f24a4a;
    font-size: 0.75rem;
    margin-top: 1rem; }
  .sign-up .input {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .sign-up .input input {
      height: 4.375rem;
      background-repeat: no-repeat;
      background-position: 1.5rem center;
      line-height: 4.375rem;
      padding: 1.25rem 1.3rem 1.35rem;
      width: 100%;
      border: 1px solid #dcdcdc; }
      .sign-up .input input.input-error {
        border-color: #f24a4a !important; }
      .sign-up .input input.input-error {
        font-size: 1.2rem;
        line-height: 1.2rem;
        color: #000000;
        border-color: #000000;
        /*	border-color: #000000;*/
        z-index: 5;
        padding: 1.50rem 1.5rem 1.0rem 1.5rem;
        padding: 1.50rem 1.5rem 0rem 1.2rem; }
    .sign-up .input:last-child input {
      border-bottom: 1px solid #dcdcdc; }
  .sign-up .beforeInputs {
    text-align: center; }

.rtl.sign-up .form.content .price-info thead th:last-child {
  text-align: left; }

.rtl.sign-up .form.content .price-info thead th:first-child {
  text-align: right; }

.rtl.sign-up .form.content .number-list li .basic-info {
  unicode-bidi: bidi-override !important; }
  .rtl.sign-up .form.content .number-list li .basic-info .info-button {
    left: 1.375rem;
    right: auto; }

.rtl.sign-up .form.content input {
  text-align: right;
  unicode-bidi: bidi-override !important; }

.floating-placeholder input {
  position: relative;
  background: transparent;
  z-index: 2; }

.floating-placeholder label {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 1.3rem;
  font-size: 20pt;
  z-index: 1;
  -moz-transform-origin: 0 0em;
  -ms-transform-origin: 0 0em;
  -webkit-transform-origin: 0 0em;
  transform-origin: 0 0em;
  -moz-transition: -moz-transform 160ms, color 200ms;
  -o-transition: -o-transform 160ms, color 200ms;
  -webkit-transition: -webkit-transform 160ms, color 200ms;
  transition: transform 160ms, color 200ms;
  -moz-transform: scale(1, 1) rotateY(0) translate(0, 0);
  -ms-transform: scale(1, 1) rotateY(0) translate(0, 0);
  -webkit-transform: scale(1, 1) rotateY(0) translate(0, 0);
  transform: scale(1, 1) rotateY(0) translate(0, 0); }
  .sign-up .floating-placeholder label {
    font-size: 14pt; }
  .rtl .floating-placeholder label {
    left: auto;
    right: 1.3rem; }

.floating-placeholder-float label {
  font-family: 'Roboto', sans-serif;
  font-size: 11pt;
  font-weight: 700;
  color: #000000;
  -moz-transform: translate(0, -0.7rem);
  -ms-transform: translate(0, -0.7rem);
  -webkit-transform: translate(0, -0.7rem);
  /*transform: scale(0.55, 0.55) rotateY(0) translate(0,-1.5rem);*/
  transform: translate(0, -0.7rem); }
  .sign-up .floating-placeholder-float label {
    font-size: 11pt; }

.sign-up .floating-placeholder-float input {
  position: relative;
  z-index: 4;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #000000;
  /*	border-color: #000000;*/
  z-index: 5;
  padding: 1.50rem 1.5rem 0rem 1.2rem; }
  .sign-up .floating-placeholder-float input:focus {
    border: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    position: relative;
    z-index: 5; }

.price-panel-mob {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  border: solid rgba(215, 215, 215, 0.65);
  border-width: 1px 0 1px 0;
  background: #f8f9fC;
  z-index: 10;
  width: 100%;
  padding: 10px 70px 5px 15px;
  text-align: right; }

.price-panel-mob .logo {
  visibility: hidden; }

.price-panel-mob .logo a:first-child {
  width: 7.6875rem;
  height: 3rem;
  display: block;
  float: left;
  background-size: 7.6875rem 2.25rem;
  background: url("img/header/logo-dark.svg") left center no-repeat; }

.price-panel-mob .sum {
  font-family: 'AvenirNext LT Pro Regular';
  font-size: 2rem;
  line-height: 2rem;
  color: #292d33;
  cursor: pointer; }

.price-panel-mob .smalltext {
  font-size: 0.6875rem;
  color: #7e7e94; }

.price-panel-mob .icon {
  position: absolute;
  top: 50%;
  right: 40px;
  cursor: pointer; }

.price-panel-mob .arrow {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url("img/arrow-down-icon.svg");
  background-size: 16px 9px;
  background-position: center;
  background-repeat: no-repeat; }

.price-panel-mob .closex {
  display: none;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  text-align: center;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 26px;
  border: 1px solid #d7d7d7;
  color: #c1c1c1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px; }

.page-scrolled .price-panel-mob {
  /*top:;*/ }

.page-scrolled .price-panel-mob .logo {
  visibility: visible; }

.mobile-price-info-open .price-panel-mob .closex {
  display: block !important; }

.mobile-price-info-open .price-panel-mob .sum,
.mobile-price-info-open .price-panel-mob .smalltext,
.mobile-price-info-open .price-panel-mob .arrow {
  display: none !important; }

.admin-bar .price-panel-mob {
  /*top: 115px;*/ }

@media screen and (max-width: 1100px) {
  .price-panel-mob {
    display: block;
    top: -100%; } }

.prices-numbers {
  /*
	.summary-mobile {
		background-color: $light-bg-color;

		width: 100%;
		position: fixed;
		height: 80px;
		bottom: 0;

		.top {
			position: absolute;
			width: 100%;
			height: 80px;

			.button {
				background-color: $red;
				color: #fff;
				position: absolute;
				top: 0;
				right: 0;
				width: 130px;
				height: 80px;
			}
		}
	}
	*/ }
  .prices-numbers .subheader {
    color: #7e7e94; }
  .prices-numbers .content.wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem; }
    @media screen and (max-width: 480px) {
      .prices-numbers .content.wrapper {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
  .prices-numbers .form {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 40.47619%;
    margin-left: 8.5034%; }
    .prices-numbers .form:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .prices-numbers .form {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .prices-numbers .form:last-child {
          margin-right: 0; } }
    .prices-numbers .form .form-section {
      margin-bottom: 4.5rem; }
    .prices-numbers .form .restrictions {
      color: #292d33;
      background-color: #f8f9fC;
      border: 1px solid rgba(215, 215, 215, 0.65);
      font-size: 0.875rem;
      padding: 0 1rem; }
      .prices-numbers .form .restrictions ul {
        list-style-type: disc; }
        .rtl .prices-numbers .form .restrictions ul {
          list-style-position: inside; }
      .prices-numbers .form .restrictions li {
        /*				margin: rem(16) 0;
				margin-left: rem(16);*/
        list-style: none;
        margin: 1rem 0;
        margin-left: 1rem; }
        .prices-numbers .form .restrictions li br {
          float: right; }
    .prices-numbers .form .plan-buttons .description a,
    .prices-numbers .form .form .restrictionInfo a {
      font-size: 0.875rem;
      text-decoration: underline;
      color: #7e7e94; }
    .prices-numbers .form .plan-buttons {
      margin-bottom: 0.5rem;
      font-size: 0;
      height: 7.8125rem;
      position: relative;
      overflow: hidden;
      color: #292d33;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .prices-numbers .form .plan-buttons .description {
        padding-top: 1rem;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .prices-numbers .form .plan-buttons.show-descriptions {
        height: 20.625rem; }
        .prices-numbers .form .plan-buttons.show-descriptions .description {
          opacity: 1;
          visibility: visible; }
      .prices-numbers .form .plan-buttons > div {
        font-size: 1rem;
        border: 1px solid #e7e9ee;
        width: 50%;
        text-align: center;
        padding: 2rem 0;
        cursor: pointer;
        position: absolute;
        top: 4px;
        bottom: 4px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
        .prices-numbers .form .plan-buttons > div h4 {
          margin-bottom: 0; }
        .prices-numbers .form .plan-buttons > div.right {
          left: 50%;
          margin-left: -1px; }
        .prices-numbers .form .plan-buttons > div.selected {
          background-color: #f8f9fC;
          top: 0;
          bottom: 0;
          padding: 2.25rem 0; }
    .prices-numbers .form .slider {
      margin-top: 3rem;
      margin-bottom: 2.25rem; }
    .prices-numbers .form .hours-chosen {
      text-align: right;
      margin-bottom: 0.5rem; }
    .prices-numbers .form .hours-chosen-text {
      text-align: right; }
    .prices-numbers .form h4 {
      margin-bottom: 1.5rem; }
    .prices-numbers .form .info-link-wrap {
      position: relative; }
    .prices-numbers .form .info-link {
      font-size: 0.75rem;
      color: #c9ccd1;
      text-decoration: underline;
      cursor: pointer;
      margin-top: 0.5rem;
      display: block; }
  .prices-numbers .summary {
    position: relative;
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 31.97279%;
    margin-left: 8.5034%; }
    .prices-numbers .summary:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .prices-numbers .summary {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%;
        position: fixed;
        bottom: -100%;
        left: 0;
        z-index: 10;
        background: #f8f9fC;
        padding-right: 0; }
        .prices-numbers .summary:last-child {
          margin-right: 0; }
        .prices-numbers .summary.mobile-price-info-open {
          bottom: 0; } }
    .prices-numbers .summary .inner {
      position: relative;
      background-color: #f8f9fC;
      padding: 1.5rem 3rem; }
      .prices-numbers .summary .inner h3 {
        color: #292d33;
        text-align: center;
        font-family: "AvenirNext LT Pro Regular";
        font-weight: normal; }
      .prices-numbers .summary .inner table {
        width: 100%;
        font-size: 14px; }
      .prices-numbers .summary .inner tr.one_time_fee {
        border-bottom: 1px solid #e7e9ee;
        padding-bottom: 0.5rem; }
      .prices-numbers .summary .inner th, .prices-numbers .summary .inner td {
        padding: 0.25rem 0; }
      .prices-numbers .summary .inner th {
        font-weight: normal;
        color: #292d33;
        text-align: left; }
      .prices-numbers .summary .inner td {
        color: #292d33;
        text-align: right; }
        .prices-numbers .summary .inner td.placeholder {
          font-size: 0.75rem;
          font-style: italic; }
      .prices-numbers .summary .inner .sum {
        font-size: 2rem;
        margin-top: 3rem;
        color: #292d33; }
      .prices-numbers .summary .inner .smalltext {
        font-size: 0.6875rem; }
      .prices-numbers .summary .inner .cta-button {
        width: 100%;
        min-width: inherit; }
    .prices-numbers .summary .small-links {
      font-size: 0.75rem;
      padding-top: 0.5rem; }
      .prices-numbers .summary .small-links .help-link {
        float: right;
        color: #7e7e94;
        text-decoration: underline; }
  @media screen and (max-width: 480px) {
    .prices-numbers .summary-box > .inner {
      border: solid rgba(215, 215, 215, 0.65);
      border-width: 1px 0 0 0; }
      .prices-numbers .summary-box > .inner .sum,
      .prices-numbers .summary-box > .inner .smalltext {
        text-align: right; }
      .prices-numbers .summary-box > .inner .cta-button {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
    .prices-numbers .summary-box > .inner,
    .prices-numbers .summary > .small-links {
      /* display: none; */
      opacity: 0; }
    .prices-numbers .summary-box.mobile-price-info-open > .inner,
    .prices-numbers .summary-box.mobile-price-info-open > .small-links {
      /* display:block; */
      opacity: 1; }
    .prices-numbers .summary .inner {
      padding: 1rem; }
    .prices-numbers .summary .small-links {
      background: #f8f9fC;
      padding: 0 3rem 1.5rem 3rem; } }

.rtl.prices-numbers .summary .small-links .help-link {
  float: left; }

@media screen and (max-width: 480px) {
  .mobile-menu-open .summary-box {
    display: none; } }

.view-full-list {
  display: none !important; }
  .prices-numbers .form .view-full-list {
    display: block !important;
    text-decoration: none;
    color: #f24a4a;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }
  .rtl.prices-numbers .form .view-full-list {
    right: auto;
    left: 0; }

.prices-international .top.wrapper {
  padding-bottom: 4.5rem; }

.prices-international .subheader {
  margin-bottom: 2rem;
  color: #7e7e94; }

.prices-international .dropdown {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 48.97959%;
  margin-left: 25.5102%;
  text-align: left;
  background-color: #fff; }
  .prices-international .dropdown:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .prices-international .dropdown {
      float: left;
      display: block;
      margin-right: 2.04082%;
      width: 100%;
      margin-left: 0%; }
      .prices-international .dropdown:last-child {
        margin-right: 0; } }

.prices-international .table.wrapper {
  padding-top: 8rem;
  padding-bottom: 8rem;
  color: #292d33; }
  @media screen and (max-width: 480px) {
    .prices-international .table.wrapper {
      padding-top: 6rem;
      padding-bottom: 2rem; } }
  .prices-international .table.wrapper .loading {
    text-align: center; }
  .prices-international .table.wrapper .content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 82.9932%;
    margin-left: 8.5034%; }
    .prices-international .table.wrapper .content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .prices-international .table.wrapper .content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .prices-international .table.wrapper .content:last-child {
          margin-right: 0; } }
  .prices-international .table.wrapper table {
    width: 100%; }
  .prices-international .table.wrapper th {
    border-bottom: 1px solid #e7e9ee; }
  .prices-international .table.wrapper th, .prices-international .table.wrapper td {
    text-align: right;
    font-weight: normal;
    padding: 1rem 0; }
  .prices-international .table.wrapper th:first-child, .prices-international .table.wrapper td:first-child {
    text-align: left; }
  .prices-international .table.wrapper .show-all-countries {
    float: right;
    padding: 1rem 0; }

.rtl.prices-international .dropdown {
  text-align: right; }

.rtl.prices-international .table.wrapper th:first-child,
.rtl.prices-international .table.wrapper td:first-child {
  text-align: right;
  unicode-bidi: bidi-override !important; }

.page-template-bring-old-numbers .table.wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .page-template-bring-old-numbers .table.wrapper table {
    margin-top: 4rem; }
    .page-template-bring-old-numbers .table.wrapper table tr:nth-child(2n) {
      background: #F8F9FC; }
    .page-template-bring-old-numbers .table.wrapper table tr.even {
      background: none; }
    .page-template-bring-old-numbers .table.wrapper table tr.odd {
      background: #F8F9FC; }
    .page-template-bring-old-numbers .table.wrapper table th, .page-template-bring-old-numbers .table.wrapper table td {
      padding-left: 1rem;
      padding-right: 1rem; }
    .page-template-bring-old-numbers .table.wrapper table th {
      color: #a1a2b3;
      border-bottom: 1px solid #e7e9ee; }

.footer.wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (max-width: 480px) {
    .footer.wrapper {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  .footer.wrapper div.logo {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 6.46259%; }
    .footer.wrapper div.logo:last-child {
      margin-right: 0; }
    .footer.wrapper div.logo a {
      display: inline-block;
      width: 52px;
      height: 66px;
      background-image: url("img/vertical-logo.svg");
      background-size: 52px 66px; }
    @media screen and (max-width: 480px) {
      .footer.wrapper div.logo:first-child {
        display: none; } }
    .footer.wrapper div.logo:last-child {
      display: none; }
      @media screen and (max-width: 480px) {
        .footer.wrapper div.logo:last-child {
          display: block;
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%;
          text-align: center; }
          .footer.wrapper div.logo:last-child:last-child {
            margin-right: 0; } }
  .footer.wrapper ul.menu {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 57.48299%; }
    .footer.wrapper ul.menu:last-child {
      margin-right: 0; }
    .footer.wrapper ul.menu li {
      display: inline-block;
      margin: 0 1rem;
      position: relative; }
      .footer.wrapper ul.menu li:first-child {
        margin-left: 0; }
      .footer.wrapper ul.menu li a {
        line-height: 66px;
        display: inline-block;
        color: #1f2225; }
    @media screen and (max-width: 480px) {
      .footer.wrapper ul.menu {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-bottom: 4rem; }
        .footer.wrapper ul.menu:last-child {
          margin-right: 0; }
        .footer.wrapper ul.menu li {
          width: 100%;
          margin: 0;
          text-align: center; }
          .footer.wrapper ul.menu li a {
            line-height: 42px;
            width: 100%; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      .footer.wrapper ul.menu li {
        margin: 0 0.5rem; }
        .footer.wrapper ul.menu li:first-child {
          margin-left: 1rem; } }
  .footer.wrapper ul.social {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 31.97279%;
    margin-right: 0;
    white-space: nowrap;
    text-align: right; }
    .footer.wrapper ul.social:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .footer.wrapper ul.social {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        text-align: center;
        margin-bottom: 3.375rem; }
        .footer.wrapper ul.social:last-child {
          margin-right: 0; } }
    .footer.wrapper ul.social li {
      display: inline-block;
      margin: 0 0.5rem; }
      @media screen and (min-width: 481px) and (max-width: 768px) {
        .footer.wrapper ul.social li {
          margin: 0 0.25rem; } }
      .footer.wrapper ul.social li:last-child {
        margin-right: 0; }
      .footer.wrapper ul.social li a {
        line-height: 66px;
        display: inline-block;
        width: 40px;
        height: 66px;
        background-size: 40px 40px;
        background-repeat: no-repeat;
        background-position: center; }
        .footer.wrapper ul.social li a.facebook {
          background-image: url("img/footer/facebook-icon.svg"); }
        .footer.wrapper ul.social li a.twitter {
          background-image: url("img/footer/twitter-icon.svg"); }
        .footer.wrapper ul.social li a.google {
          background-image: url("img/footer/google-icon.svg"); }
        .footer.wrapper ul.social li a.linkedin {
          background-image: url("img/footer/linkedin-icon.svg"); }
        @media screen and (max-width: 480px) {
          .footer.wrapper ul.social li a {
            line-height: 40px;
            height: 40px; } }

.sub-page-menu {
  width: 100%;
  border-bottom: 1px solid transparent;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .dark-top .sub-page-menu {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .dark-top:not(.page-template-blog) .sub-page-menu {
    margin: 0 -2rem;
    width: calc(100% + 4rem);
    position: relative; }
    @media screen and (max-width: 480px) {
      .dark-top:not(.page-template-blog) .sub-page-menu {
        margin: 0 -1.5rem;
        width: calc(100% + 3rem); } }
  .sub-page-menu ul li {
    display: inline-block;
    line-height: 4rem; }
    .sub-page-menu ul li a {
      display: inline-block;
      color: #292d33;
      text-transform: uppercase;
      font-size: 0.75rem;
      letter-spacing: 3px;
      font-family: "AvenirNext LT Pro Demi";
      border-top: 3px solid transparent;
      border-bottom: 3px solid transparent;
      padding: 0px 0.75rem; }
      .light-top .sub-page-menu ul li a,
      .dark-top .sub-page-menu ul li a {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent; }
      @media screen and (max-width: 480px) {
        .sub-page-menu ul li a {
          letter-spacing: 1px;
          padding: 0 0.5rem; } }
      .sub-page-menu ul li a.active {
        color: #f24a4a;
        border-bottom: 3px solid #f24a4a; }

.article .content .wp-caption {
  width: auto !important; }

.article .content img, .article .content img[class^=wp-image] {
  max-width: 100%;
  width: auto;
  height: auto; }

.article.container {
  padding-top: 8rem;
  padding-bottom: 0rem;
  font-size: 1.125rem;
  line-height: 1.875rem; }
  @media screen and (max-width: 480px) {
    .article.container {
      padding-top: 2rem; } }
  .article.container .content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 65.98639%;
    margin-left: 17.0068%; }
    .article.container .content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .article.container .content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .article.container .content:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      .article.container .content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 82.9932%;
        margin-left: 8.5034%; }
        .article.container .content:last-child {
          margin-right: 0; } }
    .article.container .content.social {
      padding-top: 2rem; }
  .article.container .social.content {
    line-height: 0; }
    .article.container .social.content > * {
      vertical-align: bottom;
      margin-right: 1rem; }
  .article.container .alignleft {
    float: left;
    margin-top: 1rem;
    margin-right: 2rem;
    margin-bottom: 0.5rem; }
  .article.container .alignright {
    float: right;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-bottom: 0.5rem; }
  .article.container .aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .article.container .wp-caption-text {
    text-align: initial; }
  .article.container .size-full {
    max-width: 100%;
    height: auto; }
  .article.container div:not(.unordered-list-wrapper) ul li > *:not(strong):not(.item-header):not(.item-body),
  .article.container div:not(.ordered-list-wrapper) ol li > *:not(strong):not(.item-header):not(.item-body) {
    font-weight: normal; }
  .article.container h1, .article.container h2, .article.container strong {
    color: #1f2225; }
  .article.container h1 {
    line-height: 1.22em;
    padding-bottom: 0.9375rem; }
  .article.container ul, .article.container ol {
    padding-left: 2rem;
    font-weight: bold;
    color: #404346;
    padding-left: 1.125rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
    @media screen and (max-width: 480px) {
      .article.container ul, .article.container ol {
        padding-left: 1.5rem; } }
  .article.container ul {
    padding-left: 1.0625rem;
    list-style-type: disc;
    list-style-position: outside; }
    .article.container ul li {
      padding-left: 3px; }
  .article.container ol {
    padding-left: 1.125rem;
    list-style-position: outside; }
  .article.container ul li, .article.container ol li {
    margin-right: 0;
    margin-top: 0.4375rem;
    margin-bottom: 0.6875rem;
    line-height: 1.875rem;
    padding-left: 0.3125rem; }
  .article.container iframe {
    width: 100%;
    display: inline-block; }

.yarpp-related {
  margin: 0 !important; }

@media screen and (max-width: 480px) {
  .related.wrapper {
    border-bottom: 1px solid #e7e9ee; } }

.related.wrapper .related.container {
  padding-top: 0;
  padding-bottom: 8rem; }
  @media screen and (max-width: 480px) {
    .related.wrapper .related.container {
      padding-bottom: 4rem; } }
  .related.wrapper .related.container .content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 65.98639%;
    margin-left: 17.0068%; }
    .related.wrapper .related.container .content:last-child {
      margin-right: 0; }
    .related.wrapper .related.container .content hr {
      margin-bottom: 4rem; }
    .related.wrapper .related.container .content li {
      float: left;
      display: block;
      margin-right: 3.09278%;
      width: 48.45361%;
      margin-bottom: 1rem; }
      .related.wrapper .related.container .content li:last-child {
        margin-right: 0; }
      .related.wrapper .related.container .content li:nth-child(2n) {
        margin-right: 0; }
      .related.wrapper .related.container .content li:nth-child(2n+1) {
        clear: left; }
    @media screen and (max-width: 480px) {
      .related.wrapper .related.container .content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .related.wrapper .related.container .content:last-child {
          margin-right: 0; }
        .related.wrapper .related.container .content li {
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%; }
          .related.wrapper .related.container .content li:last-child {
            margin-right: 0; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      .related.wrapper .related.container .content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 82.9932%;
        margin-left: 8.5034%; }
        .related.wrapper .related.container .content:last-child {
          margin-right: 0; } }

.breadcrumbs {
  font-size: 1rem;
  margin-bottom: 1rem; }
  .breadcrumbs a {
    display: inline; }

.search-box {
  position: relative;
  height: 4rem;
  line-height: 4rem; }
  .search-box .input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 4rem; }
    .search-box .input input {
      width: 100%;
      border: 1px solid #dcdcdc;
      border-right: 0;
      height: 4rem;
      line-height: 4rem;
      padding: 1.25rem 1.5rem; }
      @media screen and (max-width: 480px) {
        .search-box .input input {
          padding: 0.5rem; } }
  .search-box .button {
    position: absolute;
    cursor: pointer;
    width: 4rem;
    height: 4rem;
    background-color: #f24a4a;
    right: 0;
    background-image: url("img/search-icon.svg");
    background-repeat: no-repeat;
    background-position: center; }
  .search-box .results {
    display: none;
    position: absolute;
    z-index: 1;
    top: 4rem;
    width: 100%;
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    border-top: none;
    text-align: left;
    line-height: 2.75rem;
    max-height: 18.75rem;
    overflow-y: auto; }
    .search-box .results.open {
      display: block; }
    .search-box .results .title, .search-box .results .loading, .search-box .results .no-matches {
      background-color: #fff;
      font-size: 0.6875rem;
      text-transform: uppercase;
      letter-spacing: 0.0625rem;
      color: #c9ccd1;
      line-height: 2rem; }
    .search-box .results .loading, .search-box .results .no-matches {
      padding: 1rem 1.5rem 0.5rem 1.5rem; }
    .search-box .results .matches {
      padding: 1rem 1.5rem 0.5rem 1.5rem;
      background-color: #fff; }
      .search-box .results .matches a {
        display: block; }
        .search-box .results .matches a.selected, .search-box .results .matches a:hover {
          background-color: #f8f9fC; }
      .search-box .results .matches ul li a {
        padding-left: 0; }
      .search-box .results .matches ul li ul li a {
        padding-left: 0;
        display: inline-block;
        height: 100%;
        vertical-align: top; }
      .search-box .results .matches .subtopics {
        padding-left: 1rem;
        list-style-type: disc;
        list-style-position: outside; }
        .search-box .results .matches .subtopics li {
          margin-left: 0;
          line-height: 1.75rem;
          padding-bottom: 1rem; }

.dropdown {
  position: relative;
  width: 100%;
  height: 4.5rem;
  margin-bottom: 0.75rem;
  /*
	.arrow {
			position: absolute;
			cursor: pointer;
			width: rem(64);
			height: rem(64);
			background-color: $red;
			right: 0;
			background-image: url('img/search-icon.svg');
			background-repeat: no-repeat;
			background-position: center;
		}
	*/ }
  .rtl .dropdown * {
    unicode-bidi: bidi-override !important; }
  .rtl .dropdown .input .special,
  .rtl .dropdown .input .category {
    left: 1.5rem;
    right: auto; }
  .dropdown .input {
    border: 1px solid rgba(215, 215, 215, 0.65);
    border-right: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 4.5rem; }
    .dropdown .input .suggestion {
      position: absolute;
      line-height: 1.875rem;
      padding: 1.375rem 1.5rem 1.125rem 1.5rem; }
      .dropdown .input .suggestion .beginning {
        visibility: hidden; }
      .dropdown .input .suggestion .end {
        padding: 0; }
    .dropdown .input input, .dropdown .input .valuebox {
      width: 100%;
      line-height: 1.875rem;
      border: 0;
      padding: 1.375rem 1.5rem 1.125rem 1.5rem;
      background-color: transparent;
      -webkit-transition: padding-left 0.1s ease-in-out;
      -moz-transition: padding-left 0.1s ease-in-out;
      transition: padding-left 0.1s ease-in-out; }
    .dropdown .input .valuebox {
      color: #292d33;
      cursor: default; }
    .dropdown .input .category {
      color: #d4a827;
      position: absolute;
      right: 1.5rem;
      top: 1.375rem;
      line-height: 1.875rem; }
    .dropdown .input .special {
      color: inherit;
      position: absolute;
      right: 1.5rem;
      top: 1.375rem;
      line-height: 1.875rem; }
  .dropdown .button {
    position: absolute;
    width: 4.5rem;
    height: 100%;
    right: 0;
    border: 1px solid rgba(215, 215, 215, 0.65);
    cursor: pointer; }
    .dropdown .button .icon {
      width: 100%;
      height: 100%;
      background-image: url("img/arrow-down-icon.svg");
      background-size: 16px 9px;
      background-position: center;
      background-repeat: no-repeat; }
  .dropdown.search .button {
    background-color: #f24a4a;
    border: none; }
    .dropdown.search .button .icon {
      background-image: url("img/search-icon.svg");
      background-size: auto; }
  .dropdown.loading {
    background-image: url("img/loader_white.gif");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 1.5rem center; }
    .dropdown.loading input, .dropdown.loading .valuebox {
      padding-left: 3rem; }
  .dropdown.disabled {
    opacity: 0.8; }
    .dropdown.disabled input::-webkit-input-placeholder {
      color: #c9ccd1; }
    .dropdown.disabled input:-moz-placeholder {
      color: #c9ccd1; }
    .dropdown.disabled input::-moz-placeholder {
      color: #c9ccd1; }
    .dropdown.disabled input:-ms-input-placeholder {
      color: #c9ccd1; }
    .dropdown.disabled .arrow {
      cursor: inherit; }
    .dropdown.disabled .icon {
      opacity: 0.2; }
  .dropdown .list {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(215, 215, 215, 0.65);
    border-top: none;
    top: 4.5rem;
    width: 100%;
    z-index: 1;
    max-height: 16rem;
    overflow-y: auto;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }
    .dropdown .list li {
      padding: 1rem;
      padding-top: 1.5rem;
      cursor: pointer;
      color: #222; }
      .dropdown .list li.selected, .dropdown .list li:hover {
        background-color: #f8f9fC; }
      .dropdown .list li span.category {
        color: #d4a827;
        float: right; }
      .dropdown .list li span.special {
        color: inherit;
        float: right; }
        .rtl .dropdown .list li span.special {
          margin: 0 0 0 1em; }
      .dropdown .list li.divider {
        cursor: inherit; }
        .dropdown .list li.divider:hover {
          background-color: inherit; }
        .dropdown .list li.divider div {
          width: 100%;
          height: 1px;
          background-color: rgba(215, 215, 215, 0.65); }
  .dropdown .list li.divider,
  .dropdown .divider_possible_matches {
    padding: 1em 1em 0 1em;
    cursor: inherit;
    color: #A3A3B4;
    /*color: #7e7e94;*/ }
    .dropdown .list li.divider div,
    .dropdown .divider_possible_matches div {
      width: 100%;
      /*height: 1px;*/
      /*background-color: rgba(215, 215, 215, 0.65);*/
      text-transform: uppercase;
      /*font-family: Arial;*/
      font-weight: 900;
      font-size: 0.6em;
      letter-spacing: 4px; }
  .dropdown.isflag form {
    position: relative; }
  .dropdown.isflag[data=countries]:not(.open) .form-search > input[type=text]:not(.noFlag) {
    padding-left: 4rem; }
    .rtl .dropdown.isflag[data=countries]:not(.open) .form-search > input[type=text]:not(.noFlag) {
      padding-right: 4rem;
      padding-left: 1.5rem; }
  .dropdown.isflag[data=countries] .flag_country {
    display: block;
    position: absolute;
    left: 1.5rem;
    display: block;
    width: 1.5rem;
    height: 1rem;
    /*background-image: url(img/empty.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .rtl .dropdown.isflag[data=countries] .flag_country {
      right: 1.5rem;
      left: auto; }
  .dropdown.isflag[data=countries] .form-search .flag_country {
    top: 50%;
    margin-top: -0.5rem; }
    body.prices-full-numbers-list .dropdown.isflag[data=countries] .form-search .flag_country {
      left: 2rem;
      margin-top: -0.6rem; }
  .dropdown.isflag[data=countries] .list li {
    position: relative;
    padding-top: 1.5rem;
    padding-left: 4rem;
    background-repeat: no-repeat; }
    .rtl .dropdown.isflag[data=countries] .list li {
      padding-left: 1.5rem;
      padding-right: 4rem; }
  .dropdown .flag_country,
  .dropdown.open[data=countries] .form-search .flag_country {
    display: none; }

.spinner {
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0; }

.currency-dropdown {
  display: inline-block;
  border: 1px solid #e7e9ee;
  position: absolute;
  right: 1.5rem;
  cursor: pointer;
  font-size: 0.75rem; }
  @media screen and (max-width: 480px) {
    .currency-dropdown {
      right: 1rem; } }
  .currency-dropdown div {
    padding: 0.375rem 0.625rem 0.25rem 0.625rem; }
    .currency-dropdown div span {
      background-image: url("img/small-arrow-down-icon.svg");
      background-size: 9px 5px;
      background-repeat: no-repeat;
      background-position: center right;
      padding-top: 0.1875rem;
      padding-right: 0.875rem; }
  .currency-dropdown ul {
    background-color: #f8f9fC; }
    .currency-dropdown ul li {
      padding: 0.375rem 0.625rem 0.25rem 0.625rem; }
      .rtl .currency-dropdown ul li {
        padding-right: 1.5rem; }
      .currency-dropdown ul li:hover {
        background-color: #fff; }
      .rtl .currency-dropdown ul li {
        padding-right: 1.5rem; }

.slider {
  position: relative;
  width: 100%;
  height: 1.0625rem; }
  .slider .horline {
    position: absolute;
    width: 100%;
    height: 0.0625rem;
    background-color: #e7e9ee;
    top: 0.5rem; }
  .slider .vertlines {
    position: absolute;
    left: 0.5625rem;
    right: 0.5625rem; }
  .slider .vertline {
    position: absolute;
    height: 1.0625rem;
    width: 0.0625rem;
    background-color: #e7e9ee;
    margin-left: -0.0625rem; }
    .slider .vertline:nth-child(1) {
      left: 10%; }
    .slider .vertline:nth-child(2) {
      left: 30%; }
    .slider .vertline:nth-child(3) {
      left: 50%; }
    .slider .vertline:nth-child(4) {
      left: 70%; }
    .slider .vertline:nth-child(5) {
      left: 90%; }
  .slider .fill {
    position: absolute;
    height: 0.1875rem;
    border-radius: 0.1875rem;
    background-color: #f24a4a;
    top: 0.4375rem; }
  .slider .handle {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 0.5625rem;
    background-color: #f24a4a; }

.layout-part.layout-type-01 {
  /*
	.background-image-clipper {
		@include shift-pos-right(7 of 12);

	    position: absolute;
	    clip: rect(auto,auto,auto,auto);
	    width: 100%;
	    height: 100%;
	}
	*/ }
  .layout-part.layout-type-01 .container {
    padding: 14rem 0; }
    @media screen and (max-width: 480px) {
      .layout-part.layout-type-01 .container {
        padding: 5.5rem 0; } }
  .layout-part.layout-type-01 .background-image {
    left: 59.52381%; }
    .touch .layout-part.layout-type-01 .background-image {
      background-attachment: scroll; }
    @media screen and (max-width: 480px) {
      .layout-part.layout-type-01 .background-image {
        display: none;
        /*
			position: relative;
			height: 480px;
			left: 0;
			z-index: 1;
			*/ } }
  .layout-part.layout-type-01 .content-text {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 40.47619%; }
    .layout-part.layout-type-01 .content-text:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .layout-part.layout-type-01 .content-text {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%; }
        .layout-part.layout-type-01 .content-text:last-child {
          margin-right: 0; } }

.layout-part.layout-type-02 .container {
  text-align: center;
  padding: 14rem 0; }
  @media screen and (max-width: 480px) {
    .layout-part.layout-type-02 .container {
      padding: 5.5rem 0; } }
  .layout-part.layout-type-02 .container > div {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 65.98639%;
    margin-left: 17.0068%; }
    .layout-part.layout-type-02 .container > div:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .layout-part.layout-type-02 .container > div {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .layout-part.layout-type-02 .container > div:last-child {
          margin-right: 0; } }
  .layout-part.layout-type-02 .container h2 {
    color: #fff;
    margin-bottom: 1.5rem; }
  .layout-part.layout-type-02 .container .line-container {
    text-align: center;
    line-height: 0; }
    .layout-part.layout-type-02 .container .line-container .line {
      background-color: #7e7e94;
      width: 6rem;
      height: 0.25rem;
      display: inline-block; }
  .layout-part.layout-type-02 .container .text {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 48.97959%;
    margin-left: 25.5102%;
    margin-top: 1.5rem; }
    .layout-part.layout-type-02 .container .text:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .layout-part.layout-type-02 .container .text {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .layout-part.layout-type-02 .container .text:last-child {
          margin-right: 0; } }
    .layout-part.layout-type-02 .container .text p:first-child {
      margin-top: 0; }

.layout-part.layout-type-03 .container {
  padding: 14rem 0; }
  @media screen and (max-width: 480px) {
    .layout-part.layout-type-03 .container {
      padding: 5.5rem 0; } }

.layout-part.layout-type-03 .background-image {
  right: 59.52381%; }
  .touch .layout-part.layout-type-03 .background-image {
    background-attachment: scroll; }
  @media screen and (max-width: 480px) {
    .layout-part.layout-type-03 .background-image {
      display: none; } }

.layout-part.layout-type-03 .content-text {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 40.47619%;
  margin-left: 59.52381%; }
  .layout-part.layout-type-03 .content-text:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .layout-part.layout-type-03 .content-text {
      float: left;
      display: block;
      margin-right: 2.04082%;
      width: 100%;
      margin-left: 0%; }
      .layout-part.layout-type-03 .content-text:last-child {
        margin-right: 0; } }

.layout-part.layout-customer-testimonials {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 480px) {
    .layout-part.layout-customer-testimonials {
      border-bottom: 1px solid #e7e9ee; } }
  .layout-part.layout-customer-testimonials .container {
    text-align: center;
    height: 18rem;
    box-sizing: content-box;
    padding-bottom: 7rem;
    overflow-x: hidden;
    padding-top: 14rem; }
    @media screen and (max-width: 480px) {
      .layout-part.layout-customer-testimonials .container {
        padding-top: 6rem;
        padding-bottom: 6rem; } }
    .layout-part.layout-customer-testimonials .container .slide {
      position: absolute;
      float: left;
      display: block;
      margin-right: 2.04082%;
      width: 82.9932%;
      margin-left: 8.5034%;
      -webkit-transition: all 0.5s ease-in-out 0.5s;
      -moz-transition: all 0.5s ease-in-out 0.5s;
      transition: all 0.5s ease-in-out 0.5s; }
      .layout-part.layout-customer-testimonials .container .slide:last-child {
        margin-right: 0; }
      .layout-part.layout-customer-testimonials .container .slide.hidden {
        margin-top: 10px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
      .layout-part.layout-customer-testimonials .container .slide .photo {
        display: inline-block;
        width: 6.25rem;
        height: 6.25rem;
        border-radius: 3.125rem;
        background-position: center;
        background-size: cover;
        margin-bottom: 0.5rem; }
      .layout-part.layout-customer-testimonials .container .slide .name {
        color: #292d33;
        font-size: 1.125rem; }
      .layout-part.layout-customer-testimonials .container .slide .title {
        color: #7e7e94;
        font-size: 1rem; }
      .layout-part.layout-customer-testimonials .container .slide .quote {
        color: #c9ccd1;
        font-size: 1.75rem;
        margin-top: 1.5rem;
        line-height: 1.75rem; }
        @media screen and (max-width: 480px) {
          .layout-part.layout-customer-testimonials .container .slide .quote {
            font-size: 1.125rem;
            line-height: 1.125rem; } }
    .layout-part.layout-customer-testimonials .container .dots {
      position: absolute;
      bottom: 7rem;
      float: left;
      display: block;
      margin-right: 2.04082%;
      width: 82.9932%;
      margin-left: 8.5034%; }
      .layout-part.layout-customer-testimonials .container .dots:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .layout-part.layout-customer-testimonials .container .dots {
          bottom: 2rem; } }
      .layout-part.layout-customer-testimonials .container .dots .dot {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 0.25rem;
        background-color: #c9ccd1;
        opacity: 0.35;
        display: inline-block;
        margin: 0 0.375rem;
        -webkit-transition: all 0.5s ease-in-out 0.2s;
        -moz-transition: all 0.5s ease-in-out 0.2s;
        transition: all 0.5s ease-in-out 0.2s; }
        .layout-part.layout-customer-testimonials .container .dots .dot.active {
          opacity: 1;
          -webkit-transition: all 0.5s ease-in-out 0s;
          -moz-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s; }

.layout-part.layout-header-cta .container {
  padding: 10rem 0; }
  @media screen and (max-width: 480px) {
    .layout-part.layout-header-cta .container {
      padding: 4.5rem 0; } }

.layout-part.layout-news .container {
  padding-top: 8rem;
  padding-bottom: 14rem; }
  @media screen and (max-width: 480px) {
    .layout-part.layout-news .container {
      padding-top: 2rem;
      padding-bottom: 6rem; } }
  .layout-part.layout-news .container .column {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 40.47619%; }
    .layout-part.layout-news .container .column:last-child {
      margin-right: 0; }
    .layout-part.layout-news .container .column:first-child {
      margin-left: 8.5034%; }
    @media screen and (max-width: 480px) {
      .layout-part.layout-news .container .column {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%; }
        .layout-part.layout-news .container .column:last-child {
          margin-right: 0; }
        .layout-part.layout-news .container .column:first-child {
          margin-left: 0%; } }
    .layout-part.layout-news .container .column h2 {
      margin-bottom: 0.5rem; }
    .layout-part.layout-news .container .column span.subheader {
      display: block;
      margin-bottom: 3rem; }
    .layout-part.layout-news .container .column .item {
      margin-bottom: 3rem; }
      .layout-part.layout-news .container .column .item .read-more {
        white-space: nowrap; }
      .layout-part.layout-news .container .column .item .item-title a {
        color: #292d33; }

.layout-part.layout-contact-cta {
  text-align: center;
  /*
	.content {
		@include span-columns(10);
		@include shift(1);

		.post {
			@include span-columns(5 of 10);
			@include omega(2n);

			margin-bottom: rem(56);

			@include media($mobile) {
				@include span-columns(4);
				margin-bottom: rem(36);
			}
		}
	}
	*/ }
  .layout-part.layout-contact-cta .container {
    padding-top: 4.5rem;
    padding-bottom: 4rem; }
  .layout-part.layout-contact-cta h2 {
    text-align: center; }
  .layout-part.layout-contact-cta .phone {
    margin-top: 1rem; }
    .layout-part.layout-contact-cta .phone a {
      color: #292d33;
      text-decoration: underline; }

.layout-part.layout-header-hr-text .content {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 48.97959%;
  margin-left: 25.5102%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center; }
  .layout-part.layout-header-hr-text .content:last-child {
    margin-right: 0; }
  .layout-part.layout-header-hr-text .content h2 {
    margin-bottom: 0.375rem; }
  @media screen and (max-width: 480px) {
    .layout-part.layout-header-hr-text .content {
      float: left;
      display: block;
      margin-right: 2.04082%;
      width: 100%;
      margin-left: 0%;
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .layout-part.layout-header-hr-text .content:last-child {
        margin-right: 0; } }

.faq.wrapper {
  padding-top: 4.5rem; }
  .faq.wrapper h2 {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 82.9932%;
    margin-left: 8.5034%;
    text-align: left;
    margin-bottom: 1rem; }
    .faq.wrapper h2:last-child {
      margin-right: 0; }
  .faq.wrapper .small-thick-hr {
    display: block;
    margin-bottom: 3rem; }
  .faq.wrapper .content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 82.9932%;
    margin-left: 8.5034%; }
    .faq.wrapper .content:last-child {
      margin-right: 0; }
    .faq.wrapper .content .post {
      float: left;
      display: block;
      margin-right: 2.45902%;
      width: 48.77049%;
      margin-bottom: 3.5rem;
      color: #7e7e94; }
      .faq.wrapper .content .post:last-child {
        margin-right: 0; }
      .faq.wrapper .content .post:nth-child(2n) {
        margin-right: 0; }
      .faq.wrapper .content .post:nth-child(2n+1) {
        clear: left; }
      @media screen and (max-width: 480px) {
        .faq.wrapper .content .post {
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%;
          margin-bottom: 2.25rem; }
          .faq.wrapper .content .post:last-child {
            margin-right: 0; } }
      .faq.wrapper .content .post h4 {
        color: #292d33; }

.layout-part.layout-header-and-paragraphs {
  background-color: #f8f9fC;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .layout-part.layout-header-and-paragraphs .content {
    float: left;
    display: block;
    margin-right: 2.04082%;
    width: 82.9932%;
    margin-left: 8.5034%; }
    .layout-part.layout-header-and-paragraphs .content:last-child {
      margin-right: 0; }
    .layout-part.layout-header-and-paragraphs .content .paragraphs {
      margin-top: 3.5rem; }
    .layout-part.layout-header-and-paragraphs .content .email {
      float: left;
      display: block;
      margin-right: 2.45902%;
      width: 100%; }
      .layout-part.layout-header-and-paragraphs .content .email:last-child {
        margin-right: 0; }
    .layout-part.layout-header-and-paragraphs .content .paragraph {
      float: left;
      display: block;
      margin-right: 2.45902%;
      width: 48.77049%;
      margin-bottom: 3rem; }
      .layout-part.layout-header-and-paragraphs .content .paragraph:last-child {
        margin-right: 0; }
      .layout-part.layout-header-and-paragraphs .content .paragraph:nth-child(2n) {
        margin-right: 0; }
      .layout-part.layout-header-and-paragraphs .content .paragraph:nth-child(2n+1) {
        clear: left; }
  @media screen and (max-width: 480px) {
    .layout-part.layout-header-and-paragraphs {
      text-align: center;
      padding-top: 4rem;
      padding-bottom: 4rem; }
      .layout-part.layout-header-and-paragraphs .content {
        float: left;
        display: block;
        margin-right: 2.04082%;
        width: 100%;
        margin-left: 0%; }
        .layout-part.layout-header-and-paragraphs .content:last-child {
          margin-right: 0; }
        .layout-part.layout-header-and-paragraphs .content .paragraph {
          float: left;
          display: block;
          margin-right: 2.04082%;
          width: 100%;
          margin-bottom: 2rem; }
          .layout-part.layout-header-and-paragraphs .content .paragraph:last-child {
            margin-right: 0; } }

.layout-part .container {
  position: relative; }

html, body {
  color: #7e7e94;
  background-color: #292d33;
  font-family: "AvenirNext LT Pro Regular";
  font-weight: 300;
  line-height: 1.4rem;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100%;
  height: 100%;
  overflow: hidden; }

h1 {
  font-size: 3rem;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: normal; }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: normal;
  margin-top: 0.5rem;
  color: #292d33; }
  @media screen and (max-width: 480px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 1.5rem;
  line-height: 1em; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4em;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  color: #292d33; }

a, .link {
  color: #f24a4a;
  text-decoration: none;
  cursor: pointer;
  outline: 0; }

a:hover, a:active, a:focus {
  outline: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input, textarea {
  resize: none;
  border-radius: 0;
  -webkit-appearance: none; }

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(151, 151, 151, 0.22);
  margin: 4rem 0; }
  @media screen and (max-width: 480px) {
    hr {
      margin: 2rem 0; } }

.small-thick-hr {
  display: inline-block;
  width: 5.75rem;
  height: 4px;
  background-color: #e7e9ee; }

#wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(255, 0, 0, 0.01); }

div.scroll-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  opacity: 0.99;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: content-box;
  -webkit-transition: left 0.2s ease-in-out;
  -moz-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out; }
  div.scroll-wrapper.mobile-menu-open {
    left: -65%;
    padding-right: 65%; }
  .touch div.scroll-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

.mobile-background-image {
  display: none;
  position: relative;
  width: 100%;
  height: 30rem;
  background-size: cover; }
  @media screen and (max-width: 480px) {
    .mobile-background-image {
      display: block; } }

div.wrapper {
  width: 100%;
  max-width: 1680px;
  position: relative;
  padding: 0 2rem;
  margin: 0px auto;
  background-color: #fff; }
  @media screen and (max-width: 480px) {
    div.wrapper {
      padding: 0 1.5rem; } }
  div.wrapper .background-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center; }
    .help div.wrapper .background-image {
      right: auto; }
  div.wrapper .background-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    div.wrapper .background-video.hidden {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  div.wrapper .dark-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(36, 39, 45, 0.85); }

div.container {
  *zoom: 1;
  max-width: 1176px;
  margin-left: auto;
  margin-right: auto; }
  div.container:before, div.container:after {
    content: " ";
    display: table; }
  div.container:after {
    clear: both; }

.span-1 {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 6.46259%; }
  .span-1:last-child {
    margin-right: 0; }

.span-2 {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 14.96599%; }
  .span-2:last-child {
    margin-right: 0; }

.span-3 {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 23.46939%; }
  .span-3:last-child {
    margin-right: 0; }

.span-4 {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 31.97279%; }
  .span-4:last-child {
    margin-right: 0; }

.span-5 {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 40.47619%; }
  .span-5:last-child {
    margin-right: 0; }

.span-6 {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 48.97959%; }
  .span-6:last-child {
    margin-right: 0; }

.span-7 {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 57.48299%; }
  .span-7:last-child {
    margin-right: 0; }

.span-8 {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 65.98639%; }
  .span-8:last-child {
    margin-right: 0; }

.span-9 {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 74.4898%; }
  .span-9:last-child {
    margin-right: 0; }

.span-10 {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 82.9932%; }
  .span-10:last-child {
    margin-right: 0; }

.span-11 {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 91.4966%; }
  .span-11:last-child {
    margin-right: 0; }

.span-12 {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 100%; }
  .span-12:last-child {
    margin-right: 0; }

.shift-1 {
  margin-left: 8.5034%; }

.shift-2 {
  margin-left: 17.0068%; }

.shift-3 {
  margin-left: 25.5102%; }

.shift-4 {
  margin-left: 34.01361%; }

.shift-5 {
  margin-left: 42.51701%; }

.shift-6 {
  margin-left: 51.02041%; }

.shift-7 {
  margin-left: 59.52381%; }

.shift-8 {
  margin-left: 68.02721%; }

.shift-9 {
  margin-left: 76.53061%; }

.shift-10 {
  margin-left: 85.03401%; }

.shift-11 {
  margin-left: 93.53741%; }

.omega {
  margin-right: 0; }

.center {
  text-align: center; }

.cta-button {
  background-color: #f24a4a;
  color: #fff;
  display: inline-block;
  font-family: "AvenirNext LT Pro Demi";
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  border: none;
  margin-top: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .cta-button.inline {
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0.0625rem 1.5rem 0 1.5rem;
    border-radius: 0.25rem; }
  .cta-button.big {
    min-width: 15.625rem;
    border-radius: 2rem;
    padding: 1.35rem 1rem 1.3rem; }
  .cta-button.outlined {
    border: 2px solid #f24a4a;
    color: #f24a4a;
    background-color: transparent;
    padding: 1rem 4rem;
    font-size: 0.875rem; }
    .cta-button.outlined:hover {
      border-color: #c93535; }
  .cta-button:hover {
    color: #fff;
    background-color: #c93535; }
  .cta-button.disabled {
    background-color: #cbcdce;
    color: #929697;
    cursor: inherit; }

.light-top div.nav ul.menu > li > div.toggle,
.dark-top div.nav ul.menu > li > div.toggle {
  font-size: 0; }

@media screen and (max-width: 1100px) {
  .light-top div.nav ul.menu > li > a, .light-top div.nav ul.menu > li > div.toggle {
    color: #fff; }
  div.nav ul.menu > li {
    display: block;
    float: none;
    padding: 11px 5px; }
  div.nav ul.menu > li[language-menu] {
    position: fixed;
    bottom: 0;
    left: 35%; }
  .light-top div.nav ul.menu > li > div.toggle div.flag-icon,
  .dark-top div.nav ul.menu > li > div.toggle div.flag-icon {
    margin-right: 10px; }
  .light-top div.nav ul.menu > li > div.toggleб
.dark-top div.nav ul.menu > li > div.toggle {
    text-transform: none; }
  .mobile-nav a,
  .light-top div.nav ul.menu > li > a,
  .light-top div.nav ul.menu > li > div.toggle,
  .dark-top div.nav ul.menu > li > div.toggle,
  .dark-top div.nav ul.menu > li > a {
    font-size: 12px;
    letter-spacing: -.2px; }
  div.nav ul.menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 65%;
    display: none;
    height: 100%;
    z-index: -1;
    text-align: left; }
  .mobile-menu-open div.nav ul.menu {
    display: block; }
  .light-top div.nav ul.menu > li > a.try-free-button, .light-top div.nav ul.menu > li > div.toggle.try-free-button,
  .dark-top div.nav ul.menu > li > a.try-free-button, .dark-top div.nav ul.menu > li > div.toggle.try-free-button {
    border: none;
    padding: 0; }
  .light-top div.nav ul.menu > li > a.try-free-button:hover, .light-top div.nav ul.menu > li > div.toggle.try-free-button:hover,
  .dark-top div.nav ul.menu > li > a.try-free-button:hover, .dark-top div.nav ul.menu > li > div.toggle.try-free-button:hover {
    background: transparent;
    color: #fff;
    border: none; }
  div.nav ul.language-menu {
    bottom: 42px;
    left: -8px; } }

.prices-international .table.wrapper .content {
  position: relative; }

.page-template-prices-international .currency-block {
  z-index: 10;
  position: absolute;
  top: -70px;
  right: 0px;
  font-size: 100%;
  padding-right: 100px; }

.page-template-prices-international .currency-block .currency-dropdown {
  font-size: 1rem;
  padding: 6px;
  background: #fff;
  top: -10px;
  right: 0; }

.page-template-prices-international .currency-block .currency-dropdown ul {
  background-color: #fff; }

.page-template-prices-international .currency-block .currency-dropdown ul li {
  padding-top: 21px;
  padding-bottom: 5px; }

.page-template-prices-international .container tr:nth-child(2n+3) {
  background: #F8F9FC; }

input.hidden {
  opacity: 0;
  top: 0;
  position: absolute; }

.prices-numbers .form .restrictionsInfo {
  /*text-align: center;*/ }

#IntlCallsPage .content .subheader,
#IntlCallsPage table th,
#IntlCallsPage .currency-block {
  color: #a1a2b3; }

#IntlCallsPage .currency-block .currency-dropdown {
  color: #292d33; }

#IntlCallsPage table th:first-child,
#IntlCallsPage table td:first-child {
  padding-left: 15px; }

#IntlCallsPage table th:last-child,
#IntlCallsPage table td:last-child {
  padding-right: 15px; }

/* **** Contacts Support Numbers **** */
.contact .supportNumberFullList.wrapper {
  padding-bottom: 0; }

.contact .supportNumberFullList .container {
  padding-bottom: 4rem;
  border-bottom: 1px solid #EAEAEC; }

.contact .supportNumberFullList ul li {
  margin: 0 0 20px 0; }

.contact .supportNumberFullList ul li .country-name {
  color: #000;
  font-weight: bold; }

.contact .supportNumberFullList ul li .tel {
  color: #999; }

.rtl.contact .supportNumberFullList ul li .tel {
  unicode-bidi: bidi-override !important; }

.toggleAllNumbers {
  color: #999;
  cursor: pointer;
  font-size: 0.4em;
  text-decoration: underline; }

.loader {
  width: 32px;
  height: 32px;
  margin: auto;
  background-image: url("img/loader_white.gif");
  background-repeat: no-repeat;
  background-position: center center; }

.fleft {
  float: left; }

.fright {
  float: right; }

.fnone {
  float: none; }

.clear {
  clear: both; }

@media screen and (min-width: 481px) {
  .contact .supportNumberFullList .col {
    float: left; }
  .contact .supportNumberFullList.colCount-2 .col {
    width: 50%; }
  .contact .supportNumberFullList.colCount-3 .col {
    width: 33%; }
  .contact .supportNumberFullList.colCount-4 .col {
    width: 25%; }
  .contact .supportNumberFullList.colCount-5 .col {
    width: 20%; }
  .contact .supportNumberFullList .container {
    padding-bottom: 6rem; } }

/* **** Price Numbers Full List **** */
.prices-numbers-list .table.wrapper .loading {
  position: absolute;
  bottom: 120%;
  left: 45%; }

.prices-numbers-list .table.wrapper .country-search {
  width: 30%;
  margin-left: 12rem; }

.rtl.prices-numbers-list .table.wrapper .country-search {
  margin-right: 12rem;
  margin-left: auto; }

.prices-numbers-list .table.wrapper .country-search .dropdown {
  float: none;
  margin: 0;
  height: 3.1rem;
  line-height: 3.1rem;
  width: 100%; }

.prices-numbers-list .table.wrapper .country-search .dropdown .list {
  top: 3.1rem;
  z-index: 3;
  line-height: 1.4rem; }

.prices-numbers-list .table.wrapper .country-search .dropdown .input {
  left: auto;
  right: 0;
  width: 100%;
  border-right: 1px solid rgba(215, 215, 215, 0.65); }

.prices-numbers-list .table.wrapper .country-search .dropdown .input .suggestion {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  padding-left: 2rem; }

.prices-numbers-list .table.wrapper .country-search .dropdown .input .suggestion .end {
  color: #9797A0; }

.prices-numbers-list .table.wrapper .country-search .dropdown .input input {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 2rem; }

.prices-numbers-list .table.wrapper .country-search .dropdown .button {
  right: auto;
  left: 0;
  width: 1.5rem;
  background-color: transparent; }

.prices-numbers-list .table.wrapper .country-search .dropdown .button .icon {
  background-image: url("img/search-icon-grey.svg");
  /* background-size: 70% auto; */
  background-position: 8px center; }

.prices-numbers-list .table.wrapper .currency-block .currency-dropdown,
.page-template-bring-old-numbers .table.wrapper .currency-block .currency-dropdown {
  font-size: 1rem;
  right: 0; }

.rtl.prices-numbers-list .table.wrapper .currency-block .currency-dropdown,
.rtl.page-template-bring-old-numbers .table.wrapper .currency-block .currency-dropdown {
  right: auto;
  left: 0; }

.prices-numbers-list .table.wrapper .currency-block .currency-dropdown div,
.page-template-bring-old-numbers .table.wrapper .currency-block .currency-dropdown div {
  padding: 0.8rem 1rem 0.8rem 1rem; }

.prices-numbers-list .table.wrapper .currency-block .currency-dropdown ul,
.page-template-bring-old-numbers .table.wrapper .currency-block .currency-dropdown ul {
  background: #FFF; }

.prices-numbers-list .table.wrapper .currency-block .currency-dropdown ul li,
.page-template-bring-old-numbers .table.wrapper .currency-block .currency-dropdown ul li {
  padding-top: 1.5rem;
  padding-left: 1rem; }

.prices-full-numbers-list .table.wrapper .currency-block .currency-dropdown ul li,
.prices-bring-old-numbers .table.wrapper .currency-block .currency-dropdown ul li {
  padding-right: 1.875rem; }

.prices-numbers-list .table.wrapper .currency-block .currency-dropdown ul li:first-child,
.page-template-bring-old-numbers .table.wrapper .currency-block .currency-dropdown ul li:first-child {
  padding-top: 0.8rem; }

.prices-numbers-list .table.wrapper .currency-block .currency-dropdown ul li:last-child,
.page-template-bring-old-numbers .table.wrapper .currency-block .currency-dropdown ul li:last-child,
.prices-numbers-list .table.wrapper .number-type-dropdown ul li:last-child {
  padding-bottom: 11px; }

.prices-numbers-list .table.wrapper .number-type-dropdown {
  right: auto;
  left: 0;
  top: 0;
  width: 11rem;
  font-size: 1rem;
  z-index: 2; }

.rtl.prices-numbers-list .table.wrapper .number-type-dropdown {
  right: 0;
  left: auto; }

.prices-numbers-list .table.wrapper .number-type-dropdown div {
  padding: 0.8rem 0.625rem 0.8rem 0.625rem;
  background-image: url("img/small-arrow-down-icon.svg");
  background-size: 9px 5px;
  background-repeat: no-repeat;
  background-position: 95% center; }

.prices-numbers-list .table.wrapper .number-type-dropdown div span {
  background: none; }

.prices-numbers-list .table.wrapper .number-type-dropdown ul {
  background: #FFF; }

.prices-numbers-list .table.wrapper .number-type-dropdown ul li {
  padding-top: 1.5rem;
  padding-left: 1rem; }

.prices-numbers-list .table.wrapper {
  padding-top: 66px; }

.prices-numbers-list .table.wrapper table {
  margin-top: 2rem; }

.prices-numbers-list .table.wrapper table tr:nth-child(2n+3) {
  background: #F8F9FC; }

.prices-numbers-list .table.wrapper .countryPriceList tr th:nth-child(1),
.prices-numbers-list .table.wrapper .countryPriceList tr td:nth-child(1) {
  width: 17%;
  text-align: left;
  vertical-align: top; }

.prices-numbers-list .table.wrapper .countryPriceList tr th:nth-child(2),
.prices-numbers-list .table.wrapper .countryPriceList tr td:nth-child(2) {
  width: 23%;
  text-align: left;
  vertical-align: top; }

.prices-numbers-list .table.wrapper .countryPriceList tr th:nth-child(3),
.prices-numbers-list .table.wrapper .countryPriceList tr th:nth-child(4),
.prices-numbers-list .table.wrapper .countryPriceList tr th:nth-child(5),
.prices-numbers-list .table.wrapper .countryPriceList tr td:nth-child(3),
.prices-numbers-list .table.wrapper .countryPriceList tr td:nth-child(4),
.prices-numbers-list .table.wrapper .countryPriceList tr td:nth-child(5) {
  width: 20%;
  text-align: right;
  vertical-align: top; }

.rtl.prices-numbers-list .table.wrapper .countryPriceList tr th,
.rtl.prices-numbers-list .table.wrapper .countryPriceList tr td {
  text-align: right; }

.rtl.prices-numbers-list .table.wrapper .countryPriceList tr th,
.rtl.prices-numbers-list .table.wrapper .countryPriceList tr td:nth-child(2) {
  unicode-bidi: bidi-override !important; }

@media screen and (max-width: 480px) {
  .prices-numbers-list .table.wrapper .country-search,
  .rtl.prices-numbers-list .table.wrapper .country-search {
    width: 100%;
    margin: auto; }
  .prices-numbers-list .table.wrapper .currency-dropdown,
  .page-template-bring-old-numbers .table.wrapper .currency-dropdown {
    right: 0;
    top: 10rem;
    width: 100%; }
  .page-template-bring-old-numbers .table.wrapper .currency-dropdown {
    top: -2rem; }
  .prices-numbers-list .table.wrapper .number-type-dropdown {
    top: 5rem; }
  .prices-numbers-list .table.wrapper .number-type-dropdown ul li {
    padding-left: 0.625rem; }
  .prices-numbers-list .table.wrapper .currency-block .currency-dropdown ul li:first-child,
  .page-template-bring-old-numbers .table.wrapper .currency-block .currency-dropdown ul li:first-child {
    padding-top: 0.8rem; }
  .prices-numbers-list .table.wrapper .currency-dropdown div,
  .page-template-bring-old-numbers .table.wrapper .currency-dropdown div,
  .prices-numbers-list .table.wrapper .currency-dropdown ul,
  .page-template-bring-old-numbers .table.wrapper .currency-dropdown ul {
    text-align: center; }
  .prices-numbers-list .table.wrapper .currency-block .currency-dropdown ul li,
  .page-template-bring-old-numbers .table.wrapper .currency-block .currency-dropdown ul li {
    padding-left: 0.625rem; }
  .prices-numbers-list .table.wrapper table {
    margin-top: 12rem; } }

@media screen and (max-width: 480px) {
  .prices-numbers-list .table.wrapper .country-search,
  .rtl.prices-numbers-list .table.wrapper .country-search {
    width: 100%;
    margin: auto; }
  .prices-numbers-list .table.wrapper .currency-dropdown,
  .page-template-bring-old-numbers .table.wrapper .currency-dropdown {
    right: 0;
    top: 10rem;
    width: 100%; }
  .page-template-bring-old-numbers .table.wrapper .currency-dropdown {
    top: -2rem; }
  .prices-numbers-list .table.wrapper .number-type-dropdown {
    top: 5rem; }
  .prices-numbers-list .table.wrapper .number-type-dropdown ul li {
    padding-left: 0.625rem; }
  .prices-numbers-list .table.wrapper .currency-block .currency-dropdown ul li:first-child,
  .page-template-bring-old-numbers .table.wrapper .currency-block .currency-dropdown ul li:first-child {
    padding-top: 0.8rem; }
  .prices-numbers-list .table.wrapper .currency-dropdown div,
  .page-template-bring-old-numbers .table.wrapper .currency-dropdown div,
  .prices-numbers-list .table.wrapper .currency-dropdown ul,
  .page-template-bring-old-numbers .table.wrapper .currency-dropdown ul {
    text-align: center; }
  .prices-numbers-list .table.wrapper .currency-block .currency-dropdown ul li,
  .page-template-bring-old-numbers .table.wrapper .currency-block .currency-dropdown ul li {
    padding-left: 0.625rem; }
  .prices-numbers-list .table.wrapper table {
    margin-top: 12rem; } }

/* EU COOKIES LAW wp-plugin */
.pea_cook_wrapper {
  padding: 20px 25px !important;
  margin: auto !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important; }

#pea_cook_btn {
  width: auto;
  padding: 0.5em;
  line-height: 0.5em;
  position: absolute;
  top: 2px;
  right: 2px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px; }

/* custom styles for ckeditor with element wrappers */
/* for images in articles */
.article-image-wrapper {
  background: #F7FAFA;
  padding: 20px;
  margin-top: 43px;
  margin-bottom: 44px; }

.article-image-wrapper img {
  display: block;
  margin: 0 auto; }

/* for ordered list in articles */
.ordered-list-wrapper ol {
  padding-left: 20px; }

.ordered-list-wrapper ol li {
  color: #404346;
  font-weight: bold; }

.ordered-list-wrapper ol li .item-header {
  display: inline; }

.ordered-list-wrapper ol li .item-body {
  display: inline;
  color: #7e7e94;
  font-weight: normal; }

/* for unordered list in articles */
.unordered-list-wrapper ul {
  padding-left: 20px; }

.unordered-list-wrapper ul li {
  color: #404346;
  font-weight: bold; }

.unordered-list-wrapper ul li .item-header {
  font-size: 20px; }

.unordered-list-wrapper ul li .item-body {
  color: #7e7e94;
  margin: 1.5rem 0rem 1.5rem 1rem;
  font-weight: normal; }

.unordered-list-wrapper ul > br,
.unordered-list-wrapper ul li > br,
.ordered-list-wrapper ol > br,
.ordered-list-wrapper ol li > br {
  display: none; }

/* for italic text in articles */
.italic-font-wrapper em {
  background: none;
  border: none;
  color: #404346;
  margin: 0;
  font-style: italic;
  display: inline;
  padding: 0;
  font-weight: bold; }

/* for blue block in articles */
.blue-wrapper {
  border: 1px solid #D6E5E5;
  background: #E7F9F9;
  padding: 1rem 1.5rem;
  margin: 1rem 0;
  line-height: 1.7rem; }

.blue-wrapper p:first-child {
  margin-top: -1rem; }

.blue-wrapper p:last-child {
  margin-bottom: -1rem; }

/* contacts page */
@media screen and (min-width: 481px) {
  .contact .supportNumberFullList.colCount-3 .col {
    text-align: center; } }

@media screen and (max-width: 481px) {
  .contact .supportNumberFullList.colCount-3 .col {
    width: 50%;
    float: left;
    text-align: left; }
  .contact .supportNumberFullList.colCount-3 .col.last {
    width: 100%; }
  .contact .supportNumberFullList.colCount-3 .col.last li {
    width: 50%;
    float: left; }
  .contact .top.wrapper .phone a {
    font-size: 26px; }
  .top.wrapper .content h1 {
    text-align: left; }
  .contact .top.wrapper .subheader {
    margin-left: 1%;
    margin-right: 1%;
    text-align: justify;
    width: 98%; } }

/* **** Workable Job List style **** */
/* General */
.whr_enabled {
  position: relative;
  width: 100% !important;
  margin-left: 0 !important; }

.whr_enabled .hidden {
  display: none !important; }

.whr_enabled.single .job_listing_header {
  display: none; }

.whr_enabled .job_listing_header {
  float: left;
  width: 30%;
  padding-right: 10%;
  box-sizing: content-box; }

.whr_enabled .job_listing_header h2 {
  margin-top: 0; }

.jobs .listing.wrapper {
  background-color: #fff; }

/* Lists */
.whr_enabled .whr-description,
.whr_enabled:not(.single) .whr-items > *:not(.whr-item),
.whr_enabled.single .whr-item:not(.selected),
.whr_enabled:not(.whr_is_meta_info) .whr-item .whr-info,
.whr_enabled.single .whr-group {
  display: none; }

.whr_enabled .whr-items {
  display: block !important; }

.whr_enabled:not(.single) .whr-items:not(:last-child) {
  margin-bottom: 4em; }

.whr_enabled .whr-item {
  margin: 0.2em 0; }

.whr_enabled .whr-item .whr-title {
  margin: 0; }

.whr_enabled .whr-item .whr-title > a {
  color: #7e7e94;
  font-weight: normal;
  font-size: 16px;
  text-decoration: underline !important; }

.whr_enabled.single .whr-item .whr-title {
  margin-bottom: 1em;
  line-height: 1.4em; }

.whr_enabled.single .whr-item .whr-title > a {
  cursor: default;
  color: #000;
  font-weight: normal;
  font-size: 1.4em;
  text-decoration: none !important; }

.whr_enabled:not(.single) .whr-item .whr-title > a:hover,
.whr_enabled:not(.single) .whr-item .whr-title > a:focus {
  color: #f24a4a; }

.whr_enabled .whr-item .whr-info {
  font-style: italic;
  font-size: 0.75em;
  color: #b1b1b1; }

.whr_enabled .whr-group {
  font-size: 1.2em; }

.whr_enabled .whr-group > a {
  cursor: default;
  color: #292d33;
  font-weight: bold; }

.whr_enabled.single .jobs .whr-description,
.whr_enabled.descriptions .jobs .whr-description {
  display: block;
  color: #7e7e94; }

.whr_enabled .whr-description strong {
  color: #333; }

.whr_enabled .whr-description ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 17px; }

.whr_enabled .jobs {
  float: right;
  width: 50%;
  padding-right: 10%;
  box-sizing: content-box;
  margin-top: 0 !important; }

.whr_enabled.single .jobs {
  float: none;
  width: 100%;
  /* padding-right: 0; */ }

.whr_enabled.single .whr_embed_wrapper {
  float: right;
  width: 50%;
  padding-right: 10%;
  box-sizing: content-box; }

/* Buttons */
.whr_enabled:not(.single) .jobs #whr_all_jobs_btn,
.whr_enabled:not(.single) .jobs #whr_apply_job_btn {
  display: none; }

.whr_enabled #whr_all_jobs_btn,
.whr_enabled #whr_apply_job_btn {
  cursor: pointer;
  display: block; }

.whr_enabled #whr_all_jobs_btn {
  color: #292d33;
  font-weight: bold; }

.whr_enabled.single #whr_all_jobs_btn {
  float: left;
  width: 30%;
  /*margin-top: 0.6em;*/
  padding-right: 10%;
  box-sizing: content-box;
  cursor: default; }

.whr_enabled.single #whr_all_jobs_btn > span {
  cursor: pointer; }

.whr_enabled.single #whr_all_jobs_btn > span:hover .arrow-icon,
.whr_enabled.single #whr_all_jobs_btn > span:focus .arrow-icon {
  left: -3px; }

.whr_enabled #whr_all_jobs_btn .arrow-icon {
  position: relative;
  left: 0;
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 19px;
  margin: 0 1em 0 0;
  background: url("img/all-jobs-arrow.svg") center center no-repeat;
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all; }

.whr_enabled #whr_apply_job_btn {
  color: #fff;
  font-weight: bold;
  font-size: 0.75em;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(242, 74, 74, 0.9);
  display: inline-block;
  padding: 15px 30px;
  margin: 60px 0 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.whr_enabled #whr_apply_job_btn:hover,
.whr_enabled #whr_apply_job_btn:focus {
  background: #f24a4a; }

.whr_enabled #whr_apply_job_btn.disabled,
.whr_enabled #whr_apply_job_btn.disabled:hover,
.whr_enabled #whr_apply_job_btn.disabled:focus {
  cursor: not-allowed;
  color: transparent;
  background: transparent; }

.whr_enabled #whr_apply_job_btn.disabled {
  position: relative; }

.whr_enabled #whr_apply_job_btn.disabled:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  background-color: transparent;
  z-index: 1;
  background-image: url(img/loader_white.gif);
  background-repeat: no-repeat;
  background-position: center; }

@media screen and (max-width: 480px) {
  .whr_enabled .job_listing_header,
  .whr_enabled.single #whr_all_jobs_btn,
  .whr_enabled.single .whr_embed_wrapper,
  .whr_enabled .jobs {
    float: none;
    width: auto;
    padding-right: 0;
    margin-bottom: 3em; }
  .whr_enabled.single {
    /*margin-top: -3rem;*/
    text-align: left; } }

/* **** MWD overlay **** */
#mwd-overlay {
  /* display: none; */
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin: auto;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-transform: lowercase; }

#mwd-overlay .mwd-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin: -0.5em 0 0 -0.6em;*/
  font-size: 5em;
  letter-spacing: 0.1em; }

#mwd-overlay .rotateLinear {
  -webkit-animation: rotateLinear 1s infinite linear;
  -moz-animation: rotateLinear 1s infinite linear;
  -o-animation: rotateLinear 1s infinite linear; }

@-webkit-keyframes rotateLinear {
  from {
    -webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
  to {
    -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); } }

@-moz-keyframes rotateLinear {
  from {
    -moz-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
  to {
    -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); } }

@-o-keyframes rotateLinear {
  from {
    -o-transform: rotate(4deg) scale(1) skew(1deg) translate(10px); }
  to {
    -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px); } }

@media screen and (min-width: 481px) {
  .hidden-lg {
    display: none; } }

@media screen and (max-width: 480px) {
  .hidden-xs {
    display: none; }
  .number-type-block,
  .currency-block {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px; }
  .number-type-block {
    width: 70%;
    padding-right: 10px;
    box-sizing: border-box; }
  .currency-block {
    width: 30%; }
  .prices-numbers-list .table.wrapper .number-type-block .currency-dropdown,
  .prices-numbers-list .table.wrapper .currency-block .currency-dropdown {
    position: relative;
    top: 0; }
  .more-option-links {
    margin-top: 10px;
    margin-bottom: 20px;
    clear: both; }
  .prices-numbers-list .table.wrapper table {
    margin-top: 20px; }
  .country-item {
    border: 1px solid rgba(215, 215, 215, 0.65);
    background: #F7FAFA;
    margin-bottom: 10px; }
  .prices-numbers-list .table.wrapper .country-item table {
    margin-top: 0;
    padding: 0.3rem 0; }
  .prices-international .table.wrapper .country-item td {
    padding: 0.4rem 0; }
  .country-item td:first-child {
    color: #a1a2b3; }
  .top.wrapper .content {
    text-align: left; }
  .price-panel-mob .sum {
    font-size: 1.4rem;
    line-height: 1rem;
    padding-top: 10px; }
  .prices-numbers .summary .small-links {
    padding: 0 1rem 1rem 1rem; }
  .prices-numbers .summary .inner .sum {
    font-size: 1.4rem;
    margin-top: 1rem; }
  .prices-numbers .summary .inner th, .prices-numbers .summary .inner td {
    padding: 0; }
  .prices-numbers .summary .inner h3 {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.2rem;
    font-weight: bold; }
  .price-panel-mob, .content .summary.summary-box {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
  .price-panel-mob .icon.arrow {
    right: 25px; }
  .price-panel-mob .icon.closex {
    right: 20px; }
  .price-panel-mob {
    padding-right: 60px; } }

@font-face {
  font-family: "Avenir Next Medium";
  src: url("/wp-content/themes/sonetel/fonts/AvenirNext-Medium.ttf"); }

b, strong {
  font-weight: 600; }

/*body-home*/
.body-home {
  font-family: 'AvenirNext LT Pro Regular'; }

.body-home .container .news-header {
  color: #292D33;
  font-family: 'AvenirNext LT Pro Regular';
  font-size: 32px;
  line-height: 40px; }

@media (min-width: 768px) and (max-width: 992px) {
  .body-home .container .news-header {
    text-align: center; } }

.body-home .container .aticle-container {
  text-align: justify;
  text-align-last: justify; }

@media (min-width: 768px) and (max-width: 992px) {
  .body-home .container .aticle-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.body-home .container .aticle-container article {
  display: inline-block;
  vertical-align: top;
  width: 373px; }

@media (min-width: 993px) and (max-width: 1280px) {
  .body-home .container .aticle-container article {
    width: 32%; } }

@media (min-width: 768px) and (max-width: 992px) {
  .body-home .container .aticle-container article {
    width: 48%; }
  .body-home .container .aticle-container article .entry-excerpt p {
    margin-bottom: 48px; } }

@media (min-width: 0px) and (max-width: 767px) {
  .body-home .container .aticle-container article {
    width: 100%; } }

.body-home .container .aticle-container article .entry-thumb {
  display: block;
  padding-bottom: 61.66%;
  width: auto;
  text-align: center;
  text-align-last: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.body-home .container .aticle-container article .entry-category {
  margin-top: 24px;
  text-align: left;
  text-align-last: left;
  line-height: 10px; }

.body-home .container .aticle-container article .entry-category a {
  color: #7C7C92;
  font-family: "AvenirNext LT Pro Demi";
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 10px;
  text-transform: uppercase;
  text-align: left;
  text-align-last: left; }

.body-home .container .aticle-container article .entry-category a:hover, .body-home .container .aticle-container article .entry-category a:focus {
  color: #292D33; }

.body-home .container .aticle-container article .entry-title {
  margin: 0px; }

.body-home .container .aticle-container article .entry-title a {
  display: block;
  color: #292D33;
  font-family: "Avenir Next Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 24px;
  margin-bottom: 8px;
  text-align: left;
  text-align-last: left; }

.body-home .container .aticle-container article .entry-title a:focus, .body-home .container .aticle-container article .entry-title a:hover {
  color: #292D33; }

.body-home .container .aticle-container article .entry-excerpt {
  margin-top: 0px; }

.body-home .container .aticle-container article .entry-excerpt p {
  color: #7C7C92;
  font-size: 17px;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: left;
  text-align-last: left; }

/*body-home end*/
/*blog*/
.blog .top.wrapper .hero.container {
  height: calc(100vh - 66px);
  display: flex;
  align-items: center;
  padding-top: 0;
  min-height: initial; }

.blog .top.wrapper .hero.container .content .category-name {
  text-align: left;
  color: #FFFFFF;
  font-family: "AvenirNext LT Pro Demi";
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 10px;
  text-transform: uppercase; }

.blog .top.wrapper .hero.container .content .slide-title {
  text-align: left;
  margin-top: 24px;
  max-width: 566px; }

.blog .top.wrapper .hero.container .content .slide-title a {
  text-align: left;
  color: #FFFFFF;
  font-family: "AvenirNext LT Pro Demi";
  font-size: 56px;
  font-weight: 600;
  line-height: 64px; }

.blog #featured-current-slide {
  min-height: 100vh; }

.blog #featured-current-slide .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.blog .featured.wrapper {
  border-bottom: 0px solid #e7e9ee;
  background: none;
  position: relative;
  top: -122px;
  height: 122px; }

.blog .featured.wrapper .line {
  box-sizing: border-box;
  height: 1px;
  background-color: #FFFFFF;
  opacity: 0.38;
  position: relative;
  z-index: 0; }

.blog .featured.wrapper .gallery-wrap {
  position: relative;
  z-index: 1;
  top: -1px; }

.blog .featured.wrapper .gallery-wrap .owl-item:first-child .item {
  text-align: left; }

.blog .featured.wrapper .gallery-wrap .item {
  text-align: center;
  position: relative; }

.blog .featured.wrapper .gallery-wrap .item .featured-item {
  cursor: pointer;
  padding-top: 41px; }

.blog .featured.wrapper .gallery-wrap .item .featured-item .line-bold {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0%;
  transition: all 0.3s; }

.blog .featured.wrapper .gallery-wrap .item .featured-item .current {
  left: 0%;
  box-sizing: border-box;
  height: 2px;
  border: 2px solid #FFFFFF;
  opacity: 0.38;
  width: 100%; }

.blog .featured.wrapper .gallery-wrap .item .featured-item span {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 8px;
  box-sizing: border-box;
  height: 25px;
  width: 25px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  color: #fff;
  vertical-align: top;
  line-height: 25px;
  font-family: "AvenirNext LT Pro Demi";
  font-size: 14px;
  text-align: center; }

@media (min-width: 1281px) {
  .blog .featured.wrapper .gallery-wrap .item .featured-item span {
    display: inline-block;
    margin-right: 16px; } }

.blog .featured.wrapper .gallery-wrap .item .featured-item .featured-item-title {
  display: inline-block;
  height: 40px;
  max-width: 226px;
  color: #FFFFFF;
  font-family: "AvenirNext LT Pro Demi";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  vertical-align: top;
  padding: 0px;
  text-align: center; }

@media (min-width: 1281px) {
  .blog .featured.wrapper .gallery-wrap .item .featured-item .featured-item-title {
    text-align: left; } }

.blog .featured.wrapper .gallery-wrap .item .featured-item:hover .line-bold:not(.current) {
  /*left: 0%;
							box-sizing: border-box;
							height: 0px;
							border: 0px solid #FFFFFF;
							width: 100%;*/
  display: none !important; }

.blog .featured.wrapper .gallery-wrap .owl-theme .owl-dots {
  display: none; }

.blog .featured.wrapper .gallery-wrap .owl-theme .owl-nav {
  display: none; }

.blog .featured.wrapper .gallery-wrap .owl-theme .owl-nav > div {
  position: absolute;
  z-index: 10;
  top: 35px;
  width: 24px;
  height: 44px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat; }

.blog .featured.wrapper .gallery-wrap .owl-theme .owl-nav .owl-prev {
  left: -40px; }

@media (max-width: 1300px) {
  .blog .featured.wrapper .gallery-wrap .owl-theme .owl-nav .owl-prev {
    left: -30px; } }

@media (max-width: 1199px) {
  .blog .featured.wrapper .gallery-wrap .owl-theme .owl-nav .owl-prev {
    left: -35px; } }

@media (max-width: 992px) {
  .blog .featured.wrapper .gallery-wrap .owl-theme .owl-nav .owl-prev {
    left: -10px; } }

.blog .featured.wrapper .gallery-wrap .owl-theme .owl-nav .owl-next {
  right: -40px; }

@media (max-width: 1300px) {
  .blog .featured.wrapper .gallery-wrap .owl-theme .owl-nav .owl-next {
    right: -30px; } }

@media (max-width: 1199px) {
  .blog .featured.wrapper .gallery-wrap .owl-theme .owl-nav .owl-next {
    right: -35px; } }

@media (max-width: 992px) {
  .blog .featured.wrapper .gallery-wrap .owl-theme .owl-nav .owl-next {
    right: -10px; } }

@media (max-width: 1300px) {
  .blog .featured.wrapper .gallery-wrap {
    width: 100%;
    margin: 0 auto; } }

.blog .featured.wrapper .line-bold {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 2px;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  -webkit-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s; }

.blog .featured.wrapper .line-bold.current {
  display: block; }

.blog .nav-blog-categories {
  margin-top: -122px; }

.blog .block-link {
  background: #fff;
  border-bottom: solid 1px #e7e7e7;
  z-index: 1000;
  width: 100%; }

.blog .block-link .togle-button {
  display: none; }

.blog .block-link .mobile-menu-block {
  display: none; }

.blog .block-link .menu-block {
  display: flex;
  align-items: center;
  height: 48px; }

.blog .block-link .menu-block .menu {
  list-style-type: none; }

.blog .block-link .menu-block .menu li {
  display: inline-block; }

.blog .block-link .menu-block .menu li a {
  padding-right: 32px;
  line-height: 11px;
  text-transform: uppercase;
  font-family: "Avenir Next Medium";
  font-family: "AvenirNext LT Pro Demi";
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 2px;
  color: #7C7C92; }

.blog .block-link .menu-block .menu li.active a {
  color: #292D33; }

.blog .block-link .menu-block .menu li:hover a, .blog .block-link .menu-block .menu li:focus a {
  color: #292D33; }

.blog .posts {
  text-align: justify;
  text-align-last: left;
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 993px) and (max-width: 1280px) {
  .blog .posts {
    justify-content: space-between; } }

@media (min-width: 768px) and (max-width: 992px) {
  .blog .posts {
    justify-content: space-between; } }

.blog .posts.container {
  padding-top: 121px; }

.blog .posts.container:before {
  position: absolute; }

.blog .posts article {
  display: inline-block;
  vertical-align: top;
  width: 374px;
  margin-right: 26px; }

.blog .posts article:nth-child(3n+3) {
  margin-right: 0; }

@media (min-width: 993px) and (max-width: 1280px) {
  .blog .posts article {
    width: 32%;
    margin-right: 0; } }

@media (min-width: 768px) and (max-width: 992px) {
  .blog .posts article {
    width: 49%;
    margin-right: 0; }
  .blog .posts article .entry-excerpt p {
    margin-bottom: 48px; } }

@media (min-width: 0px) and (max-width: 767px) {
  .blog .posts article {
    margin-right: 0;
    width: 100%; } }

.blog .posts article .entry-thumb {
  display: block;
  padding-bottom: 61.66%;
  width: auto;
  text-align: center;
  text-align-last: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0;
  /*&:hover{
					padding: 0px;
					transition: all 0.7s;
					a{
						box-shadow: 0 16px 28px 0 rgba(0,0,0,0.51);
					}
				}*/ }

.blog .posts article .entry-category {
  margin-top: 24px;
  text-align: left;
  text-align-last: left;
  line-height: 10px; }

.blog .posts article .entry-category a {
  color: #7C7C92;
  font-family: "AvenirNext LT Pro Demi";
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 10px;
  text-transform: uppercase;
  text-align: left;
  text-align-last: left; }

.blog .posts article .entry-category a:hover, .blog .posts article .entry-category a:focus {
  color: #292D33; }

.blog .posts article .entry-title {
  margin: 0px; }

.blog .posts article .entry-title a {
  display: block;
  color: #292D33;
  font-family: "Avenir Next Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 25px;
  margin-bottom: 8px;
  text-align: left;
  text-align-last: left; }

.blog .posts article .entry-title a:focus, .blog .posts article .entry-title a:hover {
  color: #292D33; }

.blog .posts article .entry-excerpt {
  margin-top: 0px; }

.blog .posts article .entry-excerpt p {
  color: #7C7C92;
  font-size: 17px;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 40px;
  margin-bottom: 97px;
  text-align: left;
  text-align-last: left; }

@media (min-width: 0px) and (max-width: 767px) {
  .blog .posts article .entry-excerpt p {
    margin-bottom: 48px; } }

.blog .block-link.fixed-menu {
  z-index: 99999;
  max-width: 1680px;
  position: fixed;
  top: 0px; }

.archive .article-element .entry-thumb, .archive .post .entry-thumb, .home .article-element .entry-thumb, .home .post .entry-thumb, .blog .article-element .entry-thumb, .blog .post .entry-thumb {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  overflow: visible !important; }

.archive .article-element .entry-thumb:hover {
  transform: scale(1);
  box-shadow: none; }

@media (min-width: 1680px) {
  .blog .block-link.fixed-menu {
    z-index: 99999;
    width: 1679px;
    max-width: 1680px;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -847px;
    overflow: hidden; } }

@media screen and (max-width: 767px) {
  .blog .top.wrapper .hero.container .content div {
    font-size: 10px; }
  .blog .block-link {
    height: 64px;
    position: relative;
    padding: 0; }
  .blog .block-link .mobile-menu-block {
    padding: 0 2rem;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 1000;
    top: 64px;
    background: #fff;
    border-bottom: solid 1px #e7e7e7;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.21);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.21); }
  .blog .block-link .mobile-menu-block .menu {
    list-style-type: none; }
  .blog .block-link .mobile-menu-block .menu li {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px; }
  .blog .block-link .mobile-menu-block .menu li a {
    color: #a3a3b4;
    padding-right: 32px;
    padding-right: 32px;
    font-family: "AvenirNext LT Pro Regular";
    font-family: "AvenirNext LT Pro Demi";
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 11px;
    text-transform: uppercase; }
  .blog .block-link .mobile-menu-block .menu li:first-child {
    padding-top: 20px; }
  .blog .block-link .mobile-menu-block .menu li:last-child {
    padding-bottom: 38px; }
  .blog .block-link .mobile-menu-block .menu li.active a {
    color: #292d33; }
  .blog .block-link .mobile-menu-block.visible {
    display: block; }
  .blog .block-link .togle-button {
    padding: 0 2rem;
    cursor: pointer;
    display: none;
    color: #292d33;
    font-family: "AvenirNext LT Pro Demi";
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 11px;
    text-transform: uppercase;
    padding-top: 29px;
    padding-bottom: 24px; }
  .blog .block-link .menu-block {
    display: none; }
  .blog .posts {
    text-align: center;
    text-align-last: center; } }

@media screen and (max-width: 480px) {
  .blog .top.wrapper {
    min-height: 540px; }
  .blog .block-link {
    display: none; }
  .blog .block-link .container {
    display: none; }
  .blog .block-link .mobile-menu-block {
    padding: 0 1rem; }
  .blog .block-link .togle-button {
    padding-left: 1rem; }
  .blog-breadcrumbs {
    margin: 0 -2rem !important;
    width: 102vw !important; }
  .blog-breadcrumbs > .top-navigation {
    margin: 0 2em !important; } }

@media screen and (max-width: 450px) {
  .blog .featured.wrapper {
    top: -52px; }
  .blog .featured.wrapper .line {
    display: none; }
  .blog .featured.wrapper .owl-carousel .owl-stage-outer .owl-stage,
  .blog .featured.wrapper .line-bold,
  .blog .featured.wrapper .line-bold.current {
    visibility: hidden;
    display: none; }
  .blog .featured.wrapper .gallery-wrap .item .featured-item .line-bold {
    display: none; }
  .blog .featured.wrapper .gallery-wrap .owl-theme .owl-dots {
    display: block;
    margin: 0 auto; }
  .blog .featured.wrapper .gallery-wrap .owl-theme .owl-nav {
    display: none; }
  .blog .featured.wrapper .gallery-wrap .owl-theme .owl-dots .owl-dot span {
    border-radius: 30px;
    height: 8px;
    width: 8px;
    opacity: 0.24;
    background-color: #FFFFFF; }
  .blog .featured.wrapper .gallery-wrap .owl-theme .owl-dots .owl-dot.active span,
  .blog .featured.wrapper .gallery-wrap .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFFFFF;
    opacity: 1; } }

/*blog end*/
/*blog-topic*/
.blog-topic .top.wrapper {
  border-bottom: solid 1px #e7e7e7;
  background: #ffffff;
  padding-bottom: 1.5rem; }

.blog-topic .top.wrapper div.nav ul.menu > li > a {
  font-family: "Avenir Next Medium"; }

.blog-topic .top-nav-menu.fixed {
  position: fixed;
  top: 0;
  z-index: 1000; }

.blog-topic .article.container {
  font-family: "AvenirNext LT Pro Regular";
  padding-top: 0px; }

.blog-topic .article.container .top-navigation span a {
  padding-right: 10px;
  color: #a3a3b4;
  font-family: "Avenir Next";
  font-family: "AvenirNext LT Pro Regular";
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase; }

.blog-topic .article.container .top-navigation span a:hover {
  color: #292D33; }

.blog-topic .article.container .top-navigation span a:last-child {
  padding-left: 7px; }

.blog-topic .article.container .top-navigation .sprite-arraw-grey {
  padding-left: 9px;
  padding-right: 0px;
  position: relative; }

.blog-topic .article.container .block-top {
  padding-top: 88px; }

.blog-topic .article.container .block-top .mobile-aside-block {
  display: none; }

.blog-topic .article.container .block-top .aside-block {
  overflow: hidden;
  display: block;
  float: left;
  width: 298px; }

.blog-topic .article.container .block-top .aside-block .aside-menu {
  margin: 0px;
  padding: 0px; }

.blog-topic .article.container .block-top .aside-block .aside-menu li {
  list-style-type: none;
  line-height: 33px; }

.blog-topic .article.container .block-top .aside-block .aside-menu li a {
  color: #a3a3b4;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px; }

.blog-topic .article.container .block-top .aside-block .aside-menu li a:hover {
  color: #292D33; }

.blog-topic .article.container .block-top .aside-block .aside-menu li.current-cat a {
  color: #292d33;
  font-weight: 500;
  font-family: "Avenir Next Medium"; }

.blog-topic .article.container .block-top .article-block {
  display: block;
  margin-left: 300px;
  max-width: 673px; }

.blog-topic .article.container .block-top .article-block .article-element {
  padding-bottom: 65px;
  margin-bottom: 63px;
  border-bottom: 1px solid #EEEEEE; }

.blog-topic .article.container .block-top .article-block .article-element .right {
  float: right;
  width: 175px; }

.blog-topic .article.container .block-top .article-block .article-element .right a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 230px;
  display: block; }

@media (min-width: 0px) and (max-width: 767px) {
  .blog-topic .article.container .block-top .article-block .article-element .right a {
    height: 135px; } }

.blog-topic .article.container .block-top .article-block .article-element .left {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

.blog-topic .article.container .block-top .article-block .article-element .left h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  line-height: 48px; }

.blog-topic .article.container .block-top .article-block .article-element .left h1 a {
  font-family: "AvenirNext LT Pro Regular";
  color: #292D33;
  font-size: 40px;
  line-height: 48px; }

.blog-topic .article.container .block-top .article-block .article-element .left a p {
  color: #7C7C92;
  font-family: "AvenirNext LT Pro Regular";
  font-size: 17px;
  line-height: 25px;
  margin: 16px 0px 0px 0px; }

.blog-topic .article.container .block-top .article-block .article-element .left .info {
  font-size: 17px;
  line-height: 24px;
  font-size: 20px;
  line-height: 32px;
  margin-top: 23px; }

.blog-topic .article.container .block-top .article-block .article-element .left .info .aktier {
  color: #1f2226;
  font-weight: 500;
  font-family: "Avenir Next Medium"; }

.blog-topic .article.container .block-top .article-block .article-element .left .info .amount {
  color: #7e7e94;
  font-weight: 400; }

.blog-topic .article.container .block-top .article-block .article-element .left .entry-category {
  margin-top: 10px; }

.blog-topic .article.container .block-top .article-block .article-element .left .entry-category a {
  color: #7C7C92; }

.blog-topic .article.container .block-top .article-block .article-element .left .entry-category a:hover, .blog-topic .article.container .block-top .article-block .article-element .left .entry-category a:focus {
  color: #292D33; }

.blog-topic .article.container .block-top .article-block .article-element.has-post-thumbnail .left {
  margin-right: 175px;
  padding-left: 0px;
  padding-right: 26px; }

.blog-topic .article.container .block-top .article-block .article-element:after {
  display: block;
  content: "";
  clear: both; }

@media screen and (max-width: 992px) {
  .blog-topic .article.container .block-topic .aside-block {
    width: 198px; }
  .blog-topic .article.container .block-topic .article-block {
    margin-left: 200px; } }

@media screen and (max-width: 767px) {
  .blog-topic .top.wrapper {
    padding-bottom: 0.7rem; }
  .blog-topic .top.wrapper .nav {
    padding-top: 0.75rem;
    padding-bottom: 0; }
  .blog-topic .article.container .block-top {
    padding-top: 0px; }
  .blog-topic .article.container .block-top .top.wrapper div.nav div.logo a:last-child {
    margin-top: 2px; }
  .blog-topic .article.container .block-top .mobile-aside-block {
    display: block;
    float: none;
    position: relative;
    margin: 0 -2rem;
    width: 100vw; } }

@media screen and (max-width: 767px) and (max-width: 480px) {
  .blog-topic .article.container .block-top .mobile-aside-block {
    width: 102vw; } }

@media screen and (max-width: 767px) {
  .blog-topic .article.container .block-top .mobile-aside-block .togle-button {
    cursor: pointer;
    padding: 9px 2rem;
    border-bottom: solid 1px #e7e7e7; }
  .blog-topic .article.container .block-top .mobile-aside-block .togle-button .down-class {
    float: right;
    position: relative;
    top: 13px;
    right: 0; }
  .blog-topic .article.container .block-top .mobile-aside-block .togle-button .close {
    float: right;
    position: relative;
    top: 10px;
    right: 0px;
    width: 14px;
    height: 14px;
    background-size: contain; }
  .blog-topic .article.container .block-top .mobile-aside-block .togle-button .togle-button-text {
    float: left;
    font-size: 17px; }
  .blog-topic .article.container .block-top .mobile-aside-block .togle-button .togle-button-text:hover {
    color: #292D33; }
  .blog-topic .article.container .block-top .mobile-aside-block .togle-button:hover {
    color: #292D33; }
  .blog-topic .article.container .block-top .mobile-aside-block .togle-button:after {
    display: block;
    content: '';
    clear: both; }
  .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #fff;
    border-bottom: solid 1px #e7e7e7;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.21);
    box-shadow: 0 3px 4px rgba(90, 90, 90, 0.1);
    width: 100%;
    top: 46px; }
  .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .visible {
    display: block; }
  .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .aside-menu {
    margin: 0px;
    padding: 0px; }
  .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .aside-menu li {
    list-style-type: none;
    line-height: 33px;
    padding: 0 2rem;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px; }
  .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .aside-menu li a {
    color: #a3a3b4;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px; }
  .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .aside-menu li a.active {
    color: #292d33;
    font-weight: 300; }
  .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .aside-menu li.current-cat, .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .aside-menu li:hover, .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .aside-menu li:focus {
    background: #fff; }
  .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .aside-menu li.current-cat a, .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .aside-menu li:hover a, .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .aside-menu li:focus a {
    color: #292D33; }
  .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .aside-menu li.current-cat {
    /*border-bottom: 1px solid #e7e7e7;*/
    display: none; }
  .blog-topic .article.container .block-top .mobile-aside-block .mobile-menu-block .aside-menu li.current-cat a {
    font-weight: 700; }
  .blog-topic .article.container .block-top .mobile-aside-block:after {
    display: block;
    content: '';
    clear: both; }
  .blog-topic .article.container .block-top .aside-block {
    display: none;
    float: none; }
  .blog-topic .article.container .block-top .article-block {
    margin-left: 0px;
    float: none;
    width: 100%;
    padding-top: 65px; } }

@media screen and (max-width: 480px) {
  .blog-topic .article.container .block-top .top.wrapper {
    padding-top: 5px;
    padding-bottom: 0;
    height: 64px; }
  .blog-topic .article.container .block-top .top.wrapper div.nav {
    padding-top: 6px;
    padding-bottom: 10px;
    height: 64px; }
  .blog-topic .article.container .block-top .top.wrapper div.nav div.logo a:last-child {
    margin-top: 3px; }
  .blog-topic .article.container .block-top .article-block .article-element {
    padding-bottom: 47px;
    margin-bottom: 48px; }
  .blog-topic .article.container .block-top .article-block .article-element .right {
    width: 100px; }
  .blog-topic .article.container .block-top .article-block .article-element .left h1 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 34px; }
  .blog-topic .article.container .block-top .article-block .article-element .left h1 a {
    color: #292D33;
    font-family: "Avenir Next Medium";
    font-size: 24px;
    font-weight: 500;
    line-height: 34px; }
  .blog-topic .article.container .block-top .article-block .article-element .left a p {
    margin: 8px 0px 0px 0px;
    color: #7C7C92;
    font-family: "AvenirNext LT Pro Regular";
    font-size: 15px;
    line-height: 22px; }
  .blog-topic .article.container .block-top .article-block .article-element.has-post-thumbnail .left {
    margin-right: 100px;
    padding-right: 10px; } }

/*blog-topic end*/
/*blog-posts*/
.blog-posts .top.wrapper {
  border-bottom: solid 1px #e7e7e7;
  background: #ffffff;
  padding-bottom: 1.5rem; }

.blog-posts .top.wrapper div.nav ul.menu > li > a {
  font-family: "Avenir Next Medium"; }

@media screen and (max-width: 767px) {
  .blog-posts .top.wrapper {
    padding-bottom: 0.7rem; } }

.blog-posts .article.container {
  font-family: "AvenirNext LT Pro Regular";
  padding-top: 0px; }

.blog-posts .article.container .top-navigation span a {
  padding-right: 10px;
  color: #a3a3b4;
  font-family: "Avenir Next";
  font-family: "AvenirNext LT Pro Regular";
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase; }

.blog-posts .article.container .top-navigation span a:hover {
  color: #292D33; }

.blog-posts .article.container .top-navigation span a:last-child {
  padding-left: 7px; }

.blog-posts .article.container .top-navigation .sprite-arraw-grey {
  padding-left: 9px;
  padding-right: 0px;
  position: relative; }

.blog-posts .article.container .article-block article .author-block, .blog-posts .article.container #entry-related-posts article .author-block {
  padding-top: 97px;
  padding-bottom: 48px; }

@media (min-width: 0px) and (max-width: 767px) {
  .blog-posts .article.container .article-block article .author-block, .blog-posts .article.container #entry-related-posts article .author-block {
    padding-top: 68px; } }

.blog-posts .article.container .article-block article .author-block .author-avatar, .blog-posts .article.container #entry-related-posts article .author-block .author-avatar {
  display: inline-block;
  height: 72px;
  width: 72px;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 15px;
  vertical-align: top;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }

@media (min-width: 0px) and (max-width: 767px) {
  .blog-posts .article.container .article-block article .author-block .author-avatar, .blog-posts .article.container #entry-related-posts article .author-block .author-avatar {
    margin-left: 0; } }

.blog-posts .article.container .article-block article .author-block .author-info, .blog-posts .article.container #entry-related-posts article .author-block .author-info {
  display: inline-block;
  height: 72px; }

.blog-posts .article.container .article-block article .author-block .author-info .author-name, .blog-posts .article.container #entry-related-posts article .author-block .author-info .author-name {
  color: #363B42;
  font-family: "AvenirNext LT Pro Demi";
  font-size: 15px;
  font-weight: 600;
  line-height: 20px; }

.blog-posts .article.container .article-block article .author-block .author-info .author-description, .blog-posts .article.container #entry-related-posts article .author-block .author-info .author-description {
  color: #7C7C92;
  font-family: "AvenirNext LT Pro Regular";
  font-size: 15px;
  line-height: 22px;
  margin-top: 3px;
  margin-bottom: -5px; }

.blog-posts .article.container .article-block article .author-block .author-info time, .blog-posts .article.container #entry-related-posts article .author-block .author-info time {
  color: #7C7C92;
  font-family: "AvenirNext LT Pro Regular";
  font-size: 15px;
  line-height: 22px; }

.blog-posts .article.container .article-block article header h1, .blog-posts .article.container #entry-related-posts article header h1 {
  color: #292D33;
  font-family: "AvenirNext LT Pro Regular";
  font-size: 48px;
  line-height: 56px;
  padding-bottom: 24px;
  margin: 0; }

.blog-posts .article.container .article-block article header .entry-excerpt, .blog-posts .article.container #entry-related-posts article header .entry-excerpt {
  color: #7C7C92;
  font-family: "AvenirNext LT Pro Regular";
  font-size: 24px;
  line-height: 35px;
  margin: 0; }

.blog-posts .article.container .article-block article header .entry-thumb, .blog-posts .article.container #entry-related-posts article header .entry-thumb {
  height: 768px;
  margin: 120px 0 125px 0; }

@media (min-width: 0px) and (max-width: 767px) {
  .blog-posts .article.container .article-block article header .entry-thumb, .blog-posts .article.container #entry-related-posts article header .entry-thumb {
    margin: 96px 0;
    height: 540px; } }

.blog-posts .article.container .article-block article header .entry-thumb a, .blog-posts .article.container #entry-related-posts article header .entry-thumb a {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  max-width: 1680px;
  width: 100%;
  height: 768px;
  position: absolute;
  left: 0;
  right: 0; }

@media (min-width: 0px) and (max-width: 767px) {
  .blog-posts .article.container .article-block article header .entry-thumb a, .blog-posts .article.container #entry-related-posts article header .entry-thumb a {
    height: 540px; } }

.blog-posts .article.container .article-block article .entry-content, .blog-posts .article.container #entry-related-posts article .entry-content {
  position: relative; }

.blog-posts .article.container .article-block article .entry-content h3, .blog-posts .article.container #entry-related-posts article .entry-content h3 {
  color: #292D33;
  font-family: "AvenirNext LT Pro Regular";
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 1px; }

.blog-posts .article.container .article-block article .entry-content p, .blog-posts .article.container #entry-related-posts article .entry-content p {
  color: #7C7C92;
  font-family: "AvenirNext LT Pro Regular";
  font-size: 20px;
  line-height: 33px;
  margin-top: 0;
  margin-bottom: 35px; }

.blog-posts .article.container .article-block article .entry-content img, .blog-posts .article.container #entry-related-posts article .entry-content img {
  margin: 0px auto; }

@media (min-width: 0px) and (max-width: 767px) {
  .blog-posts .article.container .article-block article .entry-content img, .blog-posts .article.container #entry-related-posts article .entry-content img {
    margin: 0px auto; } }

.blog-topic-scroll .fixed-panel {
  position: fixed !important;
  top: 0px;
  width: 100%;
  max-width: 1680px;
  background: #fff;
  z-index: 1000; }

.blog-topic-scroll .stub-breadcrumbs {
  height: 48px;
  background: transparent;
  display: none; }

.blog-topic-scroll .parent-breadcrumbs .stub-breadcrumbs {
  display: block; }

.entry-content {
  position: relative; }

.entry-content .sharing-call-btn {
  color: #A3A3B4;
  font-family: "AvenirNext LT Pro Regular";
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  border: none;
  background: transparent;
  text-align: right;
  display: block;
  margin-left: auto;
  text-transform: uppercase;
  position: relative;
  top: 28px; }

.entry-content .sharing-call-btn:before {
  content: url("img/blog/share-icon.svg");
  margin-right: 3px;
  height: 16px;
  width: 12px;
  display: inline-block;
  margin-right: 13px;
  vertical-align: sub; }

.entry-content .sharing-call-btn .social-share-wrapper {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.11);
  padding: 18px 20px;
  position: absolute;
  top: -16px;
  left: -16px;
  transform: translateY(-100%);
  z-index: 10;
  display: none;
  background-color: #fff; }

.entry-content .sharing-call-btn .social-share-wrapper:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -10px;
  left: 25px;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -1px 2px 2px 0 rgba(0, 0, 0, 0.11);
  z-index: -10; }

.entry-content .sharing-call-btn .social-share-link {
  font-family: "AvenirNext LT Pro Regular";
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: #292D33;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-bottom: 15px;
  text-transform: none; }

.entry-content .sharing-call-btn .social-share-link:last-child {
  margin-bottom: 0; }

.entry-content .sharing-call-btn .social-share-icon {
  display: block;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px; }

.entry-content .sharing-call-btn .sh-fb-icon {
  background-image: url("img/blog/fb_logo.svg"); }

.entry-content .sharing-call-btn .sh-tw-icon {
  background-image: url("img/blog/twitter_logo.svg"); }

.entry-content .sharing-call-btn .sh-gp-icon {
  background-image: url("img/blog/google_logo.svg"); }

.entry-content .sharing-call-btn .sh-in-icon {
  background-image: url("img/blog/lin_sh.svg"); }

.entry-content .addthis_toolbox {
  margin: 0 !important;
  padding: 0;
  position: absolute;
  display: none;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.11);
  right: -65px;
  bottom: 35px;
  min-width: 172px;
  z-index: 100;
  background: #fff;
  padding-left: 17px;
  padding-top: 16px; }

.entry-content .addthis_toolbox a {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  color: #292D33;
  font-family: "Avenir Next";
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  margin-bottom: 15px; }

.entry-content .addthis_toolbox a:hover, .entry-content .addthis_toolbox a:focus {
  color: #000; }

.entry-content .addthis_toolbox a span {
  width: 12px !important;
  height: 12px !important;
  margin-right: 12px;
  background: transparent !important; }

.entry-content .addthis_toolbox a span svg {
  display: none; }

.entry-content .addthis_toolbox a[class^=addthis_button_] span {
  background: url("img/flags/glo.png") no-repeat center center !important; }

.entry-content .addthis_toolbox a.addthis_button_facebook span {
  background: url("img/blog/fb_logo.svg") no-repeat center center !important; }

.entry-content .addthis_toolbox a.addthis_button_twitter span {
  background: url("img/blog/twitter_logo.svg") no-repeat center center !important; }

.entry-content .addthis_toolbox a.addthis_button_google_plusone_share span {
  background: url("img/blog/google_logo.svg") no-repeat center center !important; }

.entry-content .addthis_toolbox a.addthis_button_linkedin span {
  background: url("img/blog/lin_sh.svg") no-repeat center center !important; }

.entry-content .addthis_toolbox a.addthis_counter {
  display: none !important; }

.entry-content .addthis_toolbox:after {
  content: '';
  border: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  left: 20%; }

@media (min-width: 0px) and (max-width: 767px) {
  .entry-content .addthis_toolbox {
    right: 5px; }
  .entry-content .addthis_toolbox:after {
    left: 60%; }
  body .SnapABug_Button {
    left: auto !important;
    right: 50px; } }

/* ***** Algolia Search **** */
.search.container h1 {
  font-family: "AvenirNext LT Pro Regular";
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin: 40px; }

.search.container #popular-search-query-list {
  float: none;
  padding: 0;
  margin: 0 auto;
  max-width: 571px;
  width: 100%;
  color: #7C7C92;
  font-family: "AvenirNext LT Pro Regular";
  font-size: 15px;
  line-height: 33px;
  text-align: center; }

.search.container #popular-search-query-list a {
  text-decoration: underline; }

/* ***** /Algolia Search **** */
/* Dirty Overrides :( */
.archive .blog-topic .article.container .block-top {
  padding-top: 84px; }

@media (min-width: 0px) and (max-width: 767px) {
  .archive .blog-topic .article.container .block-top {
    padding-top: 0; } }

.archive .top-navigation1 .top-navigation .article span:first-child a {
  padding-left: 0; }

@media (min-width: 0px) and (max-width: 767px) {
  .archive .top-navigation1 .top-navigation .article span:first-child a {
    padding-left: 7px; } }

.archive .article.container ol li, .archive .article.container ul li {
  margin-top: 0; }

.archive .blog-topic .article.container .block-top .article-block {
  padding-top: 11px;
  max-width: 770px; }

@media (min-width: 0px) and (max-width: 767px) {
  .archive .blog-topic .article.container .block-top .article-block {
    padding-top: 63px; } }

.archive .sprite-arraw-grey-down {
  width: 13px;
  height: 13px;
  background-size: contain; }

.single .article.container .content {
  width: 100%;
  margin: 0 auto; }

.single .article.container .article-block .entry-excerpt p {
  margin-top: 0; }

.single .article.container strong {
  color: #292D33; }

.sh-post__headline {
  padding-bottom: 0 !important; }

.sh-post__intro {
  font-size: 24px;
  color: #7C7C92;
  line-height: 35px; }

.sh-post__hero-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  max-width: 1680px;
  width: 100%;
  height: 768px;
  position: absolute;
  left: 0;
  right: 0; }

@media (min-width: 0px) and (max-width: 767px) {
  .sh-post__hero-image {
    height: 540px; } }

.sh-post__content--text {
  max-width: 666px;
  margin: 0 auto; }

.sh-post__block-text {
  max-width: 666px;
  margin: 0 auto; }

.sh-post__image {
  max-width: 967px;
  margin: 96px auto; }

@media (min-width: 0px) and (max-width: 767px) {
  .sh-post__image {
    margin: 96px -24px; } }

.sh-post__section__title {
  margin-bottom: 22px;
  color: #292D33; }

.sh-post__section__text {
  font-size: 20px;
  line-height: 33px;
  color: #7C7C92; }

.sh-post__section__text p {
  margin-bottom: 33px; }

.sh-post__footer {
  max-width: 666px;
  margin: 35px auto 64px auto; }

.sh-post__footer .sharing-call-btn {
  color: #A3A3B4;
  font-family: "AvenirNext LT Pro Regular";
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 14px;
  border: none;
  background: transparent;
  text-align: right;
  display: block;
  margin-left: auto;
  text-transform: uppercase;
  position: relative;
  top: 28px;
  padding: 0; }

.sh-post__footer .sharing-call-btn:before {
  content: url("img/blog/share-icon.svg");
  margin-right: 3px;
  height: 16px;
  width: 12px;
  display: inline-block;
  margin-right: 13px;
  vertical-align: sub; }

.social-share-wrapper {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.11);
  padding: 18px 20px;
  position: absolute;
  top: -16px;
  left: -22px;
  transform: translateY(-100%);
  z-index: 10;
  display: none;
  background-color: #fff; }

@media (min-width: 0px) and (max-width: 767px) {
  .social-share-wrapper {
    left: auto;
    right: 0; } }

.social-share-wrapper:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -10px;
  left: 25px;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -1px 2px 2px 0 rgba(0, 0, 0, 0.11);
  z-index: -10; }

@media (min-width: 0px) and (max-width: 767px) {
  .social-share-wrapper:after {
    left: auto;
    right: 58px; } }

.social-share-link {
  font-family: "AvenirNext LT Pro Regular";
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: #292D33;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-bottom: 15px;
  text-transform: none; }

.social-share-link:last-child {
  margin-bottom: 0; }

.social-share-icon {
  display: block;
  width: 12px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px; }

.sh-fb-icon {
  background-image: url("img/blog/fb_logo.svg"); }

.sh-tw-icon {
  background-image: url("img/blog/twitter_logo.svg"); }

.sh-gp-icon {
  background-image: url("img/blog/google_logo.svg"); }

.sh-in-icon {
  background-image: url("img/blog/lin_sh.svg"); }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.body {
  width: 100%; }

.summary__wrapper {
  border: 1px solid #EAEAEA;
  padding: 40px; }

.summary__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ECEEF1;
  margin-bottom: 32px;
  padding-bottom: 23px; }

.summary__header h3 {
  font-family: 'AvenirNext LT Pro Regular';
  font-size: 24px;
  line-height: 36px;
  color: #24232B;
  margin: 0; }

.summary__content__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  color: #89909A; }

.summary__content__row.summary-price {
  font-family: 'Avenir Next Medium';
  color: #24232B; }

.summary__cta {
  margin-top: 70px; }

.summary__cta .cta-button.big {
  width: 100%;
  height: 48px;
  border-radius: 3px;
  font-family: 'Avenir Next Medium';
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.summary .currency-dropdown {
  border: none;
  position: relative;
  right: auto; }

.summary .currency-dropdown div span {
  background-image: none;
  padding: 0; }

.summary .currency-dropdown__item {
  display: flex;
  align-items: center;
  font-family: 'Avenir Next Medium';
  font-size: 14px;
  line-height: 14px;
  color: #292D33; }

.summary .currency-dropdown__flag {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  border-radius: 50%; }

.summary .currency-dropdown__flag--usd {
  background-image: url("img/flags/us.png"); }

.summary .currency-dropdown__flag--sek {
  background-image: url("img/flags/se.png"); }

.summary .currency-dropdown__flag--eur {
  background-image: url("img/flags/eu.png"); }

.summary .currency-dropdown ul {
  position: absolute;
  width: 100%;
  z-index: 10; }

.summary .currency-dropdown.period-dropdown {
  height: 48px;
  width: 100%;
  border: 1px solid #D7DCE4;
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Avenir Next Medium';
  font-size: 16px;
  line-height: 24px;
  color: #24232B;
  position: relative; }

.summary .currency-dropdown.period-dropdown div {
  padding: 0; }

.summary .currency-dropdown.period-dropdown__list {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  border: 1px solid rgba(215, 215, 215, 0.6);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }

.summary .currency-dropdown.period-dropdown__list__option {
  background-color: #fff;
  height: 48px;
  text-align: left;
  padding: 13px 40px 13px 16px !important; }

.summary .currency-dropdown.period-dropdown__list__option:hover {
  background-color: #f8f9fC !important; }

.summary .dropdown {
  height: 48px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D7DCE4;
  margin-bottom: 17px; }

.summary .dropdown .input {
  border: none; }

.summary .dropdown input {
  font-family: 'Avenir Next Medium';
  font-size: 16px;
  line-height: 24px;
  color: #24232B;
  padding: 13px 40px 11px 16px; }

.summary .dropdown .button {
  width: 40px;
  border: none; }

.summary .dropdown .button .icon {
  background-size: 9px 4px; }

.summary .dropdown .list {
  top: 48px; }

.summary .dropdown .list li {
  height: 48px;
  display: flex;
  align-items: center; }

.summary__links {
  margin-top: 13px; }

.summary__links.small-links {
  padding: 0; }

.summary__links.small-links a, .summary__links.small-links a.help-link {
  font-family: 'Avenir Next Medium';
  font-size: 14px;
  line-height: 19px;
  color: #89909A;
  text-decoration: none !important;
  transition: text-decoration 0.2s; }

.summary__links.small-links a:hover, .summary__links.small-links a.help-link:hover {
  text-decoration: underline; }

.period-block {
  height: 100%; }

.summary .period-dropdown {
  margin-bottom: 16px; }

.summary .period-dropdown__select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 13px 40px 13px 16px !important; }

.summary .period-dropdown__select:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("img/arrow-down-icon.svg");
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%); }

.summary .period-dropdown__list {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 2px) !important;
  transform: translateY(100%);
  border: 1px solid rgba(215, 215, 215, 0.6);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2); }

.summary .period-dropdown__list__option {
  background-color: #fff;
  height: 48px;
  padding: 13px 40px 13px 16px !important; }

.summary .period-dropdown__list__option:hover {
  background-color: #f8f9fC !important; }

.full-list .currency-dropdown {
  width: 5rem; }

.full-list .currency-dropdown.period-dropdown {
  right: 6rem;
  width: 7rem;
  font-size: 1rem; }

.full-list .currency-dropdown.period-dropdown div {
  padding: 0.8rem 1rem 0.8rem 1rem; }

.full-list .currency-dropdown.period-dropdown div span {
  display: inline-block;
  width: 100%;
  padding: 0; }

.full-list .currency-dropdown.period-dropdown li {
  padding: 0.8rem 1rem 0.8rem 1rem;
  background-color: #fff; }

.full-list .currency-dropdown.period-dropdown li:hover {
  background-color: #fff; }

.period-table-wrapper {
  text-align: left !important; }

/*# sourceMappingURL=style.css.map */
