.HoverEffect_hoverEffect__aQRW7 {
  transition: box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out;
  transition: transform 0.1s ease-out, box-shadow 0.1s ease-out, -webkit-transform 0.1s ease-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 2px 6px rgba(0, 0, 0, 0.1);
}

.HoverEffect_hoverEffect__aQRW7:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.2);
}

:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
.Button_button__36R_l {
  display: inline-block;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
  font-size: 14px;
  border: 0;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s linear, background 0.2s linear,
    color 0.2s linear, border-color 0.2s linear, box-shadow 0.2s ease-out,
    -webkit-filter 0.2s linear;
  transition: background-color 0.2s linear, background 0.2s linear,
    color 0.2s linear, border-color 0.2s linear, box-shadow 0.2s ease-out,
    filter 0.2s linear;
  transition: background-color 0.2s linear, background 0.2s linear,
    color 0.2s linear, border-color 0.2s linear, box-shadow 0.2s ease-out,
    filter 0.2s linear, -webkit-filter 0.2s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
}
.Button_normal__vzUt4 {
  font-size: 14px;
  padding: 13px 20px;
}
.Button_medium__1X3sv {
  font-size: 14px;
  padding: 8px 15px;
}
.Button_small__2tHn7 {
  padding: 7px 11px;
  font-size: 13px;
}
.Button_hotCoral__3SCUa {
  color: white;
  background-color: #ff6255;
  background-color: #ff6255;
  background-color: var(--hot-coral)
}
.Button_hotCoral__3SCUa:hover {
    background-color: rgb(255, 114, 102);
    background-color: rgb(255, 114, 102);
  }
.Button_hotCoral__3SCUa:active {
    background-color: rgb(204, 78, 68);
    background-color: rgb(204, 78, 68);
  }
.Button_cashGreen__3EePW {
  color: white;
  background-color: #20c576;
  background-color: #20c576;
  background-color: var(--cash-green)
}
.Button_cashGreen__3EePW:hover {
    background-color: rgb(54, 203, 132);
    background-color: rgb(54, 203, 132);
  }
.Button_cashGreen__3EePW:active {
    background-color: rgb(26, 158, 94);
    background-color: rgb(26, 158, 94);
  }
.Button_cashGreenOutline__sji2- {
  color: #20c576;
  color: #20c576;
  color: var(--cash-green);
  background-color: transparent;
  border: 1px solid #20c576;
  border: 1px solid #20c576;
  border: 1px solid var(--cash-green)
}
.Button_cashGreenOutline__sji2-.Button_loading__w3GSX:after {
    background: #20c576;
    background: #20c576;
    background: var(--cash-green);
  }
.Button_cashGreenOutline__sji2-:hover,
  .Button_cashGreenOutline__sji2-:active {
    color: white;
    background-color: #20c576;
    background-color: #20c576;
    background-color: var(--cash-green);
    border-color: #20c576;
    border-color: #20c576;
    border-color: var(--cash-green);
  }
.Button_cappuccino__3bx8W {
  color: white;
  background-color: #948784;
  background-color: #948784;
  background-color: var(--cappuccino)
}
.Button_cappuccino__3bx8W:hover {
    background-color: rgb(159, 147, 144);
    background-color: rgb(159, 147, 144);
  }
.Button_cappuccino__3bx8W:active {
    background-color: rgb(118, 108, 106);
    background-color: rgb(118, 108, 106);
  }
.Button_transparent__Kb6Ul {
  color: #948784;
  color: #948784;
  color: var(--cappuccino);
  background-color: transparent;
  border: 1px solid #ccc
}
.Button_transparent__Kb6Ul.Button_loading__w3GSX:after {
    background: #948784;
    background: #948784;
    background: var(--cappuccino);
  }
.Button_transparent__Kb6Ul:hover,
  .Button_transparent__Kb6Ul:active {
    color: white;
    background-color: #948784;
    background-color: #948784;
    background-color: var(--cappuccino);
    border-color: #948784;
    border-color: #948784;
    border-color: var(--cappuccino);
  }
.Button_white__18AdE {
  color: #ff1060;
  color: #ff1060;
  color: var(--razzmatazz);
  background-color: #fff;
  background-color: #fff;
  background-color: var(--snow-white);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}
.Button_white__18AdE:hover {
    color: rgb(191, 12, 72);
    color: rgb(191, 12, 72);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
.Button_white__18AdE:active {
    color: rgb(140, 9, 53);
    color: rgb(140, 9, 53);
    box-shadow: none;
  }
.Button_midnight__3DwU2 {
  background: #4a5170;
  background: #4a5170;
  background: var(--midnight-blue);
  color: white
}
.Button_midnight__3DwU2:hover,
  .Button_midnight__3DwU2:active {
    background: rgb(52, 57, 78);
    background: rgb(52, 57, 78);
  }
.Button_razzmatazz__2P3l2 {
  background: linear-gradient(
    to bottom right,
    #ff1060,
    #ff6255);
  background: linear-gradient(
    to bottom right,
    #ff1060,
    #ff6255);
  background: linear-gradient(
    to bottom right,
    var(--razzmatazz),
    var(--hot-coral)
  );
  color: #fff;
  color: #fff;
  color: var(--snow-white)
}
.Button_razzmatazz__2P3l2:hover {
    background: linear-gradient(
      to bottom right,
      rgb(235, 15, 88),
      rgb(235, 90, 78)
    );
    background: linear-gradient(
      to bottom right,
      rgb(235, 15, 88),
      rgb(235, 90, 78)
    );
  }
.Button_razzmatazz__2P3l2:active {
    background: linear-gradient(
      to bottom right,
      rgb(224, 14, 84),
      rgb(224, 86, 75)
    );
    background: linear-gradient(
      to bottom right,
      rgb(224, 14, 84),
      rgb(224, 86, 75)
    );
  }
.Button_razzmatazzOutline__LSg0m {
  color: #ff1060;
  color: #ff1060;
  color: var(--razzmatazz);
  background-color: transparent;
  border: 1px solid #ff1060;
  border: 1px solid #ff1060;
  border: 1px solid var(--razzmatazz)
}
.Button_razzmatazzOutline__LSg0m.Button_loading__w3GSX:after {
    background: #ff1060;
    background: #ff1060;
    background: var(--razzmatazz);
  }
.Button_razzmatazzOutline__LSg0m:hover,
  .Button_razzmatazzOutline__LSg0m:active {
    color: white;
    background-color: #ff1060;
    background-color: #ff1060;
    background-color: var(--razzmatazz);
    border-color: #ff1060;
    border-color: #ff1060;
    border-color: var(--razzmatazz);
  }
.Button_disabled__2wNDM {
  cursor: not-allowed;
  -webkit-filter: grayscale(100%) opacity(50%);
          filter: grayscale(100%) opacity(50%);
}
.Button_loading__w3GSX {
  color: transparent !important;
  position: relative
}
.Button_loading__w3GSX:after {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    background: #fff;
    background: var(--snow-white);
    border-radius: 100%;
    width: 6px;
    height: 6px;
    content: '';
    -webkit-animation: Button_dots-loader__2AqIu 1.2s ease-in-out infinite;
            animation: Button_dots-loader__2AqIu 1.2s ease-in-out infinite;
  }
@-webkit-keyframes Button_dots-loader__2AqIu {
  from {
    -webkit-transform: translate(-200%, 0) scale(0.8);
            transform: translate(-200%, 0) scale(0.8);
    opacity: 0;
  }

  16% {
    -webkit-transform: translate(-200%, 0) scale(1);
            transform: translate(-200%, 0) scale(1);
    opacity: 1;
  }

  33% {
    -webkit-transform: translate(-200%, 0) scale(0.8);
            transform: translate(-200%, 0) scale(0.8);
    opacity: 0;
  }

  34% {
    -webkit-transform: translate(-50%, 0) scale(0.8);
            transform: translate(-50%, 0) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }

  66% {
    -webkit-transform: translate(-50%, 0) scale(0.8);
            transform: translate(-50%, 0) scale(0.8);
    opacity: 0;
  }

  67% {
    -webkit-transform: translate(150%, 0) scale(0.8);
            transform: translate(150%, 0) scale(0.8);
    opacity: 0;
  }

  85% {
    -webkit-transform: translate(150%, 0) scale(1);
            transform: translate(150%, 0) scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: translate(150%, 0) scale(0.8);
            transform: translate(150%, 0) scale(0.8);
    opacity: 0;
  }
}
@keyframes Button_dots-loader__2AqIu {
  from {
    -webkit-transform: translate(-200%, 0) scale(0.8);
            transform: translate(-200%, 0) scale(0.8);
    opacity: 0;
  }

  16% {
    -webkit-transform: translate(-200%, 0) scale(1);
            transform: translate(-200%, 0) scale(1);
    opacity: 1;
  }

  33% {
    -webkit-transform: translate(-200%, 0) scale(0.8);
            transform: translate(-200%, 0) scale(0.8);
    opacity: 0;
  }

  34% {
    -webkit-transform: translate(-50%, 0) scale(0.8);
            transform: translate(-50%, 0) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }

  66% {
    -webkit-transform: translate(-50%, 0) scale(0.8);
            transform: translate(-50%, 0) scale(0.8);
    opacity: 0;
  }

  67% {
    -webkit-transform: translate(150%, 0) scale(0.8);
            transform: translate(150%, 0) scale(0.8);
    opacity: 0;
  }

  85% {
    -webkit-transform: translate(150%, 0) scale(1);
            transform: translate(150%, 0) scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: translate(150%, 0) scale(0.8);
            transform: translate(150%, 0) scale(0.8);
    opacity: 0;
  }
}

/* stylelint-disable selector-class-pattern */
/* Prefixed with --blendle to prevent collisions with existing variables */
.AnimatedList_slideInEnter__9vPBN {
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
  opacity: 0;
}
@media (max-width: 599px) {
  .AnimatedList_slideEnter__2gHrB {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}
.AnimatedList_slideInEnterActive__20KCh {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.AnimatedList_slideInLeave__1yNQO {
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.AnimatedList_slideInLeaveActive__3Rn0g {
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
  opacity: 0;
}
@media (max-width: 599px) {
  .AnimatedList_slideInLeaveActive__3Rn0g {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
}

.ButtonGroup_horizontal__LbFdO {
  margin-left: -5px;
  margin-right: -5px;
}

.ButtonGroup_horizontal__LbFdO > * {
  margin-left: 5px;
  margin-right: 5px;
}

.ButtonGroup_vertical__1oUzW {
  margin-top: -5px;
  margin-bottom: -5px;
}

.ButtonGroup_vertical__1oUzW > * {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}

:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
.ChannelLabel_channelLabel__huxNb {
  display: inline-block;
  cursor: pointer;
}
.ChannelLabel_line__21FoX {
  display: block;
  margin: 9px auto 0;
  height: 2px;
  width: calc(100% - 10px);
}

:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
.Label_label__3PTvd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 1px 5px;
  background-color: inherit;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
  font-size: 12px;
  font-weight: normal;
  line-height: 1em;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  transition: all 0.25s ease-in-out;
}
.Label_inline__ipBI6 {
  height: auto;
  padding: 0.2em 7px;
  font-size: inherit;
  border-radius: 3px;
}

.Backdrop_base__26bLv {
  position: relative;
  width: 100%;
  height: 100%;
  background: red;
  overflow: hidden;
}

.Backdrop_inner__2Vpko {
  position: absolute;
  background: yellow;
  overflow: hidden;
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

.SocialButton_buttonTwitter__1lw3n {
  background: #55acee;
  background: #55acee;
  background: var(--twitter);
  padding-left: calc(20px + 10px + 18px);
}

.SocialButton_buttonTwitter__1lw3n:hover {
  background: rgb(77, 155, 214);
  background: rgb(77, 155, 214);
}

.SocialButton_buttonTwitter__1lw3n:active {
  background: rgb(68, 138, 190);
  background: rgb(68, 138, 190);
}

.SocialButton_iconTwitter__2Crn0 {
  position: absolute;
  margin-left: calc((10px + 18px) * -1);
}

.SocialButton_buttonFacebook__1Htcb {
  background: #3a559b;
  background: #3a559b;
  background: var(--facebook);
  padding-left: calc(20px + 10px + 18px);
}

.SocialButton_buttonFacebook__1Htcb:hover {
  background: rgb(46, 68, 124);
  background: rgb(46, 68, 124);
}

.SocialButton_buttonFacebook__1Htcb:active {
  background: rgb(38, 55, 101);
  background: rgb(38, 55, 101);
}

.SocialButton_iconFacebook__34AXo {
  position: absolute;
  margin-top: -2px;
  margin-left: calc((10px + 18px) * -1);
}

.Form_fieldSet__1IESX {
  border: none;
  padding: 0;

  /* reset default fieldset values */
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
}

:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
:root {
  --checkbox-size: 20px;
}
.Checkbox_container__2u40S {
  margin: 10px 0;
  display: flex;
}
.Checkbox_content__3tCWY {
  margin-left: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Checkbox_checkbox__32tR6 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  flex: 0 0 20px;
  flex: 0 0 20px;
  flex: 0 0 var(--checkbox-size);
  width: 20px;
  width: 20px;
  width: var(--checkbox-size);
  height: 20px;
  height: 20px;
  height: var(--checkbox-size);
  border: 1px solid #d1d1d1;
  border: 1px solid #d1d1d1;
  border: 1px solid var(--outline-grey);
}
.Checkbox_input__T9-TB {
  opacity: 0;
}
.Checkbox_checkmark__3LJvT {
  opacity: 0;
  font-size: inherit;
  width: 20px;
  width: 20px;
  width: var(--checkbox-size);
  height: 20px;
  height: 20px;
  height: var(--checkbox-size);
  position: absolute;
  top: -1px;
  left: -1px; /* Because SVG is uneven */
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='12' viewBox='0 0 13 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.333 11.111L.298 6.714 1.762 5.21l2.571 2.792 7.15-7.146L13 2.444z' fill='%2357B572' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat
    center;
  z-index: 1;
  transition: opacity 0.08s ease-out;
}
.Checkbox_input__T9-TB:checked + .Checkbox_checkmark__3LJvT {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.Checkbox_disabled__2pKwj .Checkbox_checkbox__32tR6:before {
  border: 1px solid transparent;
  background-color: #e5e5e5;
  background-color: #e5e5e5;
  background-color: var(--disabled-grey);
}
.Checkbox_disabled__2pKwj .Checkbox_content__3tCWY {
  color: #e5e5e5;
  color: #e5e5e5;
  color: var(--disabled-grey);
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

.EmailInput_emailInput__2fD-1 {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.EmailInput_suggestion__3r-qb {
  margin-top: 4px;
  color: #948784;
  color: #948784;
  color: var(--cappuccino);
  font-size: 13px;
}

.EmailInput_suggestionMail__38mNp {
  color: #333;
  color: #333;
  color: var(--bold-blakka);
  font-weight: 600;
  text-decoration: underline;
  font-style: normal;
  cursor: pointer;
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
/* Prefixed with --blendle to prevent collisions with existing variables */
.TextInput_input__CFoRd {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}

.TextArea_textArea__1h_YA {
  resize: none;
  padding: 5px;
  font-size: 16px;
  line-height: 16px;
}

.TextArea_resize__tUcH2 {
  resize: both;
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

:root {
  --option-height: 46px;
  --container-height: 300px;
}

.Select_select__1uSsJ {
  position: relative;
  margin-bottom: 8px;
}

.Select_option__1jeHf {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  height: 46px;
  height: var(--option-height);
  line-height: 46px;
  line-height: 46px;
  line-height: var(--option-height);
  padding: 10px;
  border-left: 2px solid #eaeaea;
  border-left: 2px solid #eaeaea;
  border-left: 2px solid var(--outline-grey-light);
  border-right: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  border-right: 2px solid var(--outline-grey-light);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: white;
}

.Select_option__1jeHf:hover {
  background: #f2f2f2;
  background: #f2f2f2;
  background: var(--grey-0);
}

.Select_selectedOption__3XJPa {
  border-top: 2px solid #eaeaea;
  border-top: 2px solid #eaeaea;
  border-top: 2px solid var(--outline-grey-light);
  border-bottom: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  border-bottom: 2px solid var(--outline-grey-light);
}

.Select_open__1xwtg .Select_selectedOption__3XJPa {
  background: #f2f2f2;
  background: #f2f2f2;
  background: var(--grey-0);
}

.Select_optionsContainer__2b9mT {
  position: absolute;
  top: 100%;
  width: 100%;
  border-bottom: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  border-bottom: 2px solid var(--outline-grey-light);
  overflow-y: auto;
  -webkit-animation: 0.1s ease-out forwards;
          animation: 0.1s ease-out forwards;
  -webkit-animation-name: Select_hide-select__8okK5;
          animation-name: Select_hide-select__8okK5;
  transition: opacity 0.1s ease-out;
  opacity: 0;
  z-index: 9999;
  max-height: 300px;
  max-height: 300px;
  max-height: var(--container-height);
}

.Select_open__1xwtg .Select_optionsContainer__2b9mT {
  opacity: 1;
  -webkit-animation-name: Select_show-select__HPNzM;
          animation-name: Select_show-select__HPNzM;
}

.Select_openToTop__1_qs- .Select_optionsContainer__2b9mT {
  bottom: 100%;
  top: auto;
  border-bottom: none;
  border-top: 2px solid #eaeaea;
  border-top: 2px solid #eaeaea;
  border-top: 2px solid var(--outline-grey-light);
  -webkit-animation-name: Select_hide-select-top__14yzT;
          animation-name: Select_hide-select-top__14yzT;
}

.Select_open__1xwtg.Select_openToTop__1_qs- .Select_optionsContainer__2b9mT {
  -webkit-animation-name: Select_show-select-top__2q2TR;
          animation-name: Select_show-select-top__2q2TR;
}

.Select_optionsContainer__2b9mT .Select_option__1jeHf {
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid var(--outline-grey-light);
}

.Select_optionsContainer__2b9mT .Select_option__1jeHf:last-child {
  border-bottom: 0;
}

.Select_arrowContainer__2rDKy {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Select_arrow__1db0i {
  width: 16px;
  height: 16px;
  color: #948784;
  color: #948784;
  color: var(--cappuccino);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.Select_open__1xwtg .Select_arrow__1db0i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes Select_hide-select-top__14yzT {
  from {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  99% {
    -webkit-transform: scale(1) translateY(5px);
            transform: scale(1) translateY(5px);
  }
  to {
    -webkit-transform: scale(0) translateY(5px);
            transform: scale(0) translateY(5px);
  }
}

@keyframes Select_hide-select-top__14yzT {
  from {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  99% {
    -webkit-transform: scale(1) translateY(5px);
            transform: scale(1) translateY(5px);
  }
  to {
    -webkit-transform: scale(0) translateY(5px);
            transform: scale(0) translateY(5px);
  }
}

@-webkit-keyframes Select_hide-select__8okK5 {
  from {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  99% {
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  to {
    -webkit-transform: scale(0) translateY(-5px);
            transform: scale(0) translateY(-5px);
  }
}

@keyframes Select_hide-select__8okK5 {
  from {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  99% {
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  to {
    -webkit-transform: scale(0) translateY(-5px);
            transform: scale(0) translateY(-5px);
  }
}

@-webkit-keyframes Select_show-select-top__2q2TR {
  from {
    -webkit-transform: scale(1) translateY(5px);
            transform: scale(1) translateY(5px);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes Select_show-select-top__2q2TR {
  from {
    -webkit-transform: scale(1) translateY(5px);
            transform: scale(1) translateY(5px);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes Select_show-select__HPNzM {
  from {
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes Select_show-select__HPNzM {
  from {
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

.CharLimit_charLimit__1hkkE {
  color: #948784;
  color: #948784;
  color: var(--cappuccino);
}

.CharLimit_limitReached__1JVAh {
  color: #ff6255;
  color: #ff6255;
  color: var(--error);
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

.ActivePageIndicator_activePageIndicator__114km {
  display: flex;
  width: 100%;
  justify-content: center;
}

.ActivePageIndicator_page__2WJxG {
  background: #ccc;
  background: #ccc;
  background: var(--grey-3);
  transition: background 50ms ease-out;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin: 3px;
}

.ActivePageIndicator_active__ckV_5 {
  background: #333;
  background: #333;
  background: var(--bold-blakka);
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

:root {
  --runnable-track-background: var(--grey-1);
  --runnable-track-height: 4px;
  --track-border-radius: 5px;
  --thumb-top: -4px;
  --thumb-radius: 50%;
  --thumb-size: 11px;
  --thumb-color: var(--hot-coral);
}

.Slider_sliderContainer__3PKKj {
  display: flex;
  position: relative;
}

.Slider_slider__26J12 {
  margin: 0;
  height: 20px;
  -webkit-appearance: none
}

.Slider_slider__26J12:focus {
    background: none;
    outline: none;
    box-shadow: none;
  }

.Slider_slider__26J12 {

  /** We need to duplicate the CSS rules, because you can't combine vendor-specific pseudo classes
  * http://stackoverflow.com/a/16982510/1890026 */
}

.Slider_slider__26J12::-webkit-slider-thumb {
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    height: 11px;
    height: 11px;
    height: var(--thumb-size);
    width: 11px;
    width: 11px;
    width: var(--thumb-size);
    border-radius: 50%;
    border-radius: 50%;
    border-radius: var(--thumb-radius);
    top: -4px;
    top: -4px;
    top: var(--thumb-top);
    background: #ff6255;
    background: #ff6255;
    background: var(--thumb-color);
  }

.Slider_slider__26J12::-moz-range-thumb {
    position: relative;
    z-index: 1;
    height: 11px;
    height: 11px;
    height: var(--thumb-size);
    width: 11px;
    width: 11px;
    width: var(--thumb-size);
    border-radius: 50%;
    border-radius: 50%;
    border-radius: var(--thumb-radius);
    top: -4px;
    top: -4px;
    top: var(--thumb-top);
    background: #ff6255;
    background: #ff6255;
    background: var(--thumb-color);
    border: none;
  }

.Slider_slider__26J12::-ms-thumb {
    position: relative;
    z-index: 1;
    height: 11px;
    height: 11px;
    height: var(--thumb-size);
    width: 11px;
    width: 11px;
    width: var(--thumb-size);
    border-radius: 50%;
    border-radius: 50%;
    border-radius: var(--thumb-radius);
    top: -4px;
    top: -4px;
    top: var(--thumb-top);
    background: #ff6255;
    background: #ff6255;
    background: var(--thumb-color);
  }

.Slider_slider__26J12::-webkit-slider-runnable-track {
    background: #e5e5e5;
    background: #e5e5e5;
    background: var(--runnable-track-background);
    border-radius: 5px;
    border-radius: 5px;
    border-radius: var(--track-border-radius);
    height: 4px;
    height: 4px;
    height: var(--runnable-track-height);
  }

.Slider_slider__26J12::-moz-range-track {
    background: #e5e5e5;
    background: #e5e5e5;
    background: var(--runnable-track-background);
    border-radius: 5px;
    border-radius: 5px;
    border-radius: var(--track-border-radius);
    height: 4px;
    height: 4px;
    height: var(--runnable-track-height);
  }

.Slider_slider__26J12::-ms-track {
    background: #e5e5e5;
    background: #e5e5e5;
    background: var(--runnable-track-background);
    border-radius: 5px;
    border-radius: 5px;
    border-radius: var(--track-border-radius);
    height: 4px;
    height: 4px;
    height: var(--runnable-track-height);
  }

.Slider_activeLine__3YGm_ {
  position: absolute;
  pointer-events: none;
  top: calc(50% - (4px / 2));
  top: calc(50% - (4px / 2));
  top: calc(50% - (var(--runnable-track-height) / 2));
  height: 4px;
  height: 4px;
  height: var(--runnable-track-height);
  border-radius: 5px;
  border-radius: 5px;
  border-radius: var(--track-border-radius);
  left: 0;
  background: #ff6255;
  background: #ff6255;
  background: var(--hot-coral);
}

:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
/* Prefixed with --blendle to prevent collisions with existing variables */
.Dialog_overlay__2R5VP {
  position: fixed;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  background-color: rgba(41, 46, 71, 0.9);
  -webkit-animation: Dialog_blendle-dialog-overlay-fade-in__4N-_y 0.1s ease;
          animation: Dialog_blendle-dialog-overlay-fade-in__4N-_y 0.1s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between
}
.Dialog_overlay__2R5VP.Dialog_initialHide__CavpP {
    display: none;
  }
.Dialog_overlay__2R5VP.Dialog_hidden__1-JvM {
    -webkit-animation: Dialog_blendle-dialog-overlay-fade-out__24gZ8 0.2s ease;
            animation: Dialog_blendle-dialog-overlay-fade-out__24gZ8 0.2s ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    pointer-events: none;
  }
body.Dialog_scrollDisabled__3mhnM {
  overflow: hidden;
}
/* iOS safari needs custom logic to prevent the body from scrolling */
body.Dialog_iOSScrollDisabled__10bNf {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.Dialog_overlayRender__wRd7X {
  color: white;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
}
.Dialog_dialog__1iSPu {
  position: static;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  background: #fff;
  background: #fff;
  background: var(--snow-white);
  border: none;
  width: 330px;
  margin: auto;
  max-height: 85%;
  padding: 0;
  opacity: 0;
  border-radius: 3px;
  box-shadow: 0 23px 20px -20px rgba(0, 0, 0, 0.25),
    0 18px 48px 0 rgba(0, 0, 0, 0.25);
  color: #333;
  color: #333;
  color: var(--bold-blakka);
  text-align: center
}
.Dialog_dialog__1iSPu[open] {
    pointer-events: auto;
    -webkit-animation: Dialog_blendle-dialog-slide-in__2CXMZ 0.2s ease-out 0.1s;
            animation: Dialog_blendle-dialog-slide-in__2CXMZ 0.2s ease-out 0.1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
@media (max-width: 599px) {
  .Dialog_dialog__1iSPu {
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0;
    -webkit-animation: Dialog_blendle-dialog-slide-in__2CXMZ 0.6s cubic-bezier(0.62, 0.18, 0.18, 1);
            animation: Dialog_blendle-dialog-slide-in__2CXMZ 0.6s cubic-bezier(0.62, 0.18, 0.18, 1);
  }
}
.Dialog_closeButton__33weF {
  margin: 0;
  background: none;
  padding: 0;
  position: absolute;
  display: block;
  cursor: pointer;
  left: 0;
  top: 0;
  padding: 4px auto;
  width: 46px;
  height: 46px;
  outline: none;
  border: none;
  z-index: 1;
}
.Dialog_fullScreen__52mSm {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
}
.Dialog_noBackground__1S7VE {
  background: none;
}
@-webkit-keyframes Dialog_blendle-dialog-overlay-fade-in__4N-_y {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes Dialog_blendle-dialog-overlay-fade-in__4N-_y {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes Dialog_blendle-dialog-overlay-fade-out__24gZ8 {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes Dialog_blendle-dialog-overlay-fade-out__24gZ8 {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes Dialog_blendle-dialog-slide-in__2CXMZ {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes Dialog_blendle-dialog-slide-in__2CXMZ {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes Dialog_blendle-mobile-dialog-slide-in__3yiNY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    opacity: 1;
  }
}
@keyframes Dialog_blendle-mobile-dialog-slide-in__3yiNY {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }

  80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    opacity: 1;
  }
}

:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
.DialogTitle_title__1tWYg {
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  align-items: center;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
  font-size: 16px;
  line-height: 1em;
  font-weight: 600;
  width: 100%;
  height: 48px;
  border-bottom: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  border-bottom: 2px solid var(--outline-grey-light);
}

:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
/* Prefixed with --blendle to prevent collisions with existing variables */
.DialogFooter_footer__1lT3E {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  background-color: #fafafa;
  background-color: #fafafa;
  background-color: var(--off-white);
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 1em 30px;
  border-radius: 0 0 5px 5px;
}
@media (max-width: 599px) {
  .DialogFooter_footer__1lT3E {
    border-radius: 0;
  }
}

.DialogBody_body__-sx0i {
  padding: 30px;
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  /* Fixes Chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=453601 */
  -webkit-transform: translate(0);
          transform: translate(0);
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
/* Prefixed with --blendle to prevent collisions with existing variables */
.DialogFooterTransparent_footer__3MSaV {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: transparent;
  color: #fff;
  color: #fff;
  color: var(--snow-white);
  text-align: center;
}
@media (max-width: 599px) {
  .DialogFooterTransparent_footer__3MSaV {
    display: flex;
    align-items: center;
    position: relative;
    top: auto;
    color: inherit;
    flex: 0 0 auto;
    background-color: #fafafa;
    background-color: #fafafa;
    background-color: var(--off-white);
  }
}

.Rows_rows__395-3 {
  display: flex;
  flex-direction: column;
}

.Columns_columns__35LxG {
  display: flex;
  flex-direction: row;
}

/* Prefixed with --blendle to prevent collisions with existing variables */
:root {
  --navigation-bar-height: 66px;
  --navigation-bar-height-small: 54px;

  --c-navigation-item-icon: #999;
  --c-navigation-item-text: #474747;
}
.style_navigationBar__33Sf0 {
  background: white;
  width: 100%;
  height: 54px;
  height: 54px;
  height: var(--navigation-bar-height-small);
  display: flex;
}
@media (min-width: 600px) {
  .style_navigationBar__33Sf0 {
    height: 66px;
    height: 66px;
    height: var(--navigation-bar-height);
  }
}

/* Prefixed with --blendle to prevent collisions with existing variables */
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
:root {
  --navigation-bar-height: 66px;
  --navigation-bar-height-small: 54px;

  --c-navigation-item-icon: #999;
  --c-navigation-item-text: #474747;
}
.style_navigationItem__3mdFe {
  position: relative;
  color: #999;
  color: #999;
  color: var(--c-navigation-item-icon);
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.style_navigationItem__3mdFe > a {
  color: #999;
  color: #999;
  color: var(--c-navigation-item-icon);
  text-decoration: none;
}
@media (min-width: 740px) {
  .style_navigationItem__3mdFe {
    color: #474747;
    color: #474747;
    color: var(--c-navigation-item-text);
    font-family: 'GT-Walsheim', sans-serif;
    font-family: 'GT-Walsheim', sans-serif;
    font-family: var(--font-walsheim);
    font-size: 16px;
    line-height: 66px;
    line-height: 66px;
    line-height: var(--navigation-bar-height);
    padding: 0 12px;
    transition: color 0.2s ease-out;
  }

  .style_navigationItem__3mdFe > a {
    color: #474747;
    color: #474747;
    color: var(--c-navigation-item-text);
  }

  .style_navigationItem__3mdFe:hover,
  .style_navigationItem__3mdFe.active {
    color: #ff1060;
    color: #ff1060;
    color: var(--razzmatazz);
  }
}
@media (min-width: 820px) {
  .style_navigationItem__3mdFe {
    padding: 0 20px;
  }
}

/* Prefixed with --blendle to prevent collisions with existing variables */
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
:root {
  --navigation-bar-height: 66px;
  --navigation-bar-height-small: 54px;

  --c-navigation-item-icon: #999;
  --c-navigation-item-text: #474747;
}
.style_badge__2w3Ri {
  background: #20c576;
  background: #20c576;
  background: var(--cash-green);
  color: white;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
  font-weight: bold;
  font-size: 8px;
  border-radius: 7px;
  padding: 0 4px;
  height: 13px;
  line-height: 13px;
}
@media (max-width: 739px) {
  .style_badge__2w3Ri {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(-25%, -125%, 0);
            transform: translate3d(-25%, -125%, 0);
    box-shadow: 0 0 0 1px white;
  }
}
@media (min-width: 740px) {
  .style_badge__2w3Ri {
    position: relative;
    top: 0.1em;
    height: 16px;
    line-height: 16px;
    border-radius: 12px;
    padding: 0 6px;
    margin-left: 0.5em;
    font-size: 10px;
  }
}

.style_left__3F_55 {
  display: flex;
  align-items: center;
}

.style_right__3NiWX {
  display: flex;
  margin-left: auto;
  align-items: center;
}

/* Prefixed with --blendle to prevent collisions with existing variables */
.style_dropdownContainer__RoVpC {
  z-index: 1000;
}
.style_button__D2H1A {
  width: 24px;
  padding: 0;
  margin: 15px;
  margin-left: 5px;
  cursor: pointer;
  border: none;
  outline: none;
}
.style_avatarImage__3Njkt {
  border-radius: 100%;
  width: 100%;
}
@media (min-width: 600px) {
  .style_button__D2H1A {
    width: 34px;
    height: 34px;
  }
}
.style_dropdown__1nRMP {
  margin-top: -5px;
  margin-right: 2px;
  min-width: 200px;
}
@media (min-width: 600px) {
  .style_dropdown__1nRMP {
    margin-right: 5px;
  }
}

/* Prefixed with --blendle to prevent collisions with existing variables */
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
.Notification_notification__2_J1O {
  background: white;
  width: 320px;
  margin: 20px;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 4px 21px -4px rgba(0, 0, 0, 0.35);
}
@media (max-width: 599px) {
  .Notification_notification__2_J1O {
    background: #4a5170;
    background: #4a5170;
    background: var(--midnight-blue);
    width: 100%;
    margin: 0;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  }
}

/* Prefixed with --blendle to prevent collisions with existing variables */
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
.NotificationTitle_title__2DzuE {
  margin-bottom: 5px;
}
@media (max-width: 599px) {
  .NotificationTitle_title__2DzuE {
    color: #fff;
    color: #fff;
    color: var(--snow-white);
  }
}

/* Prefixed with --blendle to prevent collisions with existing variables */
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
.NotificationBody_body__N56nY {
  margin: 0;
  color: #948784;
  color: #948784;
  color: var(--cappuccino);
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 599px) {
  .NotificationBody_body__N56nY {
    color: #fff;
    color: #fff;
    color: var(--snow-white);
  }
}

/* Prefixed with --blendle to prevent collisions with existing variables */
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
.NotificationFooter_footer__2d193 {
  margin-top: 10px;
}
@media (max-width: 599px) {
  .NotificationFooter_footer__2d193 {
    color: #fff;
    color: #fff;
    color: var(--snow-white);
  }
}

.NotificationIcon_iconContainer__cgqxE {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  margin-right: 10px;
}

.style_overlay__WSkBf {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.style_title__2T3U5 {
  color: white;
  margin-bottom: 15px;
  max-width: 500px;
  padding: 0 20px;
}

.style_body__zut9k {
  color: white;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3;
  max-width: 500px;
  padding: 0 20px;
}

.style_parallax__1reMq {
  transition: translate 0.3s ease-out;
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

.RadioGroup_radioGroup__1Qt6q {
  max-width: 100%;
}

.RadioGroup_normal__-ilDT {
  background: #f2f2f2;
  background: #f2f2f2;
  background: var(--grey-0);
  border-radius: 4px;
  padding: 5px;
}

.RadioGroup_minimal__18dTK {
  background: none;
  border: none;
  padding: 0;
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

.Radio_radio__1liKy {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Radio_normal__1-in9 {
  border-radius: 4px;
  padding: 15px;
  transition: background 0.1s ease-out;
}

.Radio_minimal__2LgSJ {
  border: none;
  padding: 0;
  transition: none;
}

.Radio_normalInput__1VLx7 {
  margin-right: 20px;
}

.Radio_minimalInput__xn05Z {
  margin-right: 7px;
}

.Radio_normalChecked__3Yso8 {
  background: #fff;
  background: #fff;
  background: var(--snow-white);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.03), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
}

.Radio_minimalChecked__IgxWU {
  background: none;
  box-shadow: none;
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

.RadioWithHeadline_radioWithHeadline__2SYqd {
  cursor: pointer;
  border-radius: 4px;
  padding: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 0.1s ease-out;
}

.RadioWithHeadline_radioWithHeadlineHeadline__33KJ1 {
  align-self: baseline;
  font-weight: bold;
}

.RadioWithHeadline_radioWithHeadlineBody__1IX0y {
  margin: 15px 0 0 0;
  width: 100%;
}

.RadioWithHeadline_radioWithHeadlineBody__1IX0y:empty,
.RadioWithHeadline_bodyIsHidden__mJLbf {
  margin: 0;
  height: 0;
  overflow: hidden;
}

.RadioWithHeadline_input__2u5SG {
  margin-right: 10px;
}

.RadioWithHeadline_checked__YVfwA {
  background: #fff;
  background: #fff;
  background: var(--snow-white);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.03), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

.Dropdown_dropdown__1XO4f {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Dropdown_optionsWrapper__YhKH2 {
  overflow-y: visible;
  overflow-x: none;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 10px;
  z-index: 100;
  min-width: 100px;
  opacity: 0;
  transition: opacity 0.1s ease-out;
  padding-bottom: 10px;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  height: auto;
  margin-top: 10px; /* Extra space for arrow icon */
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: Dropdown_hide-dropdown-to-top__1BjdN;
          animation-name: Dropdown_hide-dropdown-to-top__1BjdN;
}

.Dropdown_options__2FvWO {
  border-radius: 7px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 2px 7px rgba(0, 0, 0, 0.05);
  background: #fff;
  background: #fff;
  background: var(--snow-white);
  padding-bottom: 5px;
}

.Dropdown_options__2FvWO > * {
  padding-top: 10px;
}

.Dropdown_open__3N2QC {
  opacity: 1;
  display: block;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: Dropdown_show-dropdown-from-top__13mIw;
          animation-name: Dropdown_show-dropdown-from-top__13mIw;
}

@-webkit-keyframes Dropdown_show-dropdown-from-top__13mIw {
  from {
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes Dropdown_show-dropdown-from-top__13mIw {
  from {
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes Dropdown_hide-dropdown-to-top__1BjdN {
  from {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  99% {
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  to {
    -webkit-transform: scale(0) translateY(-0);
            transform: scale(0) translateY(-0);
  }
}

@keyframes Dropdown_hide-dropdown-to-top__1BjdN {
  from {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  99% {
    -webkit-transform: scale(1) translateY(-5px);
            transform: scale(1) translateY(-5px);
  }
  to {
    -webkit-transform: scale(0) translateY(-0);
            transform: scale(0) translateY(-0);
  }
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

.DropdownOptionGroup_groupSeperator__3vA4_ {
  height: 1px;
  background: #e5e5e5;
  background: #e5e5e5;
  background: var(--grey-1);
  padding: 0;
  margin: 10px 15px 0;
}

:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
.DropdownOption_dropdownOption__3r1OI {
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
  display: block;
  text-align: left;
  color: #7f7f7f;
  color: #7f7f7f;
  color: var(--grey-6);
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  width: 100%;
  min-width: 150px;
  cursor: pointer;
  font-size: 16px;
  line-height: 35px;
  transition: color 0.1s ease-out;
  border: 0;
  white-space: nowrap;
}
.DropdownOption_hasIcon__3nR5Z {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
}
.DropdownOption_dropdownOption__3r1OI:hover {
  color: #333;
  color: #333;
  color: var(--bold-blakka);
}
.DropdownOption_dropdownOption__3r1OI:focus {
  outline: none;
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

.Tooltip_container__3GTd4 {
  position: absolute;
  display: flex;
  justify-content: center;
  overflow-x: visible;
  white-space: nowrap;
  transition: top 75ms ease-out, left 75ms ease-out;
  z-index: 10000;
}

.Tooltip_container__3GTd4.Tooltip_leftAlign__26OoQ {
  justify-content: flex-start;
}

.Tooltip_container__3GTd4.Tooltip_centerAlign__ZCyVZ {
  justify-content: center;
}

.Tooltip_container__3GTd4.Tooltip_rightAlign__T84RC {
  justify-content: flex-end;
}

.Tooltip_contentContainer__1xFYp {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-animation: Tooltip_show-tooltip__ixS2L 50ms ease-out forwards;
          animation: Tooltip_show-tooltip__ixS2L 50ms ease-out forwards;
  width: inherit;
}

.Tooltip_content__3AueW {
  position: relative;
  color: #fff;
  color: #fff;
  color: var(--snow-white);
  background: #333;
  background: #333;
  background: var(--bold-blakka);
  border-radius: 3px;
  min-height: 36px;
  padding: 10px;
  width: inherit;
}

.Tooltip_arrow__XoZoF {
  position: relative;
  width: 0;
  top: -8px;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0;
  border-color: #333 transparent transparent transparent;
  border-color: #333 transparent transparent transparent;
  border-color: var(--bold-blakka) transparent transparent transparent;
}

.Tooltip_leftAlign__26OoQ .Tooltip_arrow__XoZoF,
.Tooltip_topLeftAlign__12ru6 .Tooltip_arrow__XoZoF {
  align-self: flex-start;
  left: 5px;
}

.Tooltip_centerAlign__ZCyVZ .Tooltip_arrow__XoZoF,
.Tooltip_topCenterAlign__2N5iC .Tooltip_arrow__XoZoF {
  align-self: center;
}

.Tooltip_rightAlign__T84RC .Tooltip_arrow__XoZoF,
.Tooltip_topRightAlign__2o1wG .Tooltip_arrow__XoZoF {
  align-self: flex-end;
  right: 5px;
}

.Tooltip_topRightAlign__2o1wG .Tooltip_arrow__XoZoF,
.Tooltip_topLeftAlign__12ru6 .Tooltip_arrow__XoZoF,
.Tooltip_topCenterAlign__2N5iC .Tooltip_arrow__XoZoF {
  top: 8px;
  border-width: 0 16px 16px;
  border-color: transparent transparent #333 transparent;
  border-color: transparent transparent #333 transparent;
  border-color: transparent transparent var(--bold-blakka) transparent;
}

.Tooltip_hidden__q8Mvh {
  display: none;
}

@-webkit-keyframes Tooltip_show-tooltip__ixS2L {
  from {
    opacity: 0.8;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes Tooltip_show-tooltip__ixS2L {
  from {
    opacity: 0.8;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.FadeOut_fadeOut__38GO6 {
  position: relative;
}

.FadeOut_fadeOut__38GO6:after {
  content: ' ';
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms ease;
}

.FadeOut_fadeOutActive__2LwpE:after {
  opacity: 1;
}

.FadeOut_fadeOutBottom__LoaO6:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background-image: linear-gradient(
    to top,
    #fff 5%,
    rgba(255, 255, 255, 0) 100%
  );
}

.FadeOut_fadeOutLeft__H8Zw6:after {
  top: 0;
  bottom: 0;
  left: 0;
  width: 70px;
  background-image: linear-gradient(
    to right,
    #fff 5%,
    rgba(255, 255, 255, 0) 100%
  );
}

.FadeOut_fadeOutRight__1aYYX:after {
  top: 0;
  bottom: 0;
  right: 0;
  width: 70px;
  background-image: linear-gradient(
    to left,
    #fff 5%,
    rgba(255, 255, 255, 0) 100%
  );
}

.Grid_grid__HW3Io {
  /* Fallback for browser that don't support CSS grids */
  display: flex;
  flex-flow: wrap;
  display: grid;
}


  @supports not (display: grid) {
    .style_gridItem__2GtQE {
    width: 33%
}
  }

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

.StepsIndicator_stepsIndicator__3OuC5 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.StepsIndicator_center__3AdG- {
  margin: 0 auto;
}

.StepsIndicator_indicator__21H4v {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.2s ease;
  margin: 3px;
}

.StepsIndicator_active__1kfrI {
  background: #ff6255;
  background: #ff6255;
  background: var(--hot-coral);
}

.StepsPanel_stepsPanel__2kUKt {
  position: relative;
  display: flex;
}

.StepsPanel_stepsWrapper__2Dt_m {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
/* Prefixed with --blendle to prevent collisions with existing variables */
:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
.Accordion_list__21CWX {
  text-align: left;
  margin: 25px auto;
  padding: 0;
}
.Accordion_listItem__1-6kU {
  margin: 0 0 2px;
  list-style-type: none;
}
.Accordion_article__2t6cf {
  position: relative;
  background-color: #fff;
  background-color: #fff;
  background-color: var(--snow-white);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.Accordion_toggle__3Wt7Q {
  position: absolute;
  left: -999em;
  top: 0;
  opacity: 0;
}
.Accordion_header__-2QWw {
  padding: 20px;
  cursor: pointer;
}
.Accordion_label__5ByHe {
  margin: 0;
}
.Accordion_title__2fzUl {
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
  font-size: 18px;
  text-align: left;
  margin: 0;
  padding: 0 30px 0 0;
  color: #333;
  color: #333;
  color: var(--bold-blakka);
  font-weight: bold;
  position: relative;
}
.Accordion_title__2fzUl:hover {
  color: #ff6255;
  color: #ff6255;
  color: var(--hot-coral);
}
.Accordion_toggle__3Wt7Q:checked ~ .Accordion_body__1mTpk {
  -webkit-animation: Accordion_body-shown__Y_gQg 0.25s ease-in;
          animation: Accordion_body-shown__Y_gQg 0.25s ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  max-height: 400px;
}
.Accordion_icon__3INlE {
  max-width: 14px;
  max-height: 14px;
  color: #ff6255;
  color: #ff6255;
  color: var(--hot-coral);
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.Accordion_toggle__3Wt7Q:checked ~ * .Accordion_icon__3INlE {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.Accordion_body__1mTpk {
  max-height: 0;
  overflow: hidden;
  max-width: 100%;
}
.Accordion_bodyContent__1c5L2 {
  color: #948784;
  color: #948784;
  color: var(--cappuccino);
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
  font-size: 17px;
  line-height: 1.4em;
  font-weight: normal;
  margin-bottom: 1em;
  padding: 0 20px 20px;
}
.Accordion_bodyContent__1c5L2 p {
  margin-bottom: 10px;
}
@-webkit-keyframes Accordion_body-shown__Y_gQg {
  from {
    opacity: 0;
    max-height: 0;
    margin: 0;
  }

  99% {
    max-height: 400px;
  }

  to {
    opacity: 1;
    max-height: none;
  }
}
@keyframes Accordion_body-shown__Y_gQg {
  from {
    opacity: 0;
    max-height: 0;
    margin: 0;
  }

  99% {
    max-height: 400px;
  }

  to {
    opacity: 1;
    max-height: none;
  }
}

:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
.style_badge__1M_Gh {
  background: white;
  height: calc(21px + 2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: calc(21px + 2px);
  display: flex;
  align-items: center;
}
.style_heartIcon__2h9BE {
  width: 14px;
  margin: 0 5px 0 8px;
  display: flex;
  flex-direction: column;
  align-self: center;
  color: #ff1060;
  color: #ff1060;
  color: var(--razzmatazz);
}
.style_shareCount__1fYjj {
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
  font-size: 12px;
  color: #333;
  color: #333;
  color: var(--bold-blakka);
  padding-top: 2px;
  margin-right: 4px;
  margin-right: 8px;
}
.style_avatars__2DAcL {
  display: flex;
  margin-left: -4px;
}
.style_avatar__2wWkq {
  width: calc(21px + 2px);
  height: calc(21px + 2px);
  border-radius: 100%;
  border: 2px solid white
}
.style_avatar__2wWkq:not(:last-child) {
    margin-right: calc(-5px - 2px);
  }

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

@-webkit-keyframes Progress_slide-in__b8bvM {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

@keyframes Progress_slide-in__b8bvM {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}

.Progress_progress__2C2XR {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  -webkit-animation: Progress_slide-in__b8bvM 0.8s;
          animation: Progress_slide-in__b8bvM 0.8s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  overflow: hidden;
  background: linear-gradient(
    90.24deg,
    #ff1060 0%,
    #ff6255 100%
  );
  background: linear-gradient(
    90.24deg,
    #ff1060 0%,
    #ff6255 100%
  );
  background: linear-gradient(
    90.24deg,
    var(--razzmatazz) 0%,
    var(--hot-coral) 100%
  );
}

.Progress_nativeProgressElement__2DyFu {
  display: none;
}

.ImageRow_imageRow__hxRsW {
  display: flex;
  justify-content: space-between;
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
/* Prefixed with --blendle to prevent collisions with existing variables */
:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
.InputWrapper_input__2yBBv {
  border: 1px solid #eaeaea;
  border: 1px solid #eaeaea;
  border: 1px solid var(--outline-grey-light);
  color: #333;
  color: #333;
  color: var(--bold-blakka);
  background-color: #fff;
  background-color: #fff;
  background-color: var(--snow-white);
  transition: border-color 0.2s linear;
  box-sizing: border-box;
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
}
@media (max-width: 767px) {
  .InputWrapper_input__2yBBv {
    font-size: 16px;
  }
}
.InputWrapper_label__3_oUz {
  display: inline-block;
  font-size: 12px
}
.InputWrapper_label__3_oUz .InputWrapper_input__2yBBv {
    display: block;
    margin-bottom: 8px;
  }
.InputWrapper_caption__197PA {
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
  color: #333;
  color: #333;
  color: var(--bold-blakka);
  font-size: 16px;
  line-height: 26px;
  font-style: medium;
  font-weight: 500;
}
.InputWrapper_errorLabel__1enlQ {
  color: #ff6255;
  color: #ff6255;
  color: var(--error);
  font-weight: 700;
}
.InputWrapper_errorLabel__1enlQ a {
  color: inherit;
  text-decoration: none;
}
.InputWrapper_errorLabel__1enlQ a:hover {
  text-decoration: underline;
}
.InputWrapper_error__FoCU3 {
  border-color: #ff6255;
  border-color: #ff6255;
  border-color: var(--error);
}
.InputWrapper_input__2yBBv:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
  border-color: #66afe9;
  border-color: var(--focus);
}
.InputWrapper_error__FoCU3:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 98, 85, 0.6);
  border-color: #ff6255;
  border-color: #ff6255;
  border-color: var(--error);
}

:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}

.DropdownArrowWrapper_dropdownArrowWrapper__M8zNC {
  width: 100%;
  height: 12px;
  top: 1px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

.DropdownArrowWrapper_arrowIcon__25gQ_ {
  position: absolute;
  width: 24px;
  bottom: -10px;
  height: 14px;
  padding: 0 !important;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.DropdownArrowWrapper_alignRight__2ezt0 {
  right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.DropdownArrowWrapper_alignLeft__3B0fF {
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.Step_step__12ssX {
  flex: 1 1;
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0s 0.25s, -webkit-transform 0.25s 0s ease-out;
  transition: transform 0.25s 0s ease-out, visibility 0s 0.25s;
  transition: transform 0.25s 0s ease-out, visibility 0s 0.25s, -webkit-transform 0.25s 0s ease-out;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  will-change: transform;
}

.Step_active__1rghP {
  visibility: visible;
  -webkit-transform: none;
          transform: none;
  transition: visibility 0.25s 0s, -webkit-transform 0.25s 0s ease-out;
  transition: transform 0.25s 0s ease-out, visibility 0.25s 0s;
  transition: transform 0.25s 0s ease-out, visibility 0.25s 0s, -webkit-transform 0.25s 0s ease-out;
  position: relative;
  z-index: 10;
}

.Step_active__1rghP ~ .Step_step__12ssX {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

:root {
  --font-walsheim: 'GT-Walsheim', sans-serif;
}
:root {
  --hot-coral: #ff6255;
  --midnight-blue: #4a5170;
  --cappuccino: #948784;
  --bold-blakka: #333;
  --snow-white: #fff;
  --razzmatazz: #ff1060;
  --off-white: #fafafa;
  --grey-0: #f2f2f2;
  --grey-1: #e5e5e5;
  --grey-3: #ccc;
  --grey-4: #b2b2b2;
  --grey-5: #999;
  --grey-6: #7f7f7f;
  --grey-7: #70706f;
  --grey-8: #5b5b5b;
  --grey-9: #474746;
  --grey-10: #3d3d3c;
  --jorts-gradient: linear-gradient(#f5f5f5, #ededed);
  --success: #20c576;
  --error: #ff6255;
  --focus: #66afe9;
  --outline-grey: #d1d1d1;
  --outline-grey-light: #eaeaea;
  --disabled-grey: #e5e5e5;
  --dentist-blue: #43d6e0;
  --champaign-yellow: #ffd338;
  --cash-green: #20c576;
  --old-cash-green: #20c576;
  --showbizz: #d52676;
  --economy: #f0b080;
  --music: #3f789d;
  --tech: #070617;
  --politics: #69584a;
  --big-interview: #002147;
  --opinion: #ffc900;
  --crime: #aeaeae;
  --health: #7dc9d4;
  --foreign-countries: #476b6a;
  --science: #623462;
  --soccer: #e81f1f;
  --media: #5980d4;
  --sports: #71a55a;
  --food: #aadc97;
  --education: #2fb089;
  --culture: #7f3131;
  --psych: #9c5ab0;
  --history: #293242;
  --twitter: #55acee;
  --facebook: #3a559b;
}
/* postcss-custom-properties does not support cascading var, so we prefix root vars with `--chip` */
:root {
  --chip-chip-height-px: 32px;
  --chip-border-color: var(--grey-1);
}
.Chip_chip__dmqJY {
  position: relative;
  display: inline-flex;
  margin: 0 8px 1em 0;
  padding: 0;
  align-items: center;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
  font-size: 12px;
  color: #474746;
  color: #474746;
  color: var(--grey-9);
  background-color: #f2f2f2;
  background-color: #f2f2f2;
  background-color: var(--grey-0);
  height: 32px;
  height: 32px;
  height: var(--chip-chip-height-px);
  border: 1px solid #e5e5e5;
  border: 1px solid #e5e5e5;
  border: 1px solid var(--chip-border-color);
  box-sizing: content-box;
  border-radius: 2px;
  transition: background-color 200ms ease-in, color 200ms ease-in;
  cursor: pointer;
}
.Chip_chip__dmqJY:first-of-type {
  margin-left: 0;
  margin-left: initial;
}
.Chip_chipActive__1LX4Y {
  background-color: #fff;
  background-color: #fff;
  background-color: var(--snow-white);
  color: #474746;
  color: #474746;
  color: var(--grey-9);
}
.Chip_iconContainer__GkiUf {
  float: left;
  background: #fff;
  background: #fff;
  background: var(--snow-white);
  height: 32px;
  height: 32px;
  height: var(--chip-chip-height-px);
  width: 32px;
  width: 32px;
  width: var(--chip-chip-height-px);
  border-right: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-right: 1px solid var(--chip-border-color);
}
.Chip_icon__3Zihb {
  position: absolute;
  left: 9px;
  transition: -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
}
.Chip_iconHidden__3N0Fp {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.Chip_plusIcon__DFSUJ {
  top: 1px;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: 'GT-Walsheim', sans-serif;
  font-family: var(--font-walsheim);
  font-size: 20px;
  color: #474746;
  color: #474746;
  color: var(--grey-9);
}
.Chip_checkIcon__3uMwX {
  top: 9px;
  width: 12px;
  color: #20c576;
  color: #20c576;
  color: var(--cash-green);
}
.Chip_content__2LGSN {
  padding: 0 10px;
  height: 32px;
  height: 32px;
  height: var(--chip-chip-height-px);
  line-height: 32px;
  line-height: 32px;
  line-height: var(--chip-chip-height-px);
  float: left;
}

/* Prefixed with --blendle to prevent collisions with existing variables */
.ChipRow_fadeOut__1XQo_:after {
  display: none;
}
@media (max-width: 599px) {
  .ChipRow_fadeOut__1XQo_:after {
    display: inline;
    display: initial;
  }
}
.ChipRow_chipRow__1vEEx {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .ChipRow_chipRow__1vEEx {
    overflow-x: scroll;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.ChipRow_chipRow__1vEEx > * {
  flex-shrink: 0;
}


/*# sourceMappingURL=commons.a59c53a2.chunk.css.map*/