/*
 * @pqina/tick v1.8.2 - Counters Made Easy
 * Copyright (c) 2023 PQINA - https://github.com/pqina/tick/
 */
.tick {
  box-sizing: border-box;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  cursor: default;
  position: relative;
  z-index: 1;
  line-height: 1.4; }
  .tick * {
    box-sizing: inherit; }
  .tick [data-view] {
    max-width: 100%; }
  .tick span[data-view] {
    display: inline-block; }
  .tick .tick-credits {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    text-decoration: none;
    font-size: 11px;
    color: inherit; }
  .tick [data-layout~='pad'] {
    margin: -.25em; }
    .tick [data-layout~='pad'] > * {
      margin: .25em; }
  .tick [data-layout~='horizontal'] {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .tick [data-layout~='horizontal'][data-layout~='baseline'] {
      align-items: baseline; }
    .tick [data-layout~='horizontal'][data-layout~='center'] {
      justify-content: center; }
    .tick [data-layout~='horizontal'][data-layout~='right'] {
      justify-content: flex-end; }
    .tick [data-layout~='horizontal'][data-layout~='left'] {
      justify-content: flex-start; }
    .tick [data-layout~='horizontal'][data-layout~='stretch'], .tick [data-layout~='horizontal'][data-layout~='fill'] {
      align-content: stretch;
      flex-wrap: nowrap; }
      .tick [data-layout~='horizontal'][data-layout~='stretch'] > *, .tick [data-layout~='horizontal'][data-layout~='fill'] > * {
        flex: 1 0 0; }
      .tick [data-layout~='horizontal'][data-layout~='stretch'] > *, .tick [data-layout~='horizontal'][data-layout~='fill'] > * {
        width: 100%; }
    .tick [data-layout~='horizontal'][data-layout~='multi-line'] {
      flex-wrap: wrap; }
    .tick [data-layout~='horizontal'][data-layout~='fit'] {
      display: inline-flex;
      flex-wrap: nowrap;
      align-content: center;
      white-space: nowrap;
      justify-content: flex-start; }
  .tick [data-layout~='vertical'] {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .tick [data-layout~='vertical'][data-layout~='top'] {
      justify-content: flex-start; }
    .tick [data-layout~='vertical'][data-layout~='bottom'] {
      justify-content: flex-end;
      min-height: 100%; }
    .tick [data-layout~='vertical'][data-layout~='middle'] {
      justify-content: center;
      min-height: 100%; }
    .tick [data-layout~='vertical'][data-layout~='left'] {
      align-items: flex-start; }
    .tick [data-layout~='vertical'][data-layout~='right'] {
      align-items: flex-end; }
    .tick [data-layout~='vertical'][data-layout~='center'] {
      text-align: center; }
    .tick [data-layout~='vertical'][data-layout~='stretch'], .tick [data-layout~='vertical'][data-layout~='fill'] {
      align-items: stretch;
      min-height: 100%; }
      .tick [data-layout~='vertical'][data-layout~='stretch'] > *, .tick [data-layout~='vertical'][data-layout~='fill'] > * {
        flex: 1 0 0; }
    .tick [data-layout~='vertical'] > * + * {
      margin-top: .5em; }
  .tick [data-layout~='overlay'] {
    position: relative; }
    .tick [data-layout~='overlay'] > * {
      margin: 0; }
    .tick [data-layout~='overlay'][data-layout~='center'] {
      text-align: center; }
    .tick [data-layout~='overlay'][data-layout~='left'] {
      text-align: left; }
    .tick [data-layout~='overlay'][data-layout~='right'] {
      text-align: right; }
    .tick [data-layout~='overlay'] > [data-overlay='stretch'],
    .tick [data-layout~='overlay'] > [data-overlay='fill'] {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .tick [data-layout~='overlay'] > [data-overlay='center'] {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }

/*
 * @pqina/flip v1.8.3 - A Beautifully Animated Flip Clock
 * Copyright (c) 2023 PQINA - https://pqina.nl/flip/
 */
/**
 * Layout
 */
.tick-flip {
  position: relative;
  text-align: center;
}
.tick-flip * {
  border-radius: inherit;
  white-space: pre;
}

.tick-flip * {
  letter-spacing: inherit;
  text-indent: inherit;
}

.tick-flip-front {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tick-flip-back {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tick-flip-spacer {
  display: block;
  visibility: hidden;
}

.tick-flip-shadow {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  color: transparent !important;
  background: transparent !important;
}

.tick-flip-shadow-top {
  bottom: calc(50% - 1px);
}

.tick-flip-shadow-bottom {
  top: calc(50% + 1px);
}

.tick-flip-card-shadow {
  position: absolute;
  left: 0.15em;
  right: 0.15em;
  bottom: 0.125em;
  height: 0.5em;
  background-color: transparent;
  border-radius: 0;
  opacity: 0;
  transform-origin: 0 100%;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5), 0 0.125em 0.5em rgba(0, 0, 0, 0.75);
  z-index: 0;
}

/**
 * Card
 */
.tick-flip-card {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 4em;
}

.tick-flip-panel-front,
.tick-flip-panel-back {
  position: absolute;
  left: 0;
  width: 100%;
  height: 51%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.tick-flip-panel-front-text,
.tick-flip-panel-back-text {
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  height: 100%;
  overflow: hidden;
}

.tick-flip-panel-text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}

.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
  height: 200%;
  top: -100%;
}

.tick-flip-panel-front {
  transform-origin: center bottom;
  top: 0;
  z-index: 2;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.tick-flip-panel-back {
  transform-origin: center top;
  top: 50%;
  z-index: 1;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}
.tick-flip-panel-back::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.15) 1px, rgba(0, 0, 0, 0) 30%);
}

.tick-flip-panel-back-shadow {
  z-index: 2;
}

.tick-flip-panel-back-highlight {
  z-index: 3;
}

.tick-flip-panel-back-shadow,
.tick-flip-panel-back-highlight {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.tick-flip-panel-front-shadow,
.tick-flip-panel-back-shadow,
.tick-flip-panel-back-highlight {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.tick-flip-panel-front-shadow {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
}

.tick-flip-panel-back-shadow {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}

.tick-flip-panel-back-highlight {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.3));
}

.tick [data-style*="shadow:inner"],
.tick [data-style*="shadow:inner"] .tick-flip-card-shadow {
  box-shadow: none;
}

.tick [data-style*="shadow:none"] .tick-flip-panel-front,
.tick [data-style*="shadow:none"] .tick-flip-panel-back,
.tick [data-style*="shadow:none"] .tick-flip-shadow,
.tick [data-style*="shadow:none"] .tick-flip-card-shadow {
  box-shadow: none;
}
.tick [data-style*="shadow:none"] .tick-flip-back::after,
.tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow,
.tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow,
.tick [data-style*="shadow:none"] .tick-flip-panel-back-text::after {
  background-image: none;
}

.tick [data-style*="rounded:none"] {
  border-radius: 0;
}

.tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom,
.tick [data-style*="rounded:panels"] .tick-flip-front {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.tick [data-style*="rounded:panels"] .tick-flip-shadow-top,
.tick [data-style*="rounded:panels"] .tick-flip-panel-back::after,
.tick [data-style*="rounded:panels"] .tick-flip-back {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.tick-flip {
  margin-left: 0.0625em;
  margin-right: 0.0625em;
  min-width: 1.125em;
  border-radius: 0.125em;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}

.tick-flip-panel {
  color: #edebeb;
  background-color: #333232;
}

.tick-flip-shadow {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25), 0 0.02125em 0.06125em rgba(0, 0, 0, 0.25);
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/bootstrap/scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 9, app/assets/stylesheets/bootstrap/type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, app/assets/stylesheets/bootstrap/type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, app/assets/stylesheets/bootstrap/type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, app/assets/stylesheets/bootstrap/type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, app/assets/stylesheets/bootstrap/type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, app/assets/stylesheets/bootstrap/type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, app/assets/stylesheets/bootstrap/type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, app/assets/stylesheets/bootstrap/type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, app/assets/stylesheets/bootstrap/type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, app/assets/stylesheets/bootstrap/type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, app/assets/stylesheets/bootstrap/type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, app/assets/stylesheets/bootstrap/type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, app/assets/stylesheets/bootstrap/type.scss */
p {
  margin: 0 0 10px;
}

/* line 67, app/assets/stylesheets/bootstrap/type.scss */
small,
.small {
  font-size: 85%;
}

/* line 77, app/assets/stylesheets/bootstrap/type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 81, app/assets/stylesheets/bootstrap/type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 88, app/assets/stylesheets/bootstrap/type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 92, app/assets/stylesheets/bootstrap/type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 96, app/assets/stylesheets/bootstrap/type.scss */
dt {
  font-weight: 700;
}

/* line 99, app/assets/stylesheets/bootstrap/type.scss */
dd {
  margin-left: 0;
}

/* line 108, app/assets/stylesheets/bootstrap/type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 117, app/assets/stylesheets/bootstrap/type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 124, app/assets/stylesheets/bootstrap/type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 132, app/assets/stylesheets/bootstrap/type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 141, app/assets/stylesheets/bootstrap/type.scss */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 152, app/assets/stylesheets/bootstrap/type.scss */
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 153, app/assets/stylesheets/bootstrap/type.scss */
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 160, app/assets/stylesheets/bootstrap/type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 27, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 0) {
  /* line 27, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 0) {
  /* line 27, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1440px) {
  /* line 27, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, app/assets/stylesheets/bootstrap/tables.scss */
table {
  background-color: transparent;
}

/* line 13, app/assets/stylesheets/bootstrap/tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, app/assets/stylesheets/bootstrap/tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, app/assets/stylesheets/bootstrap/tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, app/assets/stylesheets/bootstrap/tables.scss */
th {
  text-align: left;
}

/* line 43, app/assets/stylesheets/bootstrap/tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 52, app/assets/stylesheets/bootstrap/tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, app/assets/stylesheets/bootstrap/tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, app/assets/stylesheets/bootstrap/tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, app/assets/stylesheets/bootstrap/tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, app/assets/stylesheets/bootstrap/tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, app/assets/stylesheets/bootstrap/tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, app/assets/stylesheets/bootstrap/tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, app/assets/stylesheets/bootstrap/tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 122, app/assets/stylesheets/bootstrap/tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, app/assets/stylesheets/bootstrap/tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, app/assets/stylesheets/bootstrap/tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, app/assets/stylesheets/bootstrap/tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: -1) {
  /* line 171, app/assets/stylesheets/bootstrap/tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, app/assets/stylesheets/bootstrap/tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, app/assets/stylesheets/bootstrap/tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, app/assets/stylesheets/bootstrap/tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, app/assets/stylesheets/bootstrap/tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, app/assets/stylesheets/bootstrap/tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, app/assets/stylesheets/bootstrap/tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, app/assets/stylesheets/bootstrap/forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, app/assets/stylesheets/bootstrap/forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, app/assets/stylesheets/bootstrap/forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, app/assets/stylesheets/bootstrap/forms.scss */
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 61, app/assets/stylesheets/bootstrap/forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, app/assets/stylesheets/bootstrap/forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, app/assets/stylesheets/bootstrap/forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, app/assets/stylesheets/bootstrap/forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, app/assets/stylesheets/bootstrap/forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, app/assets/stylesheets/bootstrap/forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, app/assets/stylesheets/bootstrap/forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 133, app/assets/stylesheets/bootstrap/forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, app/assets/stylesheets/bootstrap/forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, app/assets/stylesheets/bootstrap/forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, app/assets/stylesheets/bootstrap/forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, app/assets/stylesheets/bootstrap/forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, app/assets/stylesheets/bootstrap/forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
}

/* line 212, app/assets/stylesheets/bootstrap/forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 221, app/assets/stylesheets/bootstrap/forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 231, app/assets/stylesheets/bootstrap/forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 236, app/assets/stylesheets/bootstrap/forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 244, app/assets/stylesheets/bootstrap/forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 251, app/assets/stylesheets/bootstrap/forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

@media (min-width: 0) {
  /* line 274, app/assets/stylesheets/bootstrap/forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 281, app/assets/stylesheets/bootstrap/forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 287, app/assets/stylesheets/bootstrap/forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 291, app/assets/stylesheets/bootstrap/forms.scss */
  .form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 298, app/assets/stylesheets/bootstrap/forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 302, app/assets/stylesheets/bootstrap/forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 309, app/assets/stylesheets/bootstrap/forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 316, app/assets/stylesheets/bootstrap/forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 320, app/assets/stylesheets/bootstrap/forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
}

/* line 344, app/assets/stylesheets/bootstrap/forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 352, app/assets/stylesheets/bootstrap/forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 358, app/assets/stylesheets/bootstrap/forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 0) {
  /* line 365, app/assets/stylesheets/bootstrap/forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 9, app/assets/stylesheets/bootstrap/buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  text-decoration: none;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 27, app/assets/stylesheets/bootstrap/buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 33, app/assets/stylesheets/bootstrap/buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 40, app/assets/stylesheets/bootstrap/buttons.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 47, app/assets/stylesheets/bootstrap/buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

/* line 59, app/assets/stylesheets/bootstrap/buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 69, app/assets/stylesheets/bootstrap/buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 72, app/assets/stylesheets/bootstrap/buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #3b67c4;
  border-color: #355db0;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2f529d;
  border-color: #18294e;
}

/* line 17, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #2f529d;
  border-color: #274481;
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2f529d;
  background-image: none;
  border-color: #274481;
}

/* line 30, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #274481;
  border-color: #18294e;
}

/* line 41, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #3b67c4;
  border-color: #355db0;
}

/* line 49, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #3b67c4;
  background-color: #fff;
}

/* line 76, app/assets/stylesheets/bootstrap/buttons.scss */
.btn-success {
  color: #fff;
  background-color: #3BC476;
  border-color: #35b06a;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2f9d5e;
  border-color: #184e2f;
}

/* line 17, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #2f9d5e;
  border-color: #27814e;
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2f9d5e;
  background-image: none;
  border-color: #27814e;
}

/* line 30, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #27814e;
  border-color: #184e2f;
}

/* line 41, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #3BC476;
  border-color: #35b06a;
}

/* line 49, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #3BC476;
  background-color: #fff;
}

/* line 80, app/assets/stylesheets/bootstrap/buttons.scss */
.btn-info {
  color: #fff;
  background-color: #3b99c4;
  border-color: #358ab0;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #2f7a9d;
  border-color: #183d4e;
}

/* line 17, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #2f7a9d;
  border-color: #276581;
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2f7a9d;
  background-image: none;
  border-color: #276581;
}

/* line 30, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #276581;
  border-color: #183d4e;
}

/* line 41, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #3b99c4;
  border-color: #358ab0;
}

/* line 49, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #3b99c4;
  background-color: #fff;
}

/* line 84, app/assets/stylesheets/bootstrap/buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #ed8355;
  border-color: #eb723e;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #e86127;
  border-color: #993a10;
}

/* line 17, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #e86127;
  border-color: #d55017;
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e86127;
  background-image: none;
  border-color: #d55017;
}

/* line 30, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d55017;
  border-color: #993a10;
}

/* line 41, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #ed8355;
  border-color: #eb723e;
}

/* line 49, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #ed8355;
  background-color: #fff;
}

/* line 88, app/assets/stylesheets/bootstrap/buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #ed6155;
  border-color: #eb4c3e;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #e83627;
  border-color: #991b10;
}

/* line 17, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #e83627;
  border-color: #d52617;
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e83627;
  background-image: none;
  border-color: #d52617;
}

/* line 30, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #d52617;
  border-color: #991b10;
}

/* line 41, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #ed6155;
  border-color: #eb4c3e;
}

/* line 49, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #ed6155;
  background-color: #fff;
}

/* line 96, app/assets/stylesheets/bootstrap/buttons.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 100, app/assets/stylesheets/bootstrap/buttons.scss */
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 104, app/assets/stylesheets/bootstrap/buttons.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 112, app/assets/stylesheets/bootstrap/buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 118, app/assets/stylesheets/bootstrap/buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 126, app/assets/stylesheets/bootstrap/buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, app/assets/stylesheets/bootstrap/component-animations.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 14, app/assets/stylesheets/bootstrap/component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 7, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 42, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 46, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 51, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 58, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group .form-control:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 64, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group .form-control:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 74, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 83, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 85, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 89, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 98, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 104, app/assets/stylesheets/bootstrap/input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 6, app/assets/stylesheets/bootstrap/breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, app/assets/stylesheets/bootstrap/breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, app/assets/stylesheets/bootstrap/breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, app/assets/stylesheets/bootstrap/breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, app/assets/stylesheets/bootstrap/pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, app/assets/stylesheets/bootstrap/pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, app/assets/stylesheets/bootstrap/pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #3b67c4;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, app/assets/stylesheets/bootstrap/pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #294889;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, app/assets/stylesheets/bootstrap/pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, app/assets/stylesheets/bootstrap/pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, app/assets/stylesheets/bootstrap/pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3b67c4;
  border-color: #3b67c4;
}

/* line 61, app/assets/stylesheets/bootstrap/pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 9, app/assets/stylesheets/bootstrap/alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, app/assets/stylesheets/bootstrap/alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, app/assets/stylesheets/bootstrap/alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/bootstrap/alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/bootstrap/alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, app/assets/stylesheets/bootstrap/alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, app/assets/stylesheets/bootstrap/alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, app/assets/stylesheets/bootstrap/alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, app/assets/stylesheets/bootstrap/alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, app/assets/stylesheets/bootstrap/alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, app/assets/stylesheets/bootstrap/alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, app/assets/stylesheets/bootstrap/progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, app/assets/stylesheets/bootstrap/progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #3b67c4;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

/* line 54, app/assets/stylesheets/bootstrap/progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, app/assets/stylesheets/bootstrap/progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, app/assets/stylesheets/bootstrap/progress-bars.scss */
.progress-bar-success {
  background-color: #3BC476;
}

/* line 7, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, app/assets/stylesheets/bootstrap/progress-bars.scss */
.progress-bar-info {
  background-color: #3b99c4;
}

/* line 7, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, app/assets/stylesheets/bootstrap/progress-bars.scss */
.progress-bar-warning {
  background-color: #ed8355;
}

/* line 7, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, app/assets/stylesheets/bootstrap/progress-bars.scss */
.progress-bar-danger {
  background-color: #ed6155;
}

/* line 7, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, app/assets/stylesheets/bootstrap/media.scss */
.media {
  margin-top: 15px;
}

/* line 5, app/assets/stylesheets/bootstrap/media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, app/assets/stylesheets/bootstrap/media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, app/assets/stylesheets/bootstrap/media.scss */
.media-body {
  width: 10000px;
}

/* line 20, app/assets/stylesheets/bootstrap/media.scss */
.media-object {
  display: block;
}

/* line 24, app/assets/stylesheets/bootstrap/media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, app/assets/stylesheets/bootstrap/media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, app/assets/stylesheets/bootstrap/media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, app/assets/stylesheets/bootstrap/media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, app/assets/stylesheets/bootstrap/media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/bootstrap/media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, app/assets/stylesheets/bootstrap/media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, app/assets/stylesheets/bootstrap/media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, app/assets/stylesheets/bootstrap/list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, app/assets/stylesheets/bootstrap/list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, app/assets/stylesheets/bootstrap/list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, app/assets/stylesheets/bootstrap/list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, app/assets/stylesheets/bootstrap/list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, app/assets/stylesheets/bootstrap/list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, app/assets/stylesheets/bootstrap/list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, app/assets/stylesheets/bootstrap/list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3b67c4;
  border-color: #3b67c4;
}

/* line 66, app/assets/stylesheets/bootstrap/list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, app/assets/stylesheets/bootstrap/list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #d8e1f3;
}

/* line 83, app/assets/stylesheets/bootstrap/list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, app/assets/stylesheets/bootstrap/list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, app/assets/stylesheets/bootstrap/list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, app/assets/stylesheets/bootstrap/list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, app/assets/stylesheets/bootstrap/list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, app/assets/stylesheets/bootstrap/list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, app/assets/stylesheets/bootstrap/panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, app/assets/stylesheets/bootstrap/panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, app/assets/stylesheets/bootstrap/panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 29, app/assets/stylesheets/bootstrap/panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 35, app/assets/stylesheets/bootstrap/panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 45, app/assets/stylesheets/bootstrap/panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 59, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 62, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 69, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 77, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 86, app/assets/stylesheets/bootstrap/panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 90, app/assets/stylesheets/bootstrap/panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 100, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 104, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 110, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 116, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 120, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 124, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 132, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 138, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 142, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 146, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 153, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 159, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 163, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 170, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 174, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 183, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 192, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 199, app/assets/stylesheets/bootstrap/panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 211, app/assets/stylesheets/bootstrap/panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 215, app/assets/stylesheets/bootstrap/panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 219, app/assets/stylesheets/bootstrap/panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 224, app/assets/stylesheets/bootstrap/panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 228, app/assets/stylesheets/bootstrap/panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 235, app/assets/stylesheets/bootstrap/panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 238, app/assets/stylesheets/bootstrap/panels.scss */
.panel-primary {
  border-color: #3b67c4;
}

/* line 6, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3b67c4;
  border-color: #3b67c4;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3b67c4;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #3b67c4;
  background-color: #fff;
}

/* line 20, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3b67c4;
}

/* line 241, app/assets/stylesheets/bootstrap/panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 244, app/assets/stylesheets/bootstrap/panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 247, app/assets/stylesheets/bootstrap/panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 250, app/assets/stylesheets/bootstrap/panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 6, app/assets/stylesheets/bootstrap/close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, app/assets/stylesheets/bootstrap/close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, app/assets/stylesheets/bootstrap/close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 11, app/assets/stylesheets/bootstrap/modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, app/assets/stylesheets/bootstrap/modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, app/assets/stylesheets/bootstrap/modals.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

/* line 36, app/assets/stylesheets/bootstrap/modals.scss */
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* line 38, app/assets/stylesheets/bootstrap/modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, app/assets/stylesheets/bootstrap/modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, app/assets/stylesheets/bootstrap/modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, app/assets/stylesheets/bootstrap/modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, app/assets/stylesheets/bootstrap/modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, app/assets/stylesheets/bootstrap/modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, app/assets/stylesheets/bootstrap/modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, app/assets/stylesheets/bootstrap/modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, app/assets/stylesheets/bootstrap/modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, app/assets/stylesheets/bootstrap/modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, app/assets/stylesheets/bootstrap/modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, app/assets/stylesheets/bootstrap/modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, app/assets/stylesheets/bootstrap/modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, app/assets/stylesheets/bootstrap/modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, app/assets/stylesheets/bootstrap/modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 0) {
  /* line 136, app/assets/stylesheets/bootstrap/modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, app/assets/stylesheets/bootstrap/modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, app/assets/stylesheets/bootstrap/modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 0) {
  /* line 149, app/assets/stylesheets/bootstrap/modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/bootstrap/utilities.scss */
.pull-right {
  float: right !important;
}

/* line 10, app/assets/stylesheets/bootstrap/utilities.scss */
.pull-left {
  float: left !important;
}

/* line 19, app/assets/stylesheets/bootstrap/utilities.scss */
.hide {
  display: none !important;
}

/* line 22, app/assets/stylesheets/bootstrap/utilities.scss */
.show {
  display: block !important;
}

/* line 13, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: -1) {
  /* line 3, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: -1) {
  /* line 54, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: -1) {
  /* line 59, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: -1) {
  /* line 64, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 0) and (max-width: -1) {
  /* line 3, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 0) and (max-width: -1) {
  /* line 73, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 0) and (max-width: -1) {
  /* line 78, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 0) and (max-width: -1) {
  /* line 83, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 0) and (max-width: 1439px) {
  /* line 3, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 0) and (max-width: 1439px) {
  /* line 92, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 0) and (max-width: 1439px) {
  /* line 97, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 0) and (max-width: 1439px) {
  /* line 102, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1440px) {
  /* line 3, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1440px) {
  /* line 111, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1440px) {
  /* line 116, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1440px) {
  /* line 121, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: -1) {
  /* line 13, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: -1) {
  /* line 13, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: 1439px) {
  /* line 13, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  /* line 13, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, app/assets/stylesheets/bootstrap/responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../../.rvm/gems/ruby-2.6.1/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
.mentions-input-box {
  position: relative;
  background: #fff;
}

.mentions-input-box textarea {
  overflow: hidden;
  background: transparent;
  position: relative;
  resize: none;
  box-sizing: border-box;
}

.mentions-input-box .mentions-autocomplete-list {
  display: none;
  background: #fff;
  border: 1px solid #b2b2b2;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000;
  margin-top: -2px;

  border-radius:5px;
  border-top-right-radius:0;
  border-top-left-radius:0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.148438);
}

.mentions-input-box .mentions-autocomplete-list ul {
    margin: 0;
    padding: 0;
}

.mentions-input-box .mentions-autocomplete-list li {
  background-color: #fff;
  padding: 0 5px;
  margin: 0;
  width: auto;
  border-bottom: 1px solid #eee;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
}

.mentions-input-box .mentions-autocomplete-list li:last-child {
  border-radius:5px;
}

.mentions-input-box .mentions-autocomplete-list li > img,
.mentions-input-box .mentions-autocomplete-list li > div.icon {
  width: 16px;
  height: 16px;
  float: left;
  margin-top:5px;
  margin-right: 5px;
  -moz-background-origin:3px;

  border-radius:3px;
}

.mentions-input-box .mentions-autocomplete-list li em {
  font-weight: bold;
  font-style: none;
}

.mentions-input-box .mentions-autocomplete-list li:hover,
.mentions-input-box .mentions-autocomplete-list li.active {
  background-color: #f2f2f2;
}

.mentions-input-box .mentions-autocomplete-list li b {
  background: #ffff99;
  font-weight: normal;
}

.mentions-input-box .mentions {
  position: absolute;
  left: 1px;
  right: 0;
  top: 1px;
  bottom: 0;
  padding: 9px;
  color: #fff;
  overflow: hidden;

  white-space: pre-wrap;
  word-wrap: break-word;
}

.mentions-input-box .mentions > div {
  color: #fff;
  white-space: pre-wrap;
  width: 100%;
}

.mentions-input-box .mentions > div > strong {
  font-weight:normal;
  background: #d8dfea;
}

.mentions-input-box .mentions > div > strong > span {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
/*



 */
/* line 7, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator {
  /* Modified from: https://www.strangerstudios.com/sandbox/pagination/diggstyle.php */
}

/* line 8, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator *:not(input):not(textarea) {
  margin: 0;
  border: none;
  padding: 0;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .commontator-hidden {
  display: none;
}

/* line 18, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .header {
  display: block;
  overflow: hidden;
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .actions {
  float: right;
  margin-left: 10px;
}

/* line 30, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .status {
  font-size: 120%;
  font-weight: bold;
  font-style: normal;
}

/* line 36, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .comment-list {
  background-color: #FFF;
}

/* line 40, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .children {
  padding-left: 15px;
}

/* line 45, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .page-entries-info, .commontator .will-paginate {
  margin: 10px 0;
}

/* line 50, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .pagination a {
  margin-right: 4px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #999;
  color: #666;
  text-decoration: none;
}

/* line 58, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .pagination a:hover, .commontator .pagination a:active {
  border: 1px solid #555;
  color: #000;
}

/* line 65, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .pagination em {
  margin-right: 4px;
  border: 1px solid #555;
  padding: 2px 5px 2px 5px;
  background-color: #555;
  font-weight: bold;
  color: #FFF;
}

/* line 76, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .pagination .name {
  margin: 2px 9px 2px 0;
}

/* line 80, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .pagination .disabled {
  margin-right: 4px;
  border: 1px solid #EEE;
  padding: 2px 5px 2px 5px;
  color: #DDD;
}

/* line 89, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .mentions {
  left: -8px;
  top: -8px;
  font-family: monospace;
  font-size: 13.3333px;
}

/* line 97, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .field textarea {
  width: 100%;
  padding: 0;
  overflow: auto;
}

/* line 105, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/application.scss */
.commontator .submit {
  margin: 10px 0;
}
/* line 2, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment, .commontator .comment .body blockquote {
  border: none;
  border-top: 1px solid;
  border-left: 1px solid;
  font-weight: normal;
  color: #000;
}

/* line 11, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment {
  clear: both;
  margin: 15px 0;
  border-color: #DDD;
  padding: 0;
  font-style: normal;
}

/* line 21, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .section {
  clear: both;
  margin: 5px 7px;
}

/* line 27, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .author {
  font-size: 110%;
}

/* line 31, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .actions {
  font-size: 90%;
}

/* line 35, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .avatar {
  float: left;
  margin-right: 7px;
}

/* line 41, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .votes {
  float: right;
  margin-left: 7px;
  text-align: center;
}

/* line 48, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .votes input, .commontator .comment .votes img {
  background-color: transparent;
}

/* line 53, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .upvote, .commontator .comment .downvote {
  display: block;
  height: 18px;
  margin: 5px 0;
}

/* line 61, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .like {
  float: left;
  margin: 0 5px;
}

/* line 67, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .vote-count {
  font-size: 110%;
}

/* line 71, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .body {
  overflow: hidden;
}

/* line 74, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .body blockquote {
  border-color: #CCC;
  padding: 5px 7px;
  background-color: #EEE;
  font-style: italic;
}

/* line 84, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .reply, .commontator .comment .timestamp {
  font-size: 90%;
}

/* line 88, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .timestamp {
  color: #666;
}

/* line 92, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .error-explanation {
  margin-bottom: 10px;
}

/* line 95, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .error-explanation h3 {
  margin-top: 5px;
}

/* line 99, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .error-explanation ul {
  list-style-position: inside;
}

/* line 104, ../../.rvm/gems/ruby-2.6.1/bundler/gems/commontator-1d88b1232997/app/assets/stylesheets/commontator/comments.scss */
.commontator .comment .pagination {
  margin: 10px 7px;
}
.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}
/* line 1, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 7, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}

/* line 13, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon:before {
  content: '\00a0';
}

/* line 16, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon.flag-icon-squared {
  width: 1em;
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ad-04b4b65e6a104b102172258b3894a9a4e29890aa63e8edc4812033dd7387b77e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ad-847534ad5665b0bb24f766110a56922d9115cbd4c35746597e1fc5edb381b41a.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ae-f6dd88c6cb3940f07ad1ee2635ec0f081d53885efea97c2f363f61c4f06129e8.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ae-c5992978bbf00ada1971a746b819936eb2f73aefac7f10518995545c2ccf2c10.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/af-745ad7e8ea956edf06641d01bf5a0374cfae6902846e62a30ed56ad80f889906.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/af-50e587ac98a5af98e21994909aa1f9898add6842954e2ad6a709d857b39a8b55.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ag-ec678db01740bd72757a7883a1dbea0c163e2b0a7a692cc8a0749c6f50428abb.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ag-35c11ca3ad0581842f9c1eddc462690e6166f94a8dbb15e248398df93a276004.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ai-d688814fa60d2294b79b6ffe3d2a64e55a0bc013718cbf028b5d5720e3041794.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ai-850f5995f9b55ac8f30b35157cb1881d149e8257c168f39dbc8e51cae25c222d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/al-5631be891ba0ccdb1f2a9b3a934031ed681aaeb139acc9e3b414e2561a608495.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/al-96787887d75cd3bd02e8eff8a75ba0856873167743205a5cbfc5439197e3070d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/am-fd6eb7b12b2bbd15d4e5db6949b57255849f5fecc62d9a48d848bab767f1123e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/am-85e618fb93d8a64fc145ce0ebfb0397e5468816476df4c43ff0419dfea72d53b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ao-09b6b18d13202b859e9e94b9a88e59701b7b2d00d88d8a749f7f0d3bb71c745c.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ao-dd2f7930f4f4214707f7a311f16cae422471094601319a5b69abeb48d384855c.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/aq-2adcc4b28a1da2ac271675b5377a39f226fe06b135d287215c153957b2176da2.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/aq-8809bb8b30a063b921c866da0a83236d7dd8a17148ef4c0db3c53ccd0dc15e6f.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ar-8208e0546b8e666d806ee3fc3061504a62bf6cdea5fa4385d54c3ba131e3135c.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ar-2d821fddef311e29c74ce2b19bbc651a2d613aebbd88f59ad8fc6c3a81544d1b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/as-a7ce0712972b05287e9ddf7da0e19630d4b440f0ce59b3a50397bc29d162192e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/as-06505370c9bcfcad7b057757c3e892d12930db56565c0fd0bc86f4af5af5686f.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/at-644b0cc2d91fe69f18d9992488a748efa0df7eb6ddc83ac79351ba9226956d25.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/at-b36d3570a5102400e028dfa0b5204e9c2cd8d72b398e94bab5c51edd0954ce40.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/au-887bb0cc0e77e15153e4c9006e785d5f68c77ca0ab9eb7f538e371a0e4f218af.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/au-ba82260247c564d9f4735fa2eeca092ac9b5d4e32c6a6a8db1d4177b746516a5.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/aw-ea7eeaeec20598c43c59a2536b150a7fb5e7f6443a5bfb7e1bd72aa7186be8e1.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/aw-c39c9c3d5de9ece42a7e717ac3670886532dd75d50a34e1b3ae10e39487679fb.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ax-4825f85b2d4669c70f360bd63f1e36215d16bace4700dffc61992911de53198a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ax-ce68def4e721fcb48feb3b2aee81ad4ba7e75642ace96f24c059ee82b906c35b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/az-9e3354b743219dbaf19cc54a63e1a8ed41d1f41485455330775b3b5c6dd6c9fe.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/az-4e93f9eef0ef96515e8c152c87d4a278d725ecb20108257105c9ccd48a156ddb.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ba-7e420cae1feb7be337a34f25fb8fd6421295cde2e03273efa7e880d7d5d9281e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ba-2e20ab2d7c91e67460cc9a910016a7706b0d7e5865895cce6b835b4f557cc861.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bb-35373b19bd542d0382d79bbd162be7583932adbb180c8b6223614a52c31fb1a0.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bb-f5d71a0072d6dbc25a4264c4ab0d997b785550f8e6581230c22bb30fec7c9841.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bd-0531b5c730836d8ecfb4b9b79aad2e560dfc53a30e65f2a4030d2f275827f5ae.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bd-c35883811cce9a21ef91202da7fc4648cc62b9ffee53a5ad0a88b179494e95fc.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/be-ac7f9445060d07698cf4c4b5126b13397e12949102326caa3179eb98d4a90974.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/be-61e1bb398ed6bf0253a21f9e32feb26395cf5aec5dc05640235d4accf43c2ee1.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bf-4f19b8dfd521393da6d1f2ca95cc79d22d558c34c3d74b2718417d9df29726f3.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bf-7b037b76d1915df2f978852ebc0b88e6fa9abf8d579ed85e360d081b8f95e09c.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bg-1433c1cd05916af99e2db72a9e2c6d7532013a619770b66b51595fcd349cbaa6.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bg-d631585f0e0981298746582b913765429bbcdd2349cc6062b8e9e790be5f31f0.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bh-d677a52979c37517212e9b9b6697541a366b0104e09808d396a6d02411a983f5.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bh-d408321e7282b8ee67413917d3063536197d8ceeb23abc05677d748ebb8a6378.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bi-6323bc95384cf7a6ea6c91332c3054e55152b391e8f823828df3d05a3e40854a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bi-e79238de5c139c78aeb157e1b7d5646a79dc5e154f35ad49aeae21321c0a8d78.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bj-951d79103aea5585768fa178923f6127f918fc01d02556174dff9f8506cf90ea.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bj-7f5cc7510ece68a729788fcfbebd91dd941e0014ba3187b66bcd3da245c78460.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bl-cc250a31e29ac0fe10c9e79a35920b280f6ec2731b9d5f701b2313bee631e114.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bl-cfb5dd954f586d0662e09cdcbd338da8e225d481896414688262e2bd14c38c8a.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bm-1e95c5f49d3f1f4a7049a82cdcd6ae326e4c37effd2249df9f7df423942b7396.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bm-e0b05c8af03f5fe3728e191b24bedb2ac2429b86abfba4fa14b7d48960883d9c.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bn-2e92465bcaef939fcf20029aedac6af2262eb4ee25e36d64bcf98d03976bbbe9.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bn-6a56361917ec344da75ebb87a3713a2eaaf4605d84b1f1e3db1a8df6685bfb3f.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bo-4c581c015880880d328153d007fc2517a7e0b53126c1a3a676e4abbb19e4c7fb.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bo-ec135db8db19ecafc614799d5e9e459cc5d8e9d91308f7d4511f3b95f8ee1054.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bq-973b8d977bde843039e96a9229d803fcbb1c29ba92272b8bc3223b28b8ccc803.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bq-78c259288833d36f4d2209a4a95ca18cd3c18820f79f49b278bf7960cf5b34e7.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/br-68ee8e029f99c31821e646aec1c8e9e8f8b1aaf26d72909ac75ff38c1f8e9201.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/br-746af5283e4e792a1a7f94d934cac1e45c94470c4ffd37df5d1ab10bec2fd4db.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bs-7b507794ee3f8d7e6b0c5739552e37cd2ab0596fab63a03f20fde4249cbf18d2.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bs-277f44ad225c320c1a44610721f5b3a457d7e3d649593b598d59e2ce5164f727.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bt-2f99024e1cec950a6bce184bc2d8a27629efdab8178a28bad798881ac3167710.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bt-77d4f8b9a2c3dadacce904304c524b507e2a0d4109cf6506aa8cc1c131c359ad.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bv-de8bb212ed5afdf6d557928d784ed98d2e2baa7aaaf2ced7abc5cf13fa540423.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bv-4e4ae03e0878a6e689a0a2ebfe2b1b10fe58329a86acd73ee41f1a9c569f2cb3.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bw-76559252bbe0a305e9228103c5c34c39271a9d0b69f8f2b0dfbea5e18d7b37de.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bw-3797276ece0055f7c569dc013b59174f613e956c714b5674c90e911615f61318.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/by-7865b19bb46d15f8004699022907d7c8d07193121dac101a3724b7ca578ee3ba.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/by-7bd37ee878e4225470de8cc284d66cf70785a0329da88b43e5f93e25c047b738.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/bz-c8dfd550816ef86ff0fb82f9b31ca2467fcf50a7ba53e6163fe2bb01cccab0d5.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/bz-07baa0c080ae0dec236c42810db344f5b6e4209fe16bc9644cf998108b56b85c.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ca-f9229a913dece446e34e6de7245dfd3adbea059934b5beaed45654cef2f1cb1d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ca-47f58efb8689efb510291bb7b7a354c3e434e983914f0cc382e763ecccfa7a6e.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cc-acf43807923322e2e43deef84443007b75d0d21ebb8a85d0d4e2837e998798c8.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cc-827355b0b5c0a98cd0b479c7914c62d1de7712c643978941a97741c13ee69891.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cd-594addda580762e53242cc9e5a3885cc200d6b92c9453b65242c0038e4e22959.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cd-6f390c3dac0d0d278ea6593bb615e3e23a94f7e84cc40b917e47bdce520a3a2b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cf-31a4f1c7e55d90551235336b339544920b01a8a4fb27efd5b18d0a68ea908f0e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cf-820b63e306c3eec593028576d9ea830f24526b8e4c8a51cec04f4a1851f1f781.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cg-cb3b4a7be309eae587becb687690e332624b75d8a40481abd13a4d8a3c685a87.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cg-3b7d163f2951bc21e895dbead028c79b8f97dc4a95f9d9ca76d78b398025a20b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ch-d32cf51d10ea8174a3e8725e620c5bd13511a6a6c676d3c807e6ad82017f6178.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ch-ff30c29ed89a29db4cae89e8f4915e573c75dd7ad377e5ac7987c956fb68a141.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ci-70e248e97c577c3ab3a85a8a76e5f20ef0bfd2c2a3c190746e625fa37edbbec9.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ci-fb50e5c5558e915f5cd4060bd75d63e43ed4a2af1cf77caf1d184d8e5b3c888b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ck-a86d1e54e265e2de5155595e838ec7c3db3ca23f563336885d7c5d17888c4709.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ck-a0d6f5ca82965ef1838549666bef9735b619c40bcf791850f092486b1fa3831d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cl-0bec6c3cc4d36bbf245a3be22c10b8ff9c25996bb372a916e365e3274e62ccfb.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cl-8dc4289cd2cba6ac3f07519957f3cbd582f59e1153d655871a507bc0559fc93f.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cm-8832f17145686399c412437f6762b4de6afb48fcc409590b7b09e593fe3b08d5.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cm-4ba39a0a5fe36564e132e7a4d0f881ca10e95b0824157253a9180b2fe0089553.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cn-865ae68cc9042422bae55dba123af75dfab352069aa15121385a739c57caf1aa.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cn-cdf756a16521136b99d38c241ee5df601912f290c6bafd45f7a5f73f916ed8ed.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/co-48603194a139754c8c7908f4d0c8181ca6729a221de897e8e5d26c9a3f211b1d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/co-0be1e3cef708f4f0f979a3c36bdcb4046a45693846dc9b9e5be2ea5f1c536667.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cr-127b7f2e0f6ebe8c62885fd78f6a3dc167624e8e7b5fac79d4b8f3054b798a92.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cr-80711b24354b0eedd247bbd77352db3bc9ad586c31d0a8727a4400368e56b2c4.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cu-c72751747322de6b51b1dd462d04d0b533fa1e1c68f51b3c90d19ec683c2af3a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cu-ec5f9adfe3639f609ebf60d933d6500a0a9a5d77f9c8d5ec6a2f0d0ec2efd5a4.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cv-029b4bd4d5c58ee3479b9a5fd3700923efa4881282225ac47690a3955472b7f1.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cv-750969622373a36a416fc64118f1cb5407764d508f99b7db720f2ab474b93ebf.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cw-f3c7dc011a64c13ebab21e47baaea3e0fea8d83f83fd8cc1845630a5f78ce087.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cw-48a78eb5e8abd98b90ae7b373746bbd58851c76eb305ca0e7d8081df9180f248.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cx-9033ee142f06aac6b700968943103e6dba8ce3171b17f7f7d54f26c35387c022.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cx-f8356811ad67ac25c4a8c22bba7468615f8a0bcb09e4d8da09ad3806febc7d1b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cy-86c9999efa3399db043be615d16558ec0e40feafe9325fe1b6422ff0e089a60c.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cy-67835af18d83749f0ac63e160db340d7a83b2e189e5e5b715b49c4b922fbb4ff.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/cz-e8f891c91f0889f53815958ed9c0d0472c03ecf58c5b8d3d87a864ede0e57ce0.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/cz-de11cacecaee1ed952a170fa43d318b01507ae9c8b0ab16b96f53848676326c7.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/de-dcf5931120e541ce9e83e97c37cf95eeac9a152cd5e5ed9e0bf58116943d7250.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/de-3479e75f866450220db28ef3ebb1ba0c345c059ed67de62c4176a09572da8f32.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/dj-e69892f8499ec8d780cdd20b051f936d5471eb92efd519b93be9d10f31382c77.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/dj-49721ea1deeb6e17f32ee2b3617d27961ad256505849243843f0fd5697332b18.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/dk-d50cdf2f88be249eb116da08c38cf119d44246ab4f5d62a94feefd37da149019.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/dk-24ccaa605d1f01e33802197d416654b64fac3f3d28ba90b5f6094c17dfe95344.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/dm-24faadaf18d5651beccc45688ef3421d2d083b5f2e92cab50c414e487a899095.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/dm-4f6888ba822d1592b9751c198ae6aafd1c14630be57d7e3b4372e3df8eb4f201.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/do-43538ca280e65a4eb8b38992290cda974a7f631ae18f3e6864dc6f61397ab514.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/do-1164fc19d2a5f2299e84d59627b780ff9dcba335acaa19a4acacd4781d916b78.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/dz-1b56086fc67c067d339838fc63e8f98faea641560b14839260546c895bdf4768.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/dz-b9527d30bdb9d67fba87351df4d4340fcc1c0dce368f0371359e5fcf7d445f3b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ec-d6df0532653f0a2a3ccdee80854ad75c4a4fe4a360fc5d5c73865253ebfc6b7f.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ec-a1a0b637c3d12b488cd180746ea10e42e659907c99c0b3d9eec65415494b5321.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ee-2e52e01e34f175e856e120e57184ce61eccb5bff94633d3f2effcfed765f610b.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ee-1058c4a95d48696c8c99608a104e756d4ac5c431a7a1f60e179769416c443420.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/eg-2b5a88cf9ab7a59447e6a3e3cc12d350c573719d2a90810d50ed7695a1591d30.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/eg-ded55c3561ee2003ede5cc35af88959adb2398badc3c63dcc40e320d5bdb6c97.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/eh-250c6f7e1db483fb08f682d4917c06741614edb0a093aa80c0fe57f9bff03eba.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/eh-ae52d9c4377873ea1db474ef820d87e956753992097bbce93118c836f27c5598.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/er-13b1d5072a285b78863f33088676ff459fc9049e403c4427d0bf149ab8a65eac.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/er-516d763b5c3ddf087968e8e2ce10eb9f6a162e98b1c586ae90f7ebc2a9e877e6.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/es-85290c103c538de1b8629c7a609319f01fc5a63a24655946e6003740d30f1534.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/es-582d90241cc77269d8eeaa709ee9345c4e3935b7c20f9d3f04d707800c554896.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/et-818e867ed44592f1c476d5abd8d9e5b60bb1e485f01076a633f5304fee7990d4.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/et-7e2476975a4837f67af86aa6556d382dfd6769922a47ee9a49ef81a540c0f3b7.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/fi-262396615a680200f7709a9a998a1f346db6de48844bb0a76d8c41d0d8dfb466.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/fi-cdfc9cc3908d4f0d534fb34853fda8db5981195204ab6219bad3aa3cf90ecfa6.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/fj-fd0cc7fe3c27f0c999ce61d40b0143ca536d9d39875c524bb20afe5ccd55e40c.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/fj-930160f9247a73774021c9d019dfedc21ed09934db523690ca76f0a7e1a2d9d1.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/fk-5d5fdf224c1455f03c84d85f587463d8c511ff86dd5592f216a7470989175e42.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/fk-b614bdecd7ba844a5885a5acfb6b658bf649dd72d095844abdd4cf14860685c4.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/fm-6e665d3e05ae726fee0ced73ae84ce1d0596e80cb3dafce78d0c56dbc3018584.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/fm-c59efd1b95788946440a90610eac4f3222be5fbfb5748c076eabd0d4b6b8613e.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/fo-e2bcddb90777676679c7d680f18bcace56143f3a6bb0618ce59e4bf863b9e58e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/fo-c9e403639ac04f28b0c86fc370ac5a106213f2ecf2ffc291cb9cd0ec2c000d8b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/fr-14bbb212b68a54751cbf4354dc9ca16bf4fd671fba4bfd0e77fb855fc55ce884.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/fr-8b9d16b144204ecd34289bf1f0e06e57ad03a889a3813463de8e1a25005da5ec.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ga-ae7daae3629bfa925e336323a198a018ae2007a1ea2ab9ba32d4b110e0abc7d4.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ga-1a903d6903087e08d16b56a27741cd1ea2c0685fbd325e9c4cef45d7fb00ccc3.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gb-14e43b4df91315b33ed5f8ad46d9e84f43f84be11c65148bca043808832cab95.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gb-81ec47f82b87b9398d17f1db841ea31695a24fa3e05c60fa4d59b21ae4d5bed2.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gd-9a09ce17c1792c8860223020288f72ed168afebcafdc9fa8c46a7b7b1513c28a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gd-1678beac8104635c4360593bbba3e3e4b84467d8997ed538137b5a68740ba1b9.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ge-0ed0a003c1e169ed60bdd889c8c841b0a7931aa3e809ca4d8e5da522385f35c9.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ge-d90251ffc959309587136e12331f57a2db6b284a892ba1fee03927383208a760.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gf-d4b632e9a932eff7d4e32338d13724f58332eeb445cfa9351a052b77cd688d3d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gf-be726fca00f77b50eec1525f3889ebf6de7f8f46e28cb63f0cbbe026cdaf564b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gg-ea89231f0fa42d543d008b4f2fe8a94fc253a1808b8b8f6ab49f4bd9553c498e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gg-ebfebaf3102bbdfecee844b24f59ef79c78d3b573203d8058e363847b33531a0.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gh-90efce1b22e18fbd77cb6f13e9f72ecea1338e3fd090b3817171eb3e24ba2516.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gh-e9286720b91098135c65f7ad83d9a796efed89e27a052aac78af57e82d003859.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gi-03f50f9d9b262fdf822d325c5325b374661821d6fae41e20de42bc761e56df52.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gi-94700c7efeae285ce37ad883ca906c4ee65a99ede614b40eacb88d64873abb96.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gl-3b1f2b9c26c35f87fcb4b417fff6ad3d2aada484d734382440c338d4c7dcbd00.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gl-e468d30f57d5159f92aa487c8d16f9395671e64e4dcd74ec71b40bfa96259df4.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gm-8a5011e0a99457e6dfeb53b55a90875f2d9a802fe8fec13f570de6f2a27b8639.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gm-4200b76a4dbfbd9de052de9de778ae19d659a1d75d669757885580ef286497ec.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gn-e990df30eba87d7036bbf6a47b64d0a6360d82fba6b5bba812e148648e56ea47.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gn-4f9823b9e177c0604f8cbc1b2412ac9c39b4ffc3eda66311e787a6d9a640ebf7.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gp-024ddd0e63a5e22c9d9f73a84b8306f2176083081825a065d99646ee123dc242.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gp-00fab4fc916f5f267afd8e100a52098ba4aa6761cba1ecde56d506e85bd12025.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gq-4e5c5e90e99f9dd14a43b597b6d370c8691ee73e8c75a8184e4a8390ff3e2bb0.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gq-0e6d55dbcfe1e727dbe9c00ac2988407c196e5c0a20a0f71f752788649ec83c0.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gr-db2138fa7bb0c95282ec0ecae3b5bd6ff2b3a06e2f27c1434b5b2285d422a6e0.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gr-40c78a60595b2a3f485040d93505c0128de81b60f44e18e35ce0ca9d5a95f184.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gs-bf3e078414a68dcd77d82694f5411f67c1eb5a1503f427c8dbcace16238e359a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gs-0130b60737c3873dd1868c70f7c3018fc276d152a398c2ce727edddb46f32513.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gt-1b63340464e9dd3363a631f74db87defe40bfc520ba41002bf094f154b579934.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gt-7cd5c99c47d16d4fc914979ffd7b95d87247d4c6652e07562a71a323f7145d58.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gu-4018f5c92a9dd473d226f09136e956de2570729e80d704e8cc4e8f3ca2bdc871.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gu-bb95d4d48c1e20be2b15258d9b895f38e9df1c54b65d4ed4aab1b323576f3899.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gw-0ea266c02a02d578e96bb5335244c83c2815f28ebd34ff7ab8408b16416dd88e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gw-bd83c376f118c350751de000e2a48f97772438555dc1a70a7beb15cc4caee5c7.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gy-441a978efab1565daf964e822a75b8658f5879af41371b0b52e468e00eb6b095.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gy-d84ae82776b7142e4d9d51b1bdce601560275833b8d249e8e3d74bd3752b5aaa.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/hk-e5350bb4c4d63e98d802b3190247b2ce459d2695756ec62d64a995c43c4edd1e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/hk-082835aaf3d1d61e1dd0e3b2b86231ef11b20150f98898af2e352b87c910f7da.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/hm-1048d79fd546482c290e1a0e4c2f9ce053aa3821f17bf12487a4f3e0ac7477d4.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/hm-af2df9fe67b48ead95d7ebe32d0a28a16c0d2fb03af909ca99e3b7d3cbe1a4a3.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/hn-d0e2cededb00e5dc79c75ab95e8f93d1851844c0924e49b59a8b78f6b35a7cfb.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/hn-45eebaaac195fd50e374926f9876eb5456a8cbcc2fb30e6a19229c409c51520b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/hr-e10c8456ac0fc1946d1cb1f15e73484d03e4442368d78b230b050cadb7730b04.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/hr-8a4ca8ec8de4fc911306e198e66086fbbbf33891c8fa3e860af482f8ac2ddb44.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ht-f862a9bb3b96630fc26a6fd2200b77c985b90a87ff9c52c42c3d7f42a0198b04.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ht-1a12f16c45567e7b4fc2737b630345f7c7d0ac79ff31c41bc23920d0effd9adb.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/hu-a555e216b05645110da533dd2a5225021f70d7438e456877e77dc4522c261e41.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/hu-70b6438afdbc91f98b5ebfd0cafa40b6d5b0266f8d0df56cf3bcc7f777bd54c4.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/id-3b48b1012b8beab850a28e27d785e92afee830444749c814a32419b8fce5dec1.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/id-7d8348730949413fc7ff2587be342ff90c9ee1734d2ccdbca637a55839a894af.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ie-8758528ee7852e7ded3f03fb7bc96ef9c502b1321c3011e9aade28702c68e235.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ie-1cf70c38a49b5ec8c5ec6aace1dd0f1e1ac1663b8a5339ca3a98dc7bc4978702.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/il-028f767bebb716e7a2e7198bfd03e698a7f19cad00385b30014a27680c101710.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/il-395ee62ffbff4ab2ae456281a90f441e1148c0143a237f8a0e540e31d55518d5.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/im-7dbb2dd66eda428c32edbbf2275f709df06cb1270dd69c65e214874966c30d69.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/im-ed578fcc5e398ffdbc7a62d31b568a76b91e14ffa0afb794f3587aee8d248d67.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/in-63b359940156312c6ed31c2b61f005c2bc386823401773aac9aaa328d994f7bc.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/in-3fd1bedfc697bfe677a9774d7a6f51d04115cce400b4d7a892ecf1f69526790f.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/io-67be58cb5bf7afe6099ec339235ec7ba0da153a50c651e28d4c32b2e6aa64cbc.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/io-aa0702e0280d98693b3fb6350b45a7903ca25782082d3f1cee75f33f1a4d739d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/iq-51acd0adc48bf1cb7256aba82069573f84db0baaf49b968f7f06afe140555f7a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/iq-0ec8238d4e53fd7ec06ceda47e1378ee68042666f1f7f1a91753595a2167366e.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ir-0d6f2bd5403ac2c3f7dfd49e3c5124817575c00b5167ef4c03cbfb63cfc10a26.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ir-123d34118d6933f90a6b1191e2605c8344850c39f72644b9d91e15bfa640b623.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/is-21543ffd547f651c7628bfe97d3c3626ea5e6999848de64efddee4656c27177b.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/is-d73fc857d6844a1cdab62f81ba30a1ea895557d8d8fa4eecf7fa4b9127bc0123.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/it-8b46e4a9676eb92cd507acef1d7c62115e6acc4b85e58a0806a0721ac34735f6.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/it-2767e5c7250ec17539972ef710a8cebde73971bf0b9b3186d5baffb02f66974e.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/je-35111082a6e24dccbd512743a37ebec13094ffbed5fef2b0793037433821a7ce.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/je-87c6120456d517be72bdf28fd125176a743006be1cbe47ff5f59d54d1bf1253e.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/jm-eb05254eb1abb6d7fcd764284581224857c980d7bad9d7e9afff3dfff49d1e73.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/jm-0af380d25aef6a7de4c545a85ea3f76d3b08e56c000980c08a681ada232ba49d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/jo-193203037e596abc063a9c30d0dd3aaa9c908557a1b57bcbcb94e1a1e8bb2402.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/jo-2b9c3f54d7e98c848cc0bd764bcd5ac2320d4f13aee8a84a207e7d0490c03516.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/jp-169d02f898d54cacbecd7b0197d32045a46c4424c10a67e78bbf488f7b44541e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/jp-20835e83e8d43872df1ef8a2b3a26379b5f6bcff854dab3c7a24dcad4a42e02d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ke-58146180a02774a36ff2e4caf23b75c441a92dc69ffe3b9d4e9ded31e16748b5.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ke-b3b9722930c4ecc82ed67d7c47eb751eefba3a59b24b68927c45d43a06b450a8.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/kg-7c23eb9471af5dc5ee4391e4ec08fec7889c2d83f2712ce59310a0eb81d663f0.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/kg-83e2a04c6199e69a1604a12610591fda15c8cf60e9fe7f682916815c5f1840bf.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/kh-4f121b97388966312c5691244a72214a3306f87ec517c658adcaf39a131a1d8c.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/kh-9b9ebdb74308e4975fef2e9737cad7fe44538bf97f5c1b7b6239fc2f065d4cea.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ki-0e1a57754e3271771a154b525dfb57e20d584083b47b1ac2708b843abf11948a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ki-64df628a3c2bacf16209af95403dd7ae5402f705b2776da20ea741646e047b12.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/km-2301fd16e41810016f9a58d75b8a361ffe9885ecfc89a0b3e9108bda7f5501d9.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/km-6f9716ac74c8ef80557e682ae6d951a6ca6993eabd049f8de81a742f77a84452.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/kn-8e866a33f9952f8b29e45e8576133345446925907a2c4bcd429a34ae377bc74e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/kn-46b0fcf2a59d3f923fc5ae6c914d9ee2d886fb4ee6f9c1108133244f4093d481.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/kp-ab0a3c4310474b324bbb39f77579ac3b421c531397d31e8f38de35a681d79bc9.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/kp-3a2ce32e4b76931fd6383f9833a4764528cc89c92f23672cc8eaff26c7a31ee1.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/kr-854d1521a9cb2b22c90f96d5d62277a9e1382818eefdc294d481c397c92f97c0.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/kr-343a5d08f9d0ff8c4268c77111cff9d2296c3f875b8d776c95dea1ae246d9bda.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/kw-75be6f04a24e7ddaaec57c95420ece390603961fa238245b776386890ab5627b.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/kw-cdbf39e8dc62ffc15b7bc3c373151070377db56c0508dadf80bdd3c971d8a094.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ky-f75f33396887f6234e7ee4fd483e57c8e35ac52d504a4a6e12fad25d855bf061.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ky-8ed8729ad8553aa468c0d9ea196f38048770b15a1bb632fb7c3bd56fbfd5b643.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/kz-51f42e580c605b6580aa4288d88d9c88bc6fd86af2388b0e4313bce969628743.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/kz-38ef143eed3d03cebe2e4924d520a0d90d5e59e97a39b13cb3085415267af6f3.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/la-0a762fcc7ef73f1fedb4765b718e2e96c819d4b26d5375acfa48d245fb97fcec.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/la-59d7d7dd1443e9bc557631254afa4333d1b83db314c9eb8bc170ce26f34f5dd8.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/lb-26ea2add2ac68a8040b027b510f29080d8407b961243c77b33b46c8957768b66.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/lb-eb8049cb746a3913ac814f4d6e0e850d0e4b9a60b78dec5e9acd95b299bf95e4.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/lc-444f9f77d0b09bd84fe2a5fd7194eae81341d8b7b4823070fc3e74cab481a122.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/lc-13a572e5fcbada8bf66eb77413f04f862b0cf95d4b85c5292b3d6348ec4d8c99.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/li-b2d0ccbceb7e6129a6529c98721d92fcee379ed6c225a18e1eff3c6fa092eec7.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/li-97814472256460b19df380ad90e5380202001a8a7ad6b4140cd2a0b92db909ac.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/lk-d910bd0d9ddb013c5668824d6600a842496c0a17c74f772a801f833b9eb044f8.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/lk-c7fb3c2b64782519d94f0a9fd21c057e5e32b856c428b68abb11667191235270.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/lr-42e8d3bdacafc05835fcd52026cb3e1717573965ce9d4f49635dbb390021a4b4.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/lr-169945e579afdf35dd158694a1679380886f8541278cbd225c7e750add25e60e.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ls-a4db42569c4760bffd695cbdb030c90bc203f40f75fb357cbdbef961d29cf5dd.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ls-1dd02208fc24c668e18430bb0500fa14c995f64cab8cde080b4256bd1b42b23f.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/lt-a57e003a5cbe538a4bfc2d29fd3523a87948bc8e29f731096dff9095096178c9.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/lt-e386ebe0482bdf999b151c3ae8c5e5e40a58037eab35b29f37682aa849edd3f0.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/lu-2746295f8b0a1540d43e0c2548d4ec1341fafcffe48b919fb135a6c82535b657.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/lu-9695b187733f52bae07c65e78aae8956e25360ad773c1f4703855997571a764d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/lv-b51d475acf37be9accc82ddf5f60773861cf58b0e9b599460852589da88501ef.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/lv-dbf5d3fb294b518bc6373c4fc22b028fc462647fbd5032cf57513556896577bc.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ly-7409a315d2f9aab4676558d7e97f4316ea87fc7afd93a493def4adf0b5773ca6.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ly-6457e38177d82f6c52e3f3c38328f1ac66bb5a5c7a9026229d4e3aafe3b592af.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ma-0628f236b2067d66c841c1190a3e8e3e9c37fbf2f3521fdb5ecba3eda75e805e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ma-5c96636ed7496b25e989cb74f202e377ec4c59b056b9d0c425ded77199b0d659.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mc-10a533ce437c40973f8684439f7e24da1ea624c5e5535fa4738d62ede0650242.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mc-6a9a8fe216f75ecdb8bddf6e6c816c1c9771ebffe3c09e83975a434ec1fb4950.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/md-6641e05826ea580544c1890fe3698eb2e8e3af463518fc37eea7c41eb8cbb6c0.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/md-e51dd640155b523a207eb1dc9dc909c38d9e88de04729e250e0cccd1e9d1b0b7.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/me-c841acf1209c546dd77c18b718141ce4e21dba95a120cc3092988edaaf08f432.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/me-c290031be15a14ebd1fd278774142e29f7dfe3d0fb3aba79c0d6932cb0feeb4b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mf-41a6043e2495b346fd700b17352150a8e43ca342a515fcb5159c39f809663ec6.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mf-a3f24457b393082243eb00ea514057c09b1cf4985f6fa17d7902500fbb716317.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mg-1baa2b12c3e79d592538d5d8e4d5a2c0e1373d3871c9d829f57b212daaf42129.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mg-7e78efcc81f02f0616a11aec87bfd8dfaed1a328496301902f53375eee8f72ee.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mh-1236a730a9819f0b58ac8cd642d17482b3945a894c63663b4accf10ac8ce5ecc.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mh-3ecae469e3987c59cc4b19833eb8ccfe49a9477f70aa2aa2be5e9a4a131a48d0.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mk-2a7bfeeba74701ceba752795d02eac7a97a6139471e5bdd529f2a858f4fd1d0e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mk-fe5c84d0e9bd4b7ceeed81f9564a970d7b5b39659e42f819c50950e191443720.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ml-086660fe4272a22e220c94854fe4f80dd61afadd5c0c81cc075aea91bbcaa691.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ml-9ef37a44932a3af38990145042c85352b1c5c4e791221d1fd91b5a9f7a412efb.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mm-60ae7680502d9af8796fe3b3d57bbf6105a406e2e66840e9aa1f6e2470466058.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mm-ea5bef04548342d984d8c8707333a31203a5abf015db093553f26c3a9febb251.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mn-1309f63a0b6bfc594a1721a8af76381a1389fda64d840b256d353eb1341cb794.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mn-86ecb7d9fcefe13783f165d44a93c9c2b1add55481bc69a70f9bd3652c27ae74.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mo-6c69662b2581d90527965dd2c444784ab366f0080c93f2014ca37f2f7541b898.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mo-ef906f7a8fdaccb7532359de1e5ce664ec0342975052b55a2e389f1b6338cba8.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mp-dd2fa1cf9846007f88c88143047430f3f666099875407cf36648b271b6e1400a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mp-cd1d342862684bdb7caacb093e37d7e3b094cf49cfa5aa579d6b8201ffb4dd93.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mq-be00a7c77b6aec1f86cd16bcafc7fe27b7b8c967b03632f8230cd83794833ba8.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mq-bfaccc4a61b2d7067b44d54a75ce5bb5757292bdabff5e104b547aa2435a2e5d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mr-2293d4180eff3670e1c484d52a206efb562e8d96b9cb8c5a43aa65e1e2b1289c.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mr-a3eb1a496e2c5dc86245856e18a91d71046b44d74d88274014e2d4fab41c3453.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ms-913b24dbffa69bc3a57e997a806cdca5026cc5f87f83eefeef36a1aa8f5c2789.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ms-8be40421854193032b83670c6a91aa1f5c818578eafb85ee90dce959eb54c6db.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mt-517b4f67a94fff5be6346cae3731f5a17290b4c56732129967c15f482199365e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mt-371c5673e14380308182c7ae324f54792652bf4d0cf64de30b1d1fefea8c9b5d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mu-0a0d71ecace32a2948ac3eacc94927fb0ba7306236bf2a18ab5ae85bb2351664.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mu-e0d4ee6c8f915eb54307ff51f57734c0bffa843060d953b9bd27f365b4a11b36.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mv-421f31e8be8d80695f9f4811435214e8a8ac8729e145f9d491b888d91d0ca999.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mv-c0056befcc1b506b4b498bf37dfa30642839a1beb6373f682e1214850b51cf6d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mw-644750e23780e66258d7b56777be8ef47ce3ca2d9d5735eac5abbb22fae33056.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mw-70a282f17250f7fb49f8fbeb357dc492b742dd2a9c58e13281f0e900a8c63e94.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mx-246482013102c12a6f83dcdfe0fa40c350560ae64505f9b4d3113ea5356e2f71.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mx-27887b671ab9de501b6693ab60380e809962ac12222ddb580c9426e79e1360e3.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/my-00a98291486af1c01c11fe46a203dd07bee31d6b5ffb5f60d04ad337a3499775.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/my-a60a1ae968ed1ebbb60626370bd0494112b562a358c1381e6bb162268a110d8f.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/mz-8281fb68c18d27bf1588de7684e67f14aeabbf8e66117eb4e640faac9762dbb4.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/mz-dc805944726edfe3a8900cecd82ef15037381b81b6fab0d96d2cf93ba0d7a3ec.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/na-d798d2db5bccea439f545e5e6dfa5aad6a166966cb5e223f7f2aa4d4dc73abd7.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/na-0fceb3e900c021df14c00cab058c84cd834cb2f494a1db2fa58728a7f9445762.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/nc-2861e50f3a0a1b1c368d913df4f4092c65bb3faa2d01e4d084fa33ed041e537a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/nc-1d65d86f9caaec75cc886c8abca3cc39b8de23c48e67b55936be3649ae67d716.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ne-90b12ff4abee66e42d27b6c55dd602af3cc249f3492c8a449ec84a35a74ee6ed.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ne-ecd9bd0f027c05147c336ef396ffce7c16cf011f051860ae082ea99be34554e0.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/nf-3323e2cb59cb8f9282e45155b6830e4c06876bc0c24ee28e5dd4dcff28d2dc70.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/nf-3da2a0db99d85998154510ac50674728e4768079a57443529b18b1ed87e5c077.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ng-387e036e728aa4c36d93fad3c90e76e3beab727783ec11da7fbce30ff52c805e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ng-c4c24f43d15d5690390ea6d5a4b41911aa7cf0807167d69e95748c4439211dcb.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ni-b83cccf0a65d0abf0398b905936ca6b6d5b1b64db8a34223225e3e4eb4f0311d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ni-35731438cffa30b56cc403c5e9a59e85e661566a0d72c5310865aaf282731e0f.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/nl-a71cd17ec0d083d39373108c1f5e994e71491e1f7ac34119e60c859142a2d34d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/nl-6bfba1aa0f31f33e126e51832eddba06a92106d569f3e01dc4989a3425f45eac.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/no-d4ae9765d2dd03faef1007008bf1ccde064e36c765faef79a270e7e8fa97c23a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/no-7b3a522b5101f7bcc5c9ac05adbfbfa3dacde4fc4420d2997b1ab38af7e50dbc.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/np-043dff0f7f1cd254f2c2d82367557e5f4a15579af81242e2979523700adaeaf1.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/np-976aa23f62798e1c0974a78649ff295334fc0d39f63eb19e990d2a13efe9fbe2.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/nr-f977239dc4f2dbb4185bcb741dc0aae4b46dd2d647444150f317e8dfb3062fd3.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/nr-1899ab289aa424dfa1bb1a787a5dae3d9081b212433441fe9a7c95c1c377fc01.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/nu-84b56f2711a6b958b9072dff3912f225c034d246341cc29c4eba6c34c70fe6f0.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/nu-60cdb57b27737dddc21980f6630e7476471ce8c1bc34b3a2632819bef23a26a5.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/nz-9cca5c871f70cdd784a33836d5a07ada7f6eaa720811c70dc2306a2a5056648d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/nz-e5c8b6660d172e25e80f1d9530fb3e8b05fba1c4c02b95679fbcd5a0c50169f9.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/om-fbef9222761223ced04e2946ec71432c761618ad58b8a3a5af5627a1d75b48e9.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/om-07148a6924f8ce843e33be4f3d9d5dd40040da366e667925985e7b247073d08e.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/pa-50535df4995256b70ce0a7971ba95922046d445c06a567fd951d7f5a79cbe547.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/pa-e4d955c65827104b4f898beb392af5ffed5f62a09035f42801512b5b3d7767d1.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/pe-b518a86545125ff3c3fde029c2992233df876b663d8ec723bd4d67f90f72cb62.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/pe-8e395c37a87d3ea212ceaf0768869f2ae38ad507761ef6b10b2077f01274d6b0.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/pf-d1537625ade03a7fae7a5bdcfc5fe9f6449977613a38ddd258c8572f3630185b.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/pf-c78c72a0ad139c9da31592af7c443cfef4e1e1baf208e44088ca667298324c9e.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/pg-3190ab67d73878026d59e98e14b0cf98812c5c086d35956383c9986f7e0433a3.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/pg-fe2bbe3c6599a4bf895b9f748d5a15650a7d29c854252e3b074c780a77cd51b9.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ph-ec483bd752a5a0d1f063397a2c206bdd9b23451d2c262eceba6411b2769ed3b1.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ph-0d61f012185140030d9879f180b8279ab7798a9d7d062e141937ba83b51ab20e.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/pk-776714f751e4347341656ce5e88c6fa13316e2e36205cd8d09c73779794c2a56.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/pk-50284d5da424696f41ac4861f8eff6e5bc23a6e1812df7b444967c6e58ec6f81.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/pl-9bb56d1ec91d8c843ec53b018dc861772e466bad1582a9ba42148524347adf6d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/pl-acc73e013a67a13fde68d812b22889be9150cce57d029deab6ba5b0ba4e7b69a.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/pm-5d990f5bc74366f734851ceb35046baaae3555ccff57e6cf95c7143f9b245532.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/pm-781f551a82a88b0a5e238b078310bc843950c844092d8ce1e52587feca285606.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/pn-1e347803c27d86312324a6a6712dee0bf5590971f027fffe082681dccce6c4c1.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/pn-b9762ab4fd752edc4506fd05f2810094e8de8b3cf6fffd00bafb89b6ed95359c.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/pr-4c0359aa4277d04c3c3af8ff89d0bbea462b480334cd6974beb6c5739c42903a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/pr-dc838368c71fe79aea88491ec3e419ff01c26a5af460b05a79cb6cc6fa02b6b2.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ps-39b00800524af9e8d270c479274be2dd5459c13d67a6f308139a69adbae4997f.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ps-9102a922196261028bd07e60d1b2ef435e123aae8bba6d49a5918123f8be18f6.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/pt-f76294ca6203778375158111051358fb535eaebb06d50951eb5326f9ede31536.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/pt-09b4548e5764d2a6c56bf9c33e8652911f91b16ab6bfa3041630506480281047.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/pw-029fb7bb87eec12c79cbe662fe3614698c7638186958fb6032e59a17705777cb.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/pw-39f82e7a0e390333a2d0f4a1396a8f710af7ec3002c5542d7d6c76d634a67e82.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/py-6f18a4e716e9fbe7d0caf99651fee56e44ffd2a13ce77f50a8374a7fe6b0879d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/py-0325fb333b5ea2adb996345bf2bf5df0c460c87ca97cb3c8f6e65a7f33aa1722.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/qa-55eb7d6716998d68fe6e3345807dc410e5c5e8511bb2c78f0d08d51da707a131.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/qa-cfff93f4c31946f7646a855521a7db667c78cb89a7c2ac339c64c14f06be0f7a.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/re-8b3124b78a7752ee288a401ae16c3cf5dafc1296e443ba941de8b338b16c2723.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/re-c7173d64ef4a62237f83c7af8cb144fba8c38bd7ac8e7125eda78320931215ca.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ro-a10768f5227b028969ceb2bce6e3fc2ecbea0c5e40d1946c47d913d2745a8b21.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ro-a4cfc4bce72dc7b034f2b84e932ba3d47f7a9404b94b1450af48263c576b62c8.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/rs-9792f9ae9694c0dfa1a213ec6ceb29d7b41819a508bedc4bf89dc4c285e48712.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/rs-cd44c0b89c5e2c2d0afe1902a263d60648dd18e97636256eb1ffc3148e336cd7.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ru-ce34e72a9d955c6c6860a5e552cd3902d236bbff5a714a49a1b8f8dbbce3c410.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ru-aa0d5e4855f92f211efad3979493956dfe01ad4a0b552814cad05fa67694de03.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/rw-0f08a5e527db8287642f1aafeb397fd49ac3add8e86dbb0d9a8be7d2c43b0153.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/rw-297915f2fa836eba2dc1d795a4f5b1c51f8d9abdc6704b13e63cd81c81476f09.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sa-70281c72fb6008faf5d36c401593c7c8f0c8870332e23fa3b1b53cd0f88e9ad5.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sa-463ab66153968c569b854793714e414ea77185758a8236364019d4e7e40582fc.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sb-5de262c7e2fda747ea4ac98c2ca9ce045f07de995330b1fc3bbbf39e25ae42f6.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sb-638ead7b9c9a42fe2318daf753a8f0ce9cea4792114d8d7475d5a5abcf697cb6.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sc-46736983ebac2719d3e3aca36e3dbb896f612db71b72e9e5d6f3da36ae59c0ac.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sc-1dc9321cdeeecad7c6485b2bc3aef87a1a1ca116c18908286b5f79bdb5ee8313.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sd-3b49e891fcda945b02ee18ce8cee078f251d8e822201ba0f8953eb3efb0b2860.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sd-993e4821f73f36e6dd12332ed727047a97c7d31b1c8f0b3312e924c5f437eb34.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/se-8e13876ab89aedc66156f36f55fefe66068c43657a803ba6b98843c171fb06c7.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/se-8af88180b9c1ca0b24dbf5e04039a523c6f0ce975094c7fb6b38a4901b2e5c5d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sg-da88143d134efe0c37b67471ceb24a9ced62ae9ade25530232c92435e6f46b65.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sg-80e8f95951096bba14b6d6ebea036b0717617668d96f32b5a8172a06be1feb22.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sh-3b36e972618f594e95974a9c551d3ba9ead3e9b175d8dac0bc30fd1910f82561.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sh-f25afcdb45a6c2d58e3984d40188a03342271f2f6312b868236b2a1c02a2e60e.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/si-a9715a0c1db87762010c25b6d3bb90f73de3c893aa3bbc7412d57dfa14f28dd5.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/si-daa3e030c059585d235a78f228c89a32bc50df223da8efa32f85a13978524365.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sj-a2fa34115702482c2af9c7632eaeec77a26a1de129ce825bc38e27b6523e19ba.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sj-55f27b8e6aa75b9db244543edd19b891f3c07d59106cf08ff5c47781c480d272.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sk-b285dd82884088b14db516eac76a39b29752279ac9f0f3e7c84b624edea66aa8.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sk-cf28c14c8d736a45cbb0a31c0743373b6414974d561729d322cb7204e6a2f25b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sl-571df59f51a68477e49c8bbbe397e505d30d27ed1611b37485c94198b6401a9a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sl-038ea846f3362ef266345b5a7f9f0c7e94334edf697c24c5faeda27bc0396927.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sm-a15cef2d34582deb77e611ac2df3580749a7faafa1bc7c5c661c906ccbdad64d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sm-b9bb79651c85755c984570a106213c32d87c7fbe5737b9b6a6e5512a05d98429.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sn-d8a7143973e5ea3d4b58e707ac2b791b45b5c7a7e65cea521fa82e9e5920926d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sn-2432d592221bbdd387548cfa5069c62f75245597749ffa6e2dc8d029b76e88ae.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/so-c82eddc49e0c223a307286bed233a03794954ad83efd12d8e2499a728bb78f22.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/so-52cb6599bb12bafd9e49b2661297961fe585068009eb1b1c1153023514a342a7.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sr-cda17a0b4748b11b3e116d4f034adf47def0faaae1e71a5bb5d5c61645be9795.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sr-fb0ff6fc7108d1b993a838bb0e9db479af4e2af4cda72c80e7456c0777cdea28.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ss-744839019f2833ed8059e53d0d6e1cde2471c6a61d51f9e09814bda42bdc1f12.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ss-d77200a3fe67f1533ea642a6013667ce15bb0c8068b09db151c960593b37549a.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/st-b0a9259277e38c0c8e0efec1d10b40d3e9c80a9eef21c174246aad28511e976d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/st-02eb52348f8547d028ba692f909483c32474105aae7940731d9264027493e479.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sv-b524450c407002e1cf8e85444bb4225849cae409f54f5dc87d14d65faeeb833a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sv-e16fe96bd7f32dadd74091ee73b723c2b8dd92e791f337c54ee5bb18693ef1d2.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sx-076f4363898d1374f985352dddbfe2a618bf4e7fedd80e43956be6614ca27ec0.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sx-689aabb209fec5e8fc325bbaff80aa0bf11a2d6c819fa821b82069a2e5f12911.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sy-d99ddced9cf98e95f7086a70703cd234cc8e21e744c37a6f90820c37ebc755d2.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sy-c7f1e1422a9d941be9abd5e0f51b4c4ebdd08efd31c4ba3e378c155911cbe844.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/sz-b8760e27e50f7f31f0b38c2cdbcfa0121317bad064561cbcfeb8413ee8764e6d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/sz-6c0e7ae75aa0fa71821d7b6230dff63e34b65221c0dc08f50226299d37716652.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tc-abf0740c371bb155066651fca91c9e27e12b3cc9c05c14494e53dac851cc78bb.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tc-13c94ed220ff9c70284c379e33fc85891de95dce60ec053787549485bca40a36.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/td-354d8d74597706ece28b45f28030c948596f91c04392d07307b800cb0fc6e4cd.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/td-fb3c31a792ab9fffe28bfe959cacdac54daebe9f795c30515830d93773805c3e.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tf-f4edacabdba5b4d4d898a4edd7f07976f6a01ceee97c03fdf3561f2ba369b4f3.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tf-fa00833e3ac96967c55c7f495a580ad5beb1fd912d32d0c9751b93c3c89be893.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tg-32688daf8870e048421dcbfa2777d9b5f146e588f5f604433d17143fe702dac7.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tg-0e62ff3b4c2106e7c5fe27a6f32fb3c10f69f9cfd5dad9aeb7a8b54af7cab786.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/th-da4f1fda6eda5971dd52bad365bfc4aae176f0eedebf5c8bd9af25789c03993d.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/th-95ac5f4463da0b9164f2fbed65ca12046370fcb1e250c6170975b77d1509b3e5.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tj-d072d6cd4136ae97533d32ac74d20350ac794f8a79eaecd1c55142e76b93b3d9.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tj-2cefbad6aee66d30fd757ea564fdbbde86aebde70720e9c961799caa6bdc8b84.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tk-da715012efe8731020fe54063a76bffb256ea6696da290ccbb599ab36990edfe.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tk-4055f5153398c294b2344880102e23847e952df1d04ad8734218fb0f6b43bf42.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tl-388fac3c65fbbc18779b88f7fcdea523ba440860923a7e1602ca1138bcd5c40b.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tl-9fea1b22d992cd15cafd1e5824d65f1f0f84b7c89a0f5a460b82429e2f9a8e95.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tm-f5d7cce194b88ed026465717ee593c35c03f76f3483d77bee2a3e05827628679.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tm-a3f255f0a6874a326140c9a4cad876cd386c30ac7b9e974905699ada62811042.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tn-ba48fb29a4c8511d1145b87abc10cb75e8dc9ac4e704dc9efc113cf920d4b640.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tn-d9b89cb7ab0b22d5a4709eb4681d77b8f6877d572a1d2f6424f6ce2fbed2dede.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/to-9f1079a109d27abe53f17281320474ecfa6edc571502831f167471edd470773e.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/to-a543262eaac18a114c5c70153895192a3e58981d4a00084473cd479bbca5783b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tr-04941a0f055d2ee2466b8e19532f58a2a0c4e3a83d986a601220fda2b6a3b090.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tr-0df7b630a61ad40f32017487e6fef02258e8b2c8709c6fc8c1d3de1e9b36b09c.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tt-9ca06051696b194f98d36ab4adb6aa7eb75275333cc0b48c9c9e1c34601013aa.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tt-b05ee6c590e5c757190226182ac72648604086a272479f91d73dc24d90162eef.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tv-5875f68681a06f613b3f84cd6959eb9dba70524bf14b0c8aa4a823a833dd6a98.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tv-d8be186cccd6335a8f85c89085ef08b19c247df4081ed61698604972fdb8fa43.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tw-29e639da18e668c62eb04ed3f3a02e11b0809890a2a0c82b529e50d53076e4e2.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tw-2a2531772efdfcc74f70cc88f6fc15df7dc42dc344d9ed94b08e1847557976c4.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/tz-69ae0bf011f019428148ba9c3d793b4104be88621741beb216dfc9f43d125d6c.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/tz-581f05e20eeb5d8d77f807f2d6edaf786da8226284726841f33d9288ee84d6b7.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ua-ddfa2a9985ed8342421c8df6fe852ec92e15d584c2565c525347bcd5f524c9da.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ua-86260ecf3aa1da110f92b58861d7918e3e574a79cfb4334f9c82b1a750a8a875.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ug-b748460c255e064ba8a2d89bb78c48fd29bdf496a7ca3c3af0ed0d83e49995cb.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ug-8a8552bd983c6e2136f9eba9b4917d0e158415a24d9945f663ed56239299b44b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/um-d3a2b6a726a36d08db81fe4a5f0decd0afe5aa4ad8515304db4c3ace8f27e415.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/um-0bcb31652ebcfa8c6727911e3df341b30425c3c699e6c4bf9f47c739ab9f442d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/us-c10177f8d2a93643101b39e419273bdd2f43a58ff9beff88a90431b0a4aa6a00.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/us-a46068d8032a1e3364325da9675a41ba85a40c5401981c403fb7297aea254906.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/uy-ab18ad511d2822414e3b4f32e3309dca27b5b559cabd89cba2b4b4072387f440.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/uy-d94f5244cbd79f9348a048b7ec8861d37a237806dc1a6427fc9e743b86f43097.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/uz-78ae3b6ad90b0bb256102b6db50b8f9a7700fb6275e80d0c5b755e0defdcf8e5.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/uz-eff129a2e58e047e1daa2883f9ab0ef410bc11c42d652b9c4635bce5ab045b4f.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/va-20117c2869d005de2cc54801f2d264b2823c214276f5559de1e48108f572fc79.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/va-3206ffbb26fff2b3cd06959ba7f9d713efa9d133932d94ea1f1f6e3dd42687a3.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/vc-dccc1c2e4dc2d36ff71f8b04ebda868a7c4ce753b9fe5ccf0bed00edd7d41abb.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/vc-08a544ff242da12cc3fbad36579499a0b125c4b7ee7aa0af4eff0a261ea27a13.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ve-d62ba31ca157e54409e09617a264e0dd18a2c597b1ad611c34da7fe7962e05dc.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ve-f465be9b82185e94a0f84a3d8b2f536e026b8893fecfc324997ca711b9fe0097.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/vg-d6c3f0ef53e605acc97f33a4e0a61711b6a8207c6a2cff55b9427870053da583.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/vg-8a2a8af88748ff501bc90aceb327488cce5f323948d59f62c960ccfb58ca7510.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/vi-882e3005bf905201f3ccb79736ff058aad41d99046ef58fefb2e5f7df30d4ef4.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/vi-8f89c34e92ffdc8d17724234254fadad1bbb4b2828cb5e041b4d6a21ec5c3caa.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/vn-53c52e450c6e603d8b08c0170dd3bd15aaa0d4e9d250657bea188945c1252138.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/vn-7267ad3b33fb6d304ff414c998a2c69c6b46abc2528c2e955ff4367959cae8e1.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/vu-2dd468b3a9c89ef0bcbb155422cb38bb19e6255d2871ec2b7012055d31d13e2a.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/vu-477e1ac8d2d514517a8a6b84f917f9c43d0145d52f4b89e7205277ee3bbea422.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/wf-d2b9db8f6fa2a78507a5b4751f95e92c334673ecddd68eb33844ea91fc62d771.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/wf-095484363036fafbb44da7fbbdb6bb371c92c002163fb610c29912c6027a3cb7.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ws-6a3fef801ba087404d3718c0b5b8741261d790cb2bf8b7581fea317e9689bcc7.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ws-a312f6f7ddd2d5694c70b935f000ccc7716aae0b207e98ca4ad6ee252d272f49.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/ye-38ca92e79aeba152eee33f0d5dac55430af032a31b39d56d49c4287b0639fe72.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/ye-2d43095605cb09aeebaa7d9ec1147717dfffb26cd6a7ab66adfbf550a3bc8962.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/yt-2b54852c423d68df342c5bec300477510632be3f1046a2d9d9715a9617bc90ae.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/yt-3ea3c372eb1f7e269abafc08882bdb99d94c18ea363b905f8422f2733a550db8.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/za-c57ff71cb91d156461c64ada7fb86779c009a9c0a53df0b6de2e87044eeefb74.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/za-571b8b7da7f17cd9a4ce08e5696468e86efce9be83bb776c7586184fa75e99a9.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/zm-8a6d8f87b53dd7256d461f64cf66e2cd90df833aca8833849fbfe7445caeeae2.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/zm-d68871c839973048d37ad325312abfc1b22b525e3f48faefedcebea29e3e9175.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/zw-506cb345575e94583b442c3a23ded41e36cf454e797b3b2e03b4445a37395666.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/zw-f7716b45f4f267a661f85af47e95447adc282a4b9fc18bc88316cd970f8d947d.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ca {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/es-ca-884e8f11877dc43b5c29bbc00c6980cc57ee8e671b710b9f9d59e29927cd25d4.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ca.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/es-ca-2f61e283eeea7f76c15207644f2a8538e05a4eae39dbc8186509209773701cd9.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/eu-dfa7f5c90f5fe9eb16c8c865e73cf7e3e8fea328bf6cfc1b07f6bc28eefd43f5.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/eu-c3a400ee8dc3ee4dcc2d0f2868698ce781d403a9ea249d972115c8455cfcaa9b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gb-eng-65a380032580f7144bddfd4ab353bb478d523232c4303edb0095e34e98c7dcb9.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gb-eng-6fe299a85ef920693f193828362f306fbd23020d2bfc61dcf9143d85a6a5001b.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gb-nir-7cdb174057442ee76cc8a3fef9df4650460b3a3a9c0634c2417c42e7383efe3f.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gb-nir-ea58e209ad11b7e21e357799a5a0d4c7cfd13b2f7407cb09933a2dc485da41ff.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gb-sct-f7b13851e9b9de7532ef86afefb7fe2efe6149fee8ea50505771b4f7d112cf7b.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gb-sct-76e5e39a38915cf5f6020d6f58d0385f1fc0d502dbecddabf00a18cd50c88995.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/gb-wls-c6e549d37113c25f679d5ea75020ea514971a1038b3c92d6a71c316a56b542da.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/gb-wls-99a7a03c4ef2a0789d35aa1ab8b746ec72c1c8de58426afc7fa096d5a00802a7.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/un-3760dc125288de6c2143060b283497dfed4de7430943f5be86a67d7668ede7a3.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/un-aac693764e62f5d0bccf80bc53f68bb6cde75b18c3b3829a89b79555df538c71.svg);
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-xk {
  background-image: url(https://www.institute-of-education.com/assets/flags/4x3/xk-c40be9a1d1844391b275542b4a4ef7a9eecac72a93b08e7f4f2f4ebb17c7538c.svg);
}

/* line 24, ../../.rvm/gems/ruby-2.6.1/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-xk.flag-icon-squared {
  background-image: url(https://www.institute-of-education.com/assets/flags/1x1/xk-c5498f241b2608496ac30b7c8570d9dcd8f88432ea739ac0ca1abd7fd8beae99.svg);
}
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.institute-of-education.com/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot');
  src: url('https://www.institute-of-education.com/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix') format('embedded-opentype'), url('https://www.institute-of-education.com/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2') format('woff2'), url('https://www.institute-of-education.com/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff') format('woff'), url('https://www.institute-of-education.com/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf') format('truetype'), url('https://www.institute-of-education.com/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
.shareon{font-size:0!important}.shareon>*{display:inline-block;position:relative;height:24px;min-width:16px;margin:3px;padding:6px 10px;background-color:#333;border-radius:3.33333px;border:0;box-sizing:content-box;color:#fff;line-height:1.5;transition:opacity .3s ease;vertical-align:middle}.shareon>:hover{border:0;cursor:pointer;opacity:.7}.shareon>:not(:empty){font-size:16px;text-decoration:none}.shareon>:not(:empty):before{position:relative;height:100%;width:28px;top:0;left:0;background-position:0 50%}.shareon>:before{display:inline-block;position:absolute;height:20px;width:20px;top:8px;left:8px;background-repeat:no-repeat;background-size:20px 20px;content:"";vertical-align:bottom}.shareon>.copy-url:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3e%3c/svg%3e")}.shareon>.copy-url.done:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 6 9 17l-5-5'/%3e%3c/svg%3e")}.shareon>.facebook{background-color:#1877f2}.shareon>.facebook:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3e%3c/svg%3e")}.shareon>.linkedin{background-color:#0a66c2}.shareon>.linkedin:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.722 23.72h-4.91v-7.692c0-1.834-.038-4.194-2.559-4.194-2.56 0-2.95 1.995-2.95 4.06v7.827H8.394V7.902h4.716v2.157h.063c.659-1.244 2.261-2.556 4.655-2.556 4.974 0 5.894 3.274 5.894 7.535v8.683ZM.388 7.902h4.923v15.819H.388zM2.85 5.738A2.849 2.849 0 0 1 0 2.886a2.851 2.851 0 1 1 2.85 2.852Z'/%3e%3c/svg%3e")}.shareon>.linkedin:not(:empty):before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3e%3c/svg%3e")}.shareon>.mastodon{background-color:#6364ff}.shareon>.mastodon:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.268 5.313c-.35-2.578-2.617-4.61-5.304-5.004C17.51.242 15.792 0 11.813 0h-.03c-3.98 0-4.835.242-5.288.309C3.882.692 1.496 2.518.917 5.127.64 6.412.61 7.837.661 9.143c.074 1.874.088 3.745.26 5.611.118 1.24.325 2.47.62 3.68.55 2.237 2.777 4.098 4.96 4.857 2.336.792 4.849.923 7.256.38.265-.061.527-.132.786-.213.585-.184 1.27-.39 1.774-.753a.057.057 0 0 0 .023-.043v-1.809a.052.052 0 0 0-.02-.041.053.053 0 0 0-.046-.01 20.282 20.282 0 0 1-4.709.545c-2.73 0-3.463-1.284-3.674-1.818a5.593 5.593 0 0 1-.319-1.433.053.053 0 0 1 .066-.054c1.517.363 3.072.546 4.632.546.376 0 .75 0 1.125-.01 1.57-.044 3.224-.124 4.768-.422.038-.008.077-.015.11-.024 2.435-.464 4.753-1.92 4.989-5.604.008-.145.03-1.52.03-1.67.002-.512.167-3.63-.024-5.545zm-3.748 9.195h-2.561V8.29c0-1.309-.55-1.976-1.67-1.976-1.23 0-1.846.79-1.846 2.35v3.403h-2.546V8.663c0-1.56-.617-2.35-1.848-2.35-1.112 0-1.668.668-1.67 1.977v6.218H4.822V8.102c0-1.31.337-2.35 1.011-3.12.696-.77 1.608-1.164 2.74-1.164 1.311 0 2.302.5 2.962 1.498l.638 1.06.638-1.06c.66-.999 1.65-1.498 2.96-1.498 1.13 0 2.043.395 2.74 1.164.675.77 1.012 1.81 1.012 3.12z'/%3e%3c/svg%3e")}.shareon>.messenger{background-color:#00b2ff}.shareon>.messenger:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.001 11.639C.001 4.949 5.241 0 12.001 0S24 4.95 24 11.639c0 6.689-5.24 11.638-12 11.638-1.21 0-2.38-.16-3.47-.46a.96.96 0 0 0-.64.05l-2.39 1.05a.96.96 0 0 1-1.35-.85l-.07-2.14a.97.97 0 0 0-.32-.68A11.39 11.389 0 0 1 .002 11.64zm8.32-2.19-3.52 5.6c-.35.53.32 1.139.82.75l3.79-2.87c.26-.2.6-.2.87 0l2.8 2.1c.84.63 2.04.4 2.6-.48l3.52-5.6c.35-.53-.32-1.13-.82-.75l-3.79 2.87c-.25.2-.6.2-.86 0l-2.8-2.1a1.8 1.8 0 0 0-2.61.48z'/%3e%3c/svg%3e")}.shareon>.odnoklassniki{background-color:#ee8208}.shareon>.odnoklassniki:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 0a6.2 6.2 0 0 0-6.194 6.195 6.2 6.2 0 0 0 6.195 6.192 6.2 6.2 0 0 0 6.193-6.192A6.2 6.2 0 0 0 12.001 0zm0 3.63a2.567 2.567 0 0 1 2.565 2.565 2.568 2.568 0 0 1-2.564 2.564 2.568 2.568 0 0 1-2.565-2.564 2.567 2.567 0 0 1 2.565-2.564zM6.807 12.6a1.814 1.814 0 0 0-.91 3.35 11.611 11.611 0 0 0 3.597 1.49l-3.462 3.463a1.815 1.815 0 0 0 2.567 2.566L12 20.066l3.405 3.403a1.813 1.813 0 0 0 2.564 0c.71-.709.71-1.858 0-2.566l-3.462-3.462a11.593 11.593 0 0 0 3.596-1.49 1.814 1.814 0 1 0-1.932-3.073 7.867 7.867 0 0 1-8.34 0c-.318-.2-.674-.29-1.024-.278z'/%3e%3c/svg%3e")}.shareon>.pinterest{background-color:#bd081c}.shareon>.pinterest:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z'/%3e%3c/svg%3e")}.shareon>.pocket{background-color:#ef3f56}.shareon>.pocket:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m18.813 10.259-5.646 5.419a1.649 1.649 0 0 1-2.282 0l-5.646-5.419a1.645 1.645 0 0 1 2.276-2.376l4.511 4.322 4.517-4.322a1.643 1.643 0 0 1 2.326.049 1.64 1.64 0 0 1-.045 2.326l-.011.001zm5.083-7.546a2.163 2.163 0 0 0-2.041-1.436H2.179c-.9 0-1.717.564-2.037 1.405-.094.25-.142.511-.142.774v7.245l.084 1.441c.348 3.277 2.047 6.142 4.682 8.139.045.036.094.07.143.105l.03.023a11.899 11.899 0 0 0 4.694 2.072c.786.158 1.591.24 2.389.24.739 0 1.481-.067 2.209-.204.088-.029.176-.045.264-.06.023 0 .049-.015.074-.029a12.002 12.002 0 0 0 4.508-2.025l.029-.031.135-.105c2.627-1.995 4.324-4.862 4.686-8.148L24 10.678V3.445c0-.251-.031-.5-.121-.742l.017.01z'/%3e%3c/svg%3e")}.shareon>.reddit{background-color:#ff4500}.shareon>.reddit:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.512 1.173a1.88 1.88 0 0 1 1.877 1.874 1.884 1.884 0 0 1-1.877 1.857c-.99 0-1.817-.783-1.873-1.773l-3.897-.82-1.201 5.623c2.737.105 5.223.949 7.015 2.234a2.525 2.525 0 0 1 1.812-.737A2.634 2.634 0 0 1 24 12.063c0 1.075-.653 2-1.516 2.423.044.258.065.519.063.78 0 4.043-4.698 7.31-10.512 7.31s-10.512-3.267-10.512-7.31c0-.275.022-.55.064-.801a2.627 2.627 0 0 1-1.559-2.402 2.634 2.634 0 0 1 2.633-2.632c.694 0 1.347.294 1.811.735 1.812-1.325 4.32-2.146 7.12-2.232l1.329-6.276a.513.513 0 0 1 .21-.296.521.521 0 0 1 .357-.063l4.361.926c.3-.644.952-1.057 1.663-1.052ZM7.917 18.052c-.13 0-.254.05-.347.14a.497.497 0 0 0 0 .696c1.264 1.263 3.728 1.37 4.444 1.37.716 0 3.16-.084 4.444-1.37a.545.545 0 0 0 .044-.695.498.498 0 0 0-.697 0c-.82.8-2.527 1.095-3.77 1.095-1.243 0-2.97-.294-3.77-1.095a.49.49 0 0 0-.348-.143v.002Zm-.051-5.989A1.88 1.88 0 0 0 5.99 13.94c0 1.031.842 1.873 1.876 1.873a1.878 1.878 0 0 0 1.873-1.874 1.878 1.878 0 0 0-1.873-1.875Zm8.254 0a1.878 1.878 0 0 0-1.873 1.876c0 1.031.842 1.873 1.875 1.873a1.878 1.878 0 0 0 1.875-1.874 1.88 1.88 0 0 0-1.877-1.875Z'/%3e%3c/svg%3e")}.shareon>.teams{background-color:#6264a7}.shareon>.teams:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.625 8.127q-.55 0-1.025-.205-.475-.205-.832-.563-.358-.357-.563-.832Q18 6.053 18 5.502q0-.54.205-1.02t.563-.837q.357-.358.832-.563.474-.205 1.025-.205.54 0 1.02.205t.837.563q.358.357.563.837.205.48.205 1.02 0 .55-.205 1.025-.205.475-.563.832-.357.358-.837.563-.48.205-1.02.205zm0-3.75q-.469 0-.797.328-.328.328-.328.797 0 .469.328.797.328.328.797.328.469 0 .797-.328.328-.328.328-.797 0-.469-.328-.797-.328-.328-.797-.328zM24 10.002v5.578q0 .774-.293 1.46-.293.685-.803 1.194-.51.51-1.195.803-.686.293-1.459.293-.445 0-.908-.105-.463-.106-.85-.329-.293.95-.855 1.729-.563.78-1.319 1.336-.756.557-1.67.861-.914.305-1.898.305-1.148 0-2.162-.398-1.014-.399-1.805-1.102-.79-.703-1.312-1.664t-.674-2.086h-5.8q-.411 0-.704-.293T0 16.881V6.873q0-.41.293-.703t.703-.293h8.59q-.34-.715-.34-1.5 0-.727.275-1.365.276-.639.75-1.114.475-.474 1.114-.75.638-.275 1.365-.275t1.365.275q.639.276 1.114.75.474.475.75 1.114.275.638.275 1.365t-.275 1.365q-.276.639-.75 1.113-.475.475-1.114.75-.638.276-1.365.276-.188 0-.375-.024-.188-.023-.375-.058v1.078h10.875q.469 0 .797.328.328.328.328.797zM12.75 2.373q-.41 0-.78.158-.368.158-.638.434-.27.275-.428.639-.158.363-.158.773 0 .41.158.78.159.368.428.638.27.27.639.428.369.158.779.158.41 0 .773-.158.364-.159.64-.428.274-.27.433-.639.158-.369.158-.779 0-.41-.158-.773-.159-.364-.434-.64-.275-.275-.639-.433-.363-.158-.773-.158zM6.937 9.814h2.25V7.94H2.814v1.875h2.25v6h1.875zm10.313 7.313v-6.75H12v6.504q0 .41-.293.703t-.703.293H8.309q.152.809.556 1.5.405.691.985 1.19.58.497 1.318.779.738.281 1.582.281.926 0 1.746-.352.82-.351 1.436-.966.615-.616.966-1.43.352-.815.352-1.752zm5.25-1.547v-5.203h-3.75v6.855q.305.305.691.452.387.146.809.146.469 0 .879-.176.41-.175.715-.48.304-.305.48-.715t.176-.879Z'/%3e%3c/svg%3e")}.shareon>.telegram{background-color:#26a5e4}.shareon>.telegram:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.888 3.551c.168-.003.54.039.781.235.162.14.264.335.288.547.026.156.06.514.033.793-.302 3.189-1.616 10.924-2.285 14.495-.282 1.512-.838 2.017-1.378 2.066-1.17.11-2.058-.773-3.192-1.515-1.774-1.165-2.777-1.889-4.5-3.025-1.99-1.31-.7-2.033.434-3.209.297-.309 5.455-5.002 5.556-5.427.012-.054.024-.252-.094-.356-.117-.104-.292-.069-.418-.04-.178.04-3.013 1.915-8.504 5.62-.806.554-1.534.823-2.187.806-.72-.013-2.104-.405-3.134-.739C1.025 13.39.022 13.174.11 12.476c.045-.363.546-.734 1.5-1.114 5.878-2.56 9.796-4.249 11.758-5.064 5.599-2.328 6.763-2.733 7.521-2.747Z'/%3e%3c/svg%3e")}.shareon>.tumblr{background-color:#36465d}.shareon>.tumblr:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.563 24c-5.093 0-7.031-3.756-7.031-6.411V9.747H5.116V6.648c3.63-1.313 4.512-4.596 4.71-6.469C9.84.051 9.941 0 9.999 0h3.517v6.114h4.801v3.633h-4.82v7.47c.016 1.001.375 2.371 2.207 2.371h.09c.631-.02 1.486-.205 1.936-.419l1.156 3.425c-.436.636-2.4 1.374-4.156 1.404h-.178l.011.002z'/%3e%3c/svg%3e")}.shareon>.twitter{background-color:#1d9bf0}.shareon>.twitter:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M21.543 7.104c.015.211.015.423.015.636 0 6.507-4.954 14.01-14.01 14.01v-.003A13.94 13.94 0 0 1 0 19.539a9.88 9.88 0 0 0 7.287-2.041 4.93 4.93 0 0 1-4.6-3.42 4.916 4.916 0 0 0 2.223-.084A4.926 4.926 0 0 1 .96 9.167v-.062a4.887 4.887 0 0 0 2.235.616A4.928 4.928 0 0 1 1.67 3.148a13.98 13.98 0 0 0 10.15 5.144 4.929 4.929 0 0 1 8.39-4.49 9.868 9.868 0 0 0 3.128-1.196 4.941 4.941 0 0 1-2.165 2.724A9.828 9.828 0 0 0 24 4.555a10.019 10.019 0 0 1-2.457 2.549z'/%3e%3c/svg%3e")}.shareon>.viber{background-color:#7360f2}.shareon>.viber:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.4 0C9.473.028 5.333.344 3.02 2.467 1.302 4.187.696 6.7.633 9.817.57 12.933.488 18.776 6.12 20.36h.003l-.004 2.416s-.037.977.61 1.177c.777.242 1.234-.5 1.98-1.302.407-.44.972-1.084 1.397-1.58 3.85.326 6.812-.416 7.15-.525.776-.252 5.176-.816 5.892-6.657.74-6.02-.36-9.83-2.34-11.546-.596-.55-3.006-2.3-8.375-2.323 0 0-.395-.025-1.037-.017zm.058 1.693c.545-.004.88.017.88.017 4.542.02 6.717 1.388 7.222 1.846 1.675 1.435 2.53 4.868 1.906 9.897v.002c-.604 4.878-4.174 5.184-4.832 5.395-.28.09-2.882.737-6.153.524 0 0-2.436 2.94-3.197 3.704-.12.12-.26.167-.352.144-.13-.033-.166-.188-.165-.414l.02-4.018c-4.762-1.32-4.485-6.292-4.43-8.895.054-2.604.543-4.738 1.996-6.173 1.96-1.773 5.474-2.018 7.11-2.03zm.38 2.602a.304.304 0 0 0-.004.607c1.624.01 2.946.537 4.028 1.592 1.073 1.046 1.62 2.468 1.633 4.334.002.167.14.3.307.3a.304.304 0 0 0 .3-.304c-.014-1.984-.618-3.596-1.816-4.764-1.19-1.16-2.692-1.753-4.447-1.765zm-3.96.695a.981.981 0 0 0-.616.117l-.01.002c-.43.247-.816.562-1.146.932-.002.004-.006.004-.008.008-.267.323-.42.638-.46.948a.596.596 0 0 0-.007.14c0 .136.022.27.065.4l.013.01c.135.48.473 1.276 1.205 2.604.42.768.903 1.5 1.446 2.186.27.344.56.673.87.984l.132.132c.31.308.64.6.984.87a15.524 15.524 0 0 0 2.186 1.447c1.328.733 2.126 1.07 2.604 1.206l.01.014a1.275 1.275 0 0 0 .54.055c.31-.036.627-.19.948-.46.004 0 .003-.002.008-.005.37-.33.683-.72.93-1.148l.003-.01c.225-.432.15-.842-.18-1.12-.004 0-.698-.58-1.037-.83-.36-.255-.73-.492-1.113-.71-.51-.285-1.032-.106-1.248.174l-.447.564c-.23.283-.657.246-.657.246-3.12-.796-3.955-3.955-3.955-3.955s-.037-.426.248-.656l.563-.448c.277-.215.456-.737.17-1.248a12.73 12.73 0 0 0-.71-1.115 28.35 28.35 0 0 0-.83-1.035.822.822 0 0 0-.502-.297zm4.49.88a.303.303 0 0 0-.018.606c1.16.085 2.017.466 2.645 1.15.63.688.93 1.524.906 2.57a.306.306 0 0 0 .61.013c.025-1.175-.334-2.193-1.067-2.994-.74-.81-1.777-1.253-3.05-1.346h-.024zm.463 1.63a.305.305 0 0 0-.3.287c-.008.167.12.31.288.32.523.028.875.175 1.113.422.24.245.388.62.416 1.164a.304.304 0 0 0 .605-.03c-.03-.644-.215-1.178-.58-1.557-.367-.378-.893-.574-1.52-.607h-.018z'/%3e%3c/svg%3e")}.shareon>.vkontakte{background-color:#07f}.shareon>.vkontakte:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.199 4.841H.11c.194 9.312 4.85 14.907 13.012 14.907h.462v-5.327c3 .299 5.268 2.492 6.178 5.327H24c-1.164-4.237-4.223-6.58-6.133-7.475 1.91-1.105 4.596-3.79 5.238-7.432h-3.85c-.836 2.955-3.313 5.641-5.67 5.895V4.84h-3.85v10.326C7.347 14.57 4.333 11.675 4.199 4.84Z'/%3e%3c/svg%3e")}.shareon>.web-share:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' d='M18 2a3 3 0 1 0 0 6 3 3 0 1 0 0-6zM6 9a3 3 0 1 0 0 6 3 3 0 1 0 0-6zm12 7a3 3 0 1 0 0 6 3 3 0 1 0 0-6zm-9.41-2.49 6.83 3.98m-.01-10.98-6.82 3.98'/%3e%3c/svg%3e")}.shareon>.whatsapp{background-color:#25d366}.shareon>.whatsapp:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51a12.8 12.8 0 0 0-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z'/%3e%3c/svg%3e")}
.tippy-box[data-animation=shift-toward-extreme][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=top]{transform:translateY(-20px)}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=bottom]{transform:translateY(20px)}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=left]{transform:translateX(-20px)}.tippy-box[data-animation=shift-toward-extreme][data-state=hidden][data-placement^=right]{transform:translateX(20px)}
.tippy-box[data-placement^=top]>.tippy-svg-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-svg-arrow:after,.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg{top:16px;transform:rotate(180deg)}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-placement^=left]>.tippy-svg-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-svg-arrow:after,.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg{transform:rotate(90deg);top:calc(50% - 3px);left:11px}.tippy-box[data-placement^=right]>.tippy-svg-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-svg-arrow:after,.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg{transform:rotate(-90deg);top:calc(50% - 3px);right:11px}.tippy-svg-arrow{width:16px;height:16px;fill:#333;text-align:initial}.tippy-svg-arrow,.tippy-svg-arrow>svg{position:absolute}
.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}

/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s linear;
  /* Prevent artifacts in Mozilla Firefox: */
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  opacity: 0;
  display: none;
  direction: ltr;
  touch-action: pinch-zoom;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  touch-action: pan-y pinch-zoom;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(https://www.institute-of-education.com/assets/blueimp-gallery/img/loading-6f1c9a2c9e4932c71d86ded184887c41e4f8db70d5eecbca3b8a51a1c807adc3.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(https://www.institute-of-education.com/assets/blueimp-gallery/img/error-23e0b1effe0dbbad17e7697dccc8ddc2d8066ef69a31cd4bc74444e0e8377789.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  border: 3px solid #fff;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(https://www.institute-of-education.com/assets/blueimp-gallery/img/play-pause-80193197354886a8997d91eb8e197008e372ddc54570ac6a4b4bef211f35e8d9.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(https://www.institute-of-education.com/assets/blueimp-gallery/img/error-58a939fb13691608b41e2a642a8f0955eb8941bdaac0e51507bc957593eeceb6.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(https://www.institute-of-education.com/assets/blueimp-gallery/img/play-pause-45d216e24de66fb09d5017db878293fb0df9db5a36a70415d94e0f3417fcbf64.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}

@media (prefers-color-scheme: light) {
  .blueimp-gallery-carousel {
    background: #fff;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* line 14, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/hacks/border-box.sass */
html {
  box-sizing: border-box;
}

/* line 17, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/hacks/border-box.sass */
*,
*::before,
*::after {
  box-sizing: inherit;
}
/* line 3, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/hacks/focus.sass */
*:focus,
a:focus,
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 5, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/focus.sass */
[data-whatinput="initial"] *:focus, [data-whatinput="mouse"] *:focus, [data-whatinput="touch"] *:focus, [data-whatinput="initial"] a:focus, [data-whatinput="mouse"] a:focus, [data-whatinput="touch"] a:focus, [data-whatinput="initial"] button:focus, [data-whatinput="mouse"] button:focus, [data-whatinput="touch"] button:focus {
  outline: none;
  outline-offset: 0;
}

/* line 13, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/hacks/focus.sass */
[tabindex="-1"]:focus {
  outline: none !important;
}
/* line 1, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/hacks/forms.sass */
textarea {
  resize: vertical;
}
/* line 2, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/hacks/margins.sass */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/* line 10, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/hacks/margins.sass */
h1, h2, h3, h4, h5, h6, p, ol, ul, dl, blockquote,
ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
}
/* line 11, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/hacks/touch.sass */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/* line 22, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/hacks/touch.sass */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 20, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/hacks/viewport.sass */
html {
  -ms-overflow-style: scrollbar;
}
/* line 1, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/blocks/bluimp-gallery.sass */
.blueimp-gallery {
  background: rgba(0, 0, 0, 0.85);
  transition-duration: 0.25s;
}

/* line 5, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/blocks/bluimp-gallery.sass */
.blueimp-gallery > .slides {
  transform: translateY(-20px);
  transition: all 0.25s;
}

/* line 9, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/blocks/bluimp-gallery.sass */
.blueimp-gallery > .slides > .slide > .slide-content {
  border: 10px solid #fff;
  box-shadow: 0 30px 50px rgba(33, 37, 55, 0.5);
  max-height: 80%;
  max-width: 80%;
  transition-duration: 0.25s;
}

/* line 16, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/blocks/bluimp-gallery.sass */
.blueimp-gallery > .title {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
  bottom: 0;
  display: block;
  font-weight: 500;
  left: 0;
  padding: 18px 20px;
  text-align: center;
  top: initial;
  transition: opacity 0.25s;
  width: 100%;
}

/* line 29, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/blocks/bluimp-gallery.sass */
.blueimp-gallery-display > .slides {
  transform: translateY(0);
}
/* line 1, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/blocks/container.sass */
.container {
  margin: 0 auto;
}
/* line 1, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/blocks/text.sass */
.text_center {
  text-align: center;
}

/* line 4, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/blocks/text.sass */
.text_left {
  text-align: left;
}

/* line 7, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/blocks/text.sass */
.text_right {
  text-align: right;
}
/*




*/
/* line 1, app/assets/stylesheets/rails-plus/hacks/button.sass */
button {
  background: none;
  border: none;
  padding: 0;
}
/* line 1, app/assets/stylesheets/rails-plus/hacks/typography.sass */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
/* line 4, app/assets/stylesheets/rails-plus/blocks/conference-row.sass */
.conference-row .conference-row__aside {
  margin-bottom: 24px;
}

/* line 8, app/assets/stylesheets/rails-plus/blocks/conference-row.sass */
.conference-row .conference-row__main .tv-frame + .thread {
  margin-top: 24px;
}

@media (min-width: 768px) {
  /* line 3, app/assets/stylesheets/rails-plus/blocks/conference-row.sass */
  .conference-row {
    display: flex;
    flex-flow: row nowrap;
  }
  /* line 15, app/assets/stylesheets/rails-plus/blocks/conference-row.sass */
  .conference-row .conference-row__aside {
    order: 2;
    margin-left: 20px;
    margin-top: -71px;
    width: 275px;
  }
  /* line 21, app/assets/stylesheets/rails-plus/blocks/conference-row.sass */
  .conference-row .conference-row__aside .a-card-list {
    position: sticky;
    top: 72px;
  }
  /* line 25, app/assets/stylesheets/rails-plus/blocks/conference-row.sass */
  .conference-row .conference-row__main {
    order: 1;
    width: calc(100% - 275px - 20px);
  }
}
/* line 1, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
.iconic-card.card {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 140px;
}

/* line 9, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
.iconic-card.card .iconic-card__image {
  height: 140px;
  overflow: hidden;
  width: 100%;
}

/* line 14, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
.iconic-card.card .iconic-card__image img {
  width: 100%;
}

/* line 17, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
.iconic-card.card .iconic-card__icon {
  font-size: 90px;
  line-height: 96px;
  margin-top: 12px;
}

/* line 22, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
.iconic-card.card .iconic-card__icon .fa {
  font-size: 72px;
}

/* line 25, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
.iconic-card.card .iconic-card__title {
  color: var(--body--color);
  font-weight: 500;
  min-height: 72px;
  padding: 12px 10px;
  text-align: center;
}

/* line 34, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card,
button.iconic-card.card {
  transition: background 0.1s, border-color 0.1s, color 0.1s;
}

/* line 38, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card .iconic-card__icon,
a.iconic-card.card .iconic-card__title,
button.iconic-card.card .iconic-card__icon,
button.iconic-card.card .iconic-card__title {
  transition: color 0.1s;
}

/* line 45, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
.iconic-card.card.c-dark .iconic-card__icon {
  color: #4a4a4a;
}

/* line 50, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card.c-dark:hover,
button.iconic-card.card.c-dark:hover {
  background: #4a4a4a;
}

/* line 53, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card.c-dark:hover .iconic-card__icon,
a.iconic-card.card.c-dark:hover .iconic-card__title,
button.iconic-card.card.c-dark:hover .iconic-card__icon,
button.iconic-card.card.c-dark:hover .iconic-card__title {
  color: #fff;
}

/* line 57, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card.c-dark:active,
button.iconic-card.card.c-dark:active {
  background: #333;
}

/* line 60, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card.c-dark:active .iconic-card__icon,
a.iconic-card.card.c-dark:active .iconic-card__title,
button.iconic-card.card.c-dark:active .iconic-card__icon,
button.iconic-card.card.c-dark:active .iconic-card__title {
  color: #fff;
}

/* line 67, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
.iconic-card.card.c-blue .iconic-card__icon {
  color: #3b67c4;
}

/* line 72, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card.c-blue:hover,
button.iconic-card.card.c-blue:hover {
  background: #3b67c4;
}

/* line 75, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card.c-blue:hover .iconic-card__icon,
a.iconic-card.card.c-blue:hover .iconic-card__title,
button.iconic-card.card.c-blue:hover .iconic-card__icon,
button.iconic-card.card.c-blue:hover .iconic-card__title {
  color: #fff;
}

/* line 79, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card.c-blue:active,
button.iconic-card.card.c-blue:active {
  background: #2f529d;
}

/* line 82, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card.c-blue:active .iconic-card__icon,
a.iconic-card.card.c-blue:active .iconic-card__title,
button.iconic-card.card.c-blue:active .iconic-card__icon,
button.iconic-card.card.c-blue:active .iconic-card__title {
  color: #fff;
}

/* line 89, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
.iconic-card.card.c-red .iconic-card__icon {
  color: #f55f44;
}

/* line 94, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card.c-red:hover,
button.iconic-card.card.c-red:hover {
  background: #f55f44;
}

/* line 97, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card.c-red:hover .iconic-card__icon,
a.iconic-card.card.c-red:hover .iconic-card__title,
button.iconic-card.card.c-red:hover .iconic-card__icon,
button.iconic-card.card.c-red:hover .iconic-card__title {
  color: #fff;
}

/* line 101, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card.c-red:active,
button.iconic-card.card.c-red:active {
  background: #e74225;
}

/* line 104, app/assets/stylesheets/rails-plus/blocks/iconic-card.sass */
a.iconic-card.card.c-red:active .iconic-card__icon,
a.iconic-card.card.c-red:active .iconic-card__title,
button.iconic-card.card.c-red:active .iconic-card__icon,
button.iconic-card.card.c-red:active .iconic-card__title {
  color: #fff;
}
/* line 1, app/assets/stylesheets/rails-plus/blocks/image-row.sass */
.image-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 0 5px;
}

/* line 7, app/assets/stylesheets/rails-plus/blocks/image-row.sass */
.image-row .image-row__item {
  margin: 6px 5px;
}

/* line 10, app/assets/stylesheets/rails-plus/blocks/image-row.sass */
.image-row .image-row__item img {
  height: 150px;
}
/* line 1, app/assets/stylesheets/rails-plus/blocks/row.sass */
.row {
  display: block;
  display: flex;
  flex-flow: row wrap;
  margin-left: 0;
  margin-right: 0;
}

/* line 8, app/assets/stylesheets/rails-plus/blocks/row.sass */
.row_with-columns {
  flex-flow: row nowrap;
  margin-left: -10px;
  margin-right: -10px;
}

/* line 13, app/assets/stylesheets/rails-plus/blocks/row.sass */
.row_with-columns .column {
  margin: 0 10px;
}

/* line 16, app/assets/stylesheets/rails-plus/blocks/row.sass */
.row_j_sb {
  justify-content: space-between;
}

/* line 19, app/assets/stylesheets/rails-plus/blocks/row.sass */
.row_wrap {
  flex-flow: row wrap;
}
/*


*/
/* line 2, app/assets/stylesheets/web/hacks/amazing_print.sass */
pre.debug_dump {
  overflow: auto;
}
/* line 7, app/assets/stylesheets/web/hacks/bvi.sass */
html body.body .bvi-body[data-bvi-theme=white] .flash-collection,
html body.body .bvi-body[data-bvi-theme=black] .flash-collection,
html body.body .bvi-body[data-bvi-theme=blue] .flash-collection,
html body.body .bvi-body[data-bvi-theme=brown] .flash-collection,
html body.body .bvi-body[data-bvi-theme=green] .flash-collection {
  display: none !important;
}

/* line 11, app/assets/stylesheets/web/hacks/bvi.sass */
html body.body .bvi-body .bvi-panel-close {
  font-size: 12px !important;
  line-height: 14px !important;
  max-width: 60px;
  text-align: center;
  word-break: break-word;
}
/* line 5, app/assets/stylesheets/web/hacks/choices.sass */
.choices {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/web/hacks/choices.sass */
.choices {
  font-size: 14px;
}

/* line 14, app/assets/stylesheets/web/hacks/choices.sass */
.choices__inner {
  min-height: 36px;
  padding: 1px 8px 1px 3px;
}

/* line 18, app/assets/stylesheets/web/hacks/choices.sass */
.choices[data-type*='select-one']:after {
  border-width: 4px;
  margin-top: -1.5px;
}

/* line 22, app/assets/stylesheets/web/hacks/choices.sass */
.choices[data-type*='select-one'] .choices__inner {
  padding-bottom: 1px;
}

/* line 28, app/assets/stylesheets/web/hacks/choices.sass */
.choices__list--dropdown {
  word-break: break-word;
  min-width: 250px;
}

/* line 36, app/assets/stylesheets/web/hacks/choices.sass */
form.filter_form .filter_form_field .choices__list--dropdown .choices__input.choices__input--cloned {
  margin: 0 1px;
  width: 100%;
}

@media (min-width: 640px) {
  /* line 44, app/assets/stylesheets/web/hacks/choices.sass */
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 10px;
  }
}
/* line 3, app/assets/stylesheets/web/hacks/old-styles.sass */
.pagination span > a {
  border: 1px solid #efefef;
  padding: 5px;
  margin: 5px;
}

/* line 8, app/assets/stylesheets/web/hacks/old-styles.sass */
h1 {
  font-size: 28px;
}

/* line 11, app/assets/stylesheets/web/hacks/old-styles.sass */
h2 {
  font-size: 20px;
}

/* line 14, app/assets/stylesheets/web/hacks/old-styles.sass */
h3 {
  font-size: 18px;
}

/* line 17, app/assets/stylesheets/web/hacks/old-styles.sass */
.a-28px-title,
.a-42px-title {
  margin: 0;
}

/* line 21, app/assets/stylesheets/web/hacks/old-styles.sass */
pre {
  background-color: #efefef;
  padding: 10px;
  font-size: 11px;
}

/* line 26, app/assets/stylesheets/web/hacks/old-styles.sass */
.key {
  background-color: #fcc;
}

/* line 29, app/assets/stylesheets/web/hacks/old-styles.sass */
.btn-default {
  background-color: #e3e3e3;
}

/* line 32, app/assets/stylesheets/web/hacks/old-styles.sass */
.btn-danger {
  background-color: #de4a4f;
}

/* line 35, app/assets/stylesheets/web/hacks/old-styles.sass */
input[type=date]:disabled {
  background: #888888;
}

/* line 38, app/assets/stylesheets/web/hacks/old-styles.sass */
.blabla {
  background-color: #ccccff;
  width: 100%;
  text-align: justify;
  padding: 20px;
  margin: 2px;
  border-radius: 10px;
  box-shadow: 2px 2px 1px silver;
}

/* line 47, app/assets/stylesheets/web/hacks/old-styles.sass */
.steps {
  display: none;
}

/* line 50, app/assets/stylesheets/web/hacks/old-styles.sass */
.prokrutka {
  background: #fff;
  overflow: auto;
  padding: 5px;
}

/* line 55, app/assets/stylesheets/web/hacks/old-styles.sass */
.emails {
  cursor: pointer;
}

/* line 58, app/assets/stylesheets/web/hacks/old-styles.sass */
.emails:hover {
  background-color: #ccc;
}

/* line 61, app/assets/stylesheets/web/hacks/old-styles.sass */
.emails .selected {
  background-color: #f7f7f7;
}

/* line 64, app/assets/stylesheets/web/hacks/old-styles.sass */
span.duration {
  color: #cf7700;
  font-size: 22px;
}

/* line 68, app/assets/stylesheets/web/hacks/old-styles.sass */
span.price {
  color: #cf7700;
  font-size: 18px;
}

/* line 72, app/assets/stylesheets/web/hacks/old-styles.sass */
.postponed-true {
  background-color: #ffecce;
}

/* line 75, app/assets/stylesheets/web/hacks/old-styles.sass */
.nav, .pagination, .panel-title a {
  cursor: pointer;
}

/* line 79, app/assets/stylesheets/web/hacks/old-styles.sass */
div.field, div.actions {
  margin-bottom: 10px;
}

/* line 82, app/assets/stylesheets/web/hacks/old-styles.sass */
a#obrazec span {
  position: relative;
  top: -180px;
  font-size: 40px;
}

/* line 89, app/assets/stylesheets/web/hacks/old-styles.sass */
.fixed {
  display: block;
  position: fixed;
}

/* line 93, app/assets/stylesheets/web/hacks/old-styles.sass */
.hidden {
  display: none;
}

/* line 96, app/assets/stylesheets/web/hacks/old-styles.sass */
.blink_me {
  animation: blinker 5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* line 107, app/assets/stylesheets/web/hacks/old-styles.sass */
.panel-default .panel-heading,
.panel-info .panel-heading {
  background-color: #edf3ff;
}

/* line 112, app/assets/stylesheets/web/hacks/old-styles.sass */
.modal {
  bottom: auto;
  width: 50%;
  max-height: 400px;
  min-width: 400px;
  margin-top: 10%;
  margin-left: 25%;
}

/* line 120, app/assets/stylesheets/web/hacks/old-styles.sass */
.modal .close {
  background: #e3e3e3;
  border-bottom-left-radius: 3px;
  border: 1px solid #aaa;
  color: #888;
  font-weight: 400;
  margin-right: -1px;
  margin-top: -1px;
  opacity: 1;
  padding: 5px;
  text-align: center;
  width: 30px;
}

/* line 133, app/assets/stylesheets/web/hacks/old-styles.sass */
.modal .close:hover {
  background: #bbb;
}

/* line 136, app/assets/stylesheets/web/hacks/old-styles.sass */
.modal .close:active {
  background: #555;
}

/* line 139, app/assets/stylesheets/web/hacks/old-styles.sass */
.modal.panel {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  padding-right: inherit !important;
}

/* line 145, app/assets/stylesheets/web/hacks/old-styles.sass */
.ng-invalid {
  background-color: red;
}

/* line 148, app/assets/stylesheets/web/hacks/old-styles.sass */
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 155, app/assets/stylesheets/web/hacks/old-styles.sass */
.right-variant {
  background-color: lightgreen;
}

/* line 160, app/assets/stylesheets/web/hacks/old-styles.sass */
.soda-header button {
  margin-bottom: 0;
}
/* line 3, app/assets/stylesheets/web/hacks/remove-ios-input-inset-shadow.sass */
input[type=text],
input[type="password"],
input[type="email"],
input[type="file"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 1, app/assets/stylesheets/web/hacks/smooth-scroll.sass */
html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  /* line 5, app/assets/stylesheets/web/hacks/smooth-scroll.sass */
  html {
    scroll-behavior: auto;
  }
}
/* line 1, app/assets/stylesheets/web/hacks/stlr-bootstrap.sass */
h1, .h1, h2, .h2, h3, .h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

/* line 5, app/assets/stylesheets/web/hacks/stlr-bootstrap.sass */
h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* line 9, app/assets/stylesheets/web/hacks/stlr-bootstrap.sass */
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}

/* line 13, app/assets/stylesheets/web/hacks/stlr-bootstrap.sass */
label {
  font-weight: 400;
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/web/hacks/stlr-bootstrap.sass */
pre {
  margin-bottom: 0;
}

/* line 20, app/assets/stylesheets/web/hacks/stlr-bootstrap.sass */
a:hover,
a:focus {
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/web/hacks/stlr-bootstrap.sass */
.media-left,
.media-right {
  align-self: flex-start;
}

/* line 28, app/assets/stylesheets/web/hacks/stlr-bootstrap.sass */
.media_sticky {
  overflow: initial;
}

/* line 31, app/assets/stylesheets/web/hacks/stlr-bootstrap.sass */
.table {
  margin-bottom: 0;
}

/* line 34, app/assets/stylesheets/web/hacks/stlr-bootstrap.sass */
.bottom-section .pagination {
  margin: 0;
}

/* line 37, app/assets/stylesheets/web/hacks/stlr-bootstrap.sass */
.field-media {
  margin-top: 0;
}

/* line 40, app/assets/stylesheets/web/hacks/stlr-bootstrap.sass */
#grid_account_dashboard {
  width: 100% !important;
}
/* line 1, app/assets/stylesheets/web/hacks/typography.sass */
html {
  font-size: 14px;
}

/* line 4, app/assets/stylesheets/web/hacks/typography.sass */
body {
  font-family: var(--font-family--sans);
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  line-height: 1.69;
}

/* line 12, app/assets/stylesheets/web/hacks/typography.sass */
p, ul, ol, pre, blockquote,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.69;
}

/* line 18, app/assets/stylesheets/web/hacks/typography.sass */
button,
input,
optgroup,
select,
textarea {
  font-family: var(--font-family--sans);
  font-size: 16px;
  line-height: 24px;
}
/* line 1, app/assets/stylesheets/web/atoms/atomic.sass */
.ali_fs {
  align-items: flex-start !important;
}

/* line 4, app/assets/stylesheets/web/atoms/atomic.sass */
.d_n {
  display: none !important;
}

/* line 7, app/assets/stylesheets/web/atoms/atomic.sass */
.d_b {
  display: block !important;
}

/* line 10, app/assets/stylesheets/web/atoms/atomic.sass */
.ff_r_nw {
  flex-flow: row nowrap !important;
}

/* line 13, app/assets/stylesheets/web/atoms/atomic.sass */
.fz_12 {
  font-size: 12px;
}

/* line 16, app/assets/stylesheets/web/atoms/atomic.sass */
.jc_fs {
  justify-content: flex-start !important;
}

/* line 19, app/assets/stylesheets/web/atoms/atomic.sass */
.lh_18 {
  line-height: 18px;
}

/* line 22, app/assets/stylesheets/web/atoms/atomic.sass */
.lh_30 {
  line-height: 30px;
}

/* line 25, app/assets/stylesheets/web/atoms/atomic.sass */
.mb_0 {
  margin-bottom: 0 !important;
}

/* line 28, app/assets/stylesheets/web/atoms/atomic.sass */
.mb_3 {
  margin-bottom: 3px;
}

/* line 31, app/assets/stylesheets/web/atoms/atomic.sass */
.mb_6 {
  margin-bottom: 6px;
}

/* line 34, app/assets/stylesheets/web/atoms/atomic.sass */
.mb_9 {
  margin-bottom: 9px;
}

/* line 37, app/assets/stylesheets/web/atoms/atomic.sass */
.mb_12 {
  margin-bottom: 12px !important;
}

/* line 40, app/assets/stylesheets/web/atoms/atomic.sass */
.mb_18 {
  margin-bottom: 18px !important;
}

/* line 43, app/assets/stylesheets/web/atoms/atomic.sass */
.mb_24 {
  margin-bottom: 24px !important;
}

/* line 46, app/assets/stylesheets/web/atoms/atomic.sass */
.mb_36 {
  margin-bottom: 36px !important;
}

/* line 49, app/assets/stylesheets/web/atoms/atomic.sass */
.ml_5 {
  margin-left: 5px !important;
}

/* line 52, app/assets/stylesheets/web/atoms/atomic.sass */
.ml_10 {
  margin-left: 10px !important;
}

/* line 55, app/assets/stylesheets/web/atoms/atomic.sass */
.ml_20 {
  margin-left: 20px !important;
}

/* line 58, app/assets/stylesheets/web/atoms/atomic.sass */
.ml_30 {
  margin-left: 30px !important;
}

/* line 61, app/assets/stylesheets/web/atoms/atomic.sass */
.mr_5 {
  margin-right: 5px !important;
}

/* line 64, app/assets/stylesheets/web/atoms/atomic.sass */
.mr_10 {
  margin-right: 10px !important;
}

/* line 67, app/assets/stylesheets/web/atoms/atomic.sass */
.mt_0 {
  margin-top: 0px !important;
}

/* line 70, app/assets/stylesheets/web/atoms/atomic.sass */
.mt_6 {
  margin-top: 6px !important;
}

/* line 73, app/assets/stylesheets/web/atoms/atomic.sass */
.mt_12 {
  margin-top: 12px !important;
}

/* line 76, app/assets/stylesheets/web/atoms/atomic.sass */
.mt_24 {
  margin-top: 24px !important;
}

/* line 79, app/assets/stylesheets/web/atoms/atomic.sass */
.mw_50 {
  min-width: 50px;
}

/* line 82, app/assets/stylesheets/web/atoms/atomic.sass */
.ov_h {
  overflow: hidden !important;
}

/* line 85, app/assets/stylesheets/web/atoms/atomic.sass */
.pad_2_5 {
  padding: 2px 5px;
}

/* line 88, app/assets/stylesheets/web/atoms/atomic.sass */
.pad_9 {
  padding: 9px;
}

/* line 91, app/assets/stylesheets/web/atoms/atomic.sass */
.pad_11_14 {
  padding: 11px 14px;
}

/* line 94, app/assets/stylesheets/web/atoms/atomic.sass */
.ta_c {
  text-align: center !important;
}

/* line 97, app/assets/stylesheets/web/atoms/atomic.sass */
.ta_l {
  text-align: left !important;
}

/* line 100, app/assets/stylesheets/web/atoms/atomic.sass */
.w_100p {
  width: 100% !important;
}

/* line 105, app/assets/stylesheets/web/atoms/atomic.sass */
.dn_empty:empty {
  display: none;
}

@media print {
  /* line 109, app/assets/stylesheets/web/atoms/atomic.sass */
  .dn_print {
    display: none !important;
  }
  /* line 112, app/assets/stylesheets/web/atoms/atomic.sass */
  .tac_print {
    text-align: center !important;
  }
  /* line 115, app/assets/stylesheets/web/atoms/atomic.sass */
  .tale_print {
    text-align: left !important;
  }
}
/* line 1, app/assets/stylesheets/web/atoms/bdrs.sass */
.bdrs-50p {
  border-radius: 50%;
}

/* line 4, app/assets/stylesheets/web/atoms/bdrs.sass */
.bdrs-3px {
  border-radius: 3px;
}

/* line 7, app/assets/stylesheets/web/atoms/bdrs.sass */
.bdrs-5px {
  border-radius: 5px;
}
/* line 1, app/assets/stylesheets/web/atoms/bg-gradient.sass */
.bg-gradient-dark {
  background: #292524 linear-gradient(0, #262626, #1C1917);
}

/* line 4, app/assets/stylesheets/web/atoms/bg-gradient.sass */
.bg-gradient-dark.c-bg {
  color: #fff;
}

/* line 7, app/assets/stylesheets/web/atoms/bg-gradient.sass */
.bg-gradient-forum {
  background: #1B3397 linear-gradient(120deg, #4f6bda, #1B3397);
}

/* line 10, app/assets/stylesheets/web/atoms/bg-gradient.sass */
.bg-gradient-forum.c-bg {
  color: #fff;
}
/* line 3, app/assets/stylesheets/web/atoms/bg-image.sass */
.bg-image_pen {
  background: url(https://www.institute-of-education.com/assets/bg-pen-82260f15d2c31ee3528f03036117b5d38ef762bee279c5ae75ff166ae638eff7.jpg) #090909 100% 50% no-repeat;
  background-size: contain;
}

/* line 6, app/assets/stylesheets/web/atoms/bg-image.sass */
.bg-image_pen.c-bg {
  color: #fff;
}
/* line 1, app/assets/stylesheets/web/atoms/bg.sass */
.bg-blue,
.bg_blue {
  background: #e8eff9;
}

/* line 5, app/assets/stylesheets/web/atoms/bg.sass */
.bg-blue.bd,
.bg_blue.bd {
  border-color: #1a73e8;
}

/* line 9, app/assets/stylesheets/web/atoms/bg.sass */
.bg-indigo {
  background: #6875f5;
}

/* line 13, app/assets/stylesheets/web/atoms/bg.sass */
.bg_grey,
.bg-grey {
  background: #f9f9f9;
}

/* line 18, app/assets/stylesheets/web/atoms/bg.sass */
.bg-green {
  background: #d9f0df;
}

/* line 21, app/assets/stylesheets/web/atoms/bg.sass */
.bg-green.bd {
  border-color: #1e8e3e;
}

/* line 25, app/assets/stylesheets/web/atoms/bg.sass */
.bg-red,
.bg_red {
  background: #ffeeef;
}

/* line 29, app/assets/stylesheets/web/atoms/bg.sass */
.bg-red.bd,
.bg_red.bd {
  border-color: #d93025;
}
/* line 1, app/assets/stylesheets/web/atoms/c.sass */
.c_green {
  color: #008000;
}

/* line 4, app/assets/stylesheets/web/atoms/c.sass */
.c_grey {
  color: #57534E !important;
}

/* line 7, app/assets/stylesheets/web/atoms/c.sass */
.c-green {
  color: #3ea80e;
}

/* line 10, app/assets/stylesheets/web/atoms/c.sass */
.c-grey {
  color: #9B9B96;
}

/* line 13, app/assets/stylesheets/web/atoms/c.sass */
.c_orange,
.c-orange {
  color: #fa7b17;
}

/* line 17, app/assets/stylesheets/web/atoms/c.sass */
.c_red,
.c-red {
  color: #e83627;
}

/* line 21, app/assets/stylesheets/web/atoms/c.sass */
.c-red-light {
  color: #f75a4c;
}

/* line 24, app/assets/stylesheets/web/atoms/c.sass */
.c_yellow,
.c-yellow {
  color: #fbcd3c;
}
/* line 1, app/assets/stylesheets/web/atoms/flex.sass */
.flex-1 {
  flex: 1;
}
/* line 1, app/assets/stylesheets/web/atoms/fx.sass */
.fx-1 {
  flex: 1;
}
/* line 1, app/assets/stylesheets/web/atoms/fz.sass */
.fz-m2,
.fz-m1,
.fz-0,
.fz-1,
.fz-2,
.fz-3,
.fz-4,
.fz-5,
.fz-6 {
  line-height: 1.69;
}

/* line 12, app/assets/stylesheets/web/atoms/fz.sass */
.fz-m2 {
  font-size: 10px;
}

/* line 15, app/assets/stylesheets/web/atoms/fz.sass */
.fz-m1 {
  font-size: 12px;
}

/* line 18, app/assets/stylesheets/web/atoms/fz.sass */
.fz-0 {
  font-size: 14px;
}

/* line 21, app/assets/stylesheets/web/atoms/fz.sass */
.fz-1 {
  font-size: 16px;
}

/* line 24, app/assets/stylesheets/web/atoms/fz.sass */
.fz-2 {
  font-size: 20px;
}

/* line 27, app/assets/stylesheets/web/atoms/fz.sass */
.fz-3 {
  font-size: 28px;
}

/* line 30, app/assets/stylesheets/web/atoms/fz.sass */
.fz-4 {
  font-size: 40px;
}

/* line 33, app/assets/stylesheets/web/atoms/fz.sass */
.fz-5 {
  font-size: 54px;
}

/* line 36, app/assets/stylesheets/web/atoms/fz.sass */
.fz-6 {
  font-size: 82px;
}
/* line 1, app/assets/stylesheets/web/atoms/h.sass */
.h-3 {
  height: 12px;
}

/* line 4, app/assets/stylesheets/web/atoms/h.sass */
.h-24px {
  height: 24px;
}

/* line 7, app/assets/stylesheets/web/atoms/h.sass */
.h-30px {
  height: 30px;
}

/* line 10, app/assets/stylesheets/web/atoms/h.sass */
.h-36px {
  height: 36px;
}

/* line 13, app/assets/stylesheets/web/atoms/h.sass */
.h-48px {
  height: 48px;
}

/* line 16, app/assets/stylesheets/web/atoms/h.sass */
.h-60px {
  height: 60px;
}
/* line 1, app/assets/stylesheets/web/atoms/m.sass */
.m-0 {
  margin: 0;
}

/* line 4, app/assets/stylesheets/web/atoms/m.sass */
.mb-12px {
  margin-bottom: 12px;
}

/* line 7, app/assets/stylesheets/web/atoms/m.sass */
.mb-48px {
  margin-bottom: 48px;
}

/* line 10, app/assets/stylesheets/web/atoms/m.sass */
.mt-48px {
  margin-top: 48px;
}
/* line 1, app/assets/stylesheets/web/atoms/pad.sass */
.pad-48px-0 {
  padding: 48px 0;
}

/* line 4, app/assets/stylesheets/web/atoms/pad.sass */
.pad-9px {
  padding: 9px;
}
/* line 1, app/assets/stylesheets/web/atoms/tailwind.sass */
.contents {
  display: contents;
}

/* line 6, app/assets/stylesheets/web/atoms/tailwind.sass */
.justify-evenly {
  justify-content: space-around;
  justify-content: space-evenly;
}

/* line 12, app/assets/stylesheets/web/atoms/tailwind.sass */
.max-w-10 {
  max-width: 10rem;
}

/* line 15, app/assets/stylesheets/web/atoms/tailwind.sass */
.max-w-20 {
  max-width: 20rem;
}

/* line 20, app/assets/stylesheets/web/atoms/tailwind.sass */
.overflow-auto {
  -webkit-overflow-scrolling: touch;
}

/* line 25, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-7 {
  grid-row: span 7 / span 7;
}

/* line 28, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-8 {
  grid-row: span 8 / span 8;
}

/* line 31, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-9 {
  grid-row: span 9 / span 9;
}

/* line 34, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-10 {
  grid-row: span 10 / span 10;
}

/* line 37, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-11 {
  grid-row: span 11 / span 11;
}

/* line 40, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-12 {
  grid-row: span 12 / span 12;
}

/* line 43, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-13 {
  grid-row: span 13 / span 13;
}

/* line 46, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-14 {
  grid-row: span 14 / span 14;
}

/* line 49, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-15 {
  grid-row: span 15 / span 15;
}

/* line 52, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-16 {
  grid-row: span 16 / span 16;
}

/* line 55, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-17 {
  grid-row: span 17 / span 17;
}

/* line 58, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-18 {
  grid-row: span 18 / span 18;
}

/* line 61, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-19 {
  grid-row: span 19 / span 19;
}

/* line 64, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-20 {
  grid-row: span 20 / span 20;
}

/* line 67, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-21 {
  grid-row: span 21 / span 21;
}

/* line 70, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-22 {
  grid-row: span 22 / span 22;
}

/* line 73, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-23 {
  grid-row: span 23 / span 23;
}

/* line 76, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-24 {
  grid-row: span 24 / span 24;
}

/* line 79, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-25 {
  grid-row: span 25 / span 25;
}

/* line 82, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-26 {
  grid-row: span 26 / span 26;
}

/* line 85, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-27 {
  grid-row: span 27 / span 27;
}

/* line 88, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-28 {
  grid-row: span 28 / span 28;
}

/* line 91, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-29 {
  grid-row: span 29 / span 29;
}

/* line 94, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-30 {
  grid-row: span 30 / span 30;
}

/* line 97, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-31 {
  grid-row: span 31 / span 31;
}

/* line 100, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-32 {
  grid-row: span 32 / span 32;
}

/* line 103, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-33 {
  grid-row: span 33 / span 33;
}

/* line 106, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-34 {
  grid-row: span 34 / span 34;
}

/* line 109, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-35 {
  grid-row: span 35 / span 35;
}

/* line 112, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-36 {
  grid-row: span 36 / span 36;
}

/* line 115, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-37 {
  grid-row: span 37 / span 37;
}

/* line 118, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-38 {
  grid-row: span 38 / span 38;
}

/* line 121, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-39 {
  grid-row: span 39 / span 39;
}

/* line 124, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-40 {
  grid-row: span 40 / span 40;
}

/* line 127, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-41 {
  grid-row: span 41 / span 41;
}

/* line 130, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-42 {
  grid-row: span 42 / span 42;
}

/* line 133, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-43 {
  grid-row: span 43 / span 43;
}

/* line 136, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-44 {
  grid-row: span 44 / span 44;
}

/* line 139, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-45 {
  grid-row: span 45 / span 45;
}

/* line 142, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-46 {
  grid-row: span 46 / span 46;
}

/* line 145, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-47 {
  grid-row: span 47 / span 47;
}

/* line 148, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-48 {
  grid-row: span 48 / span 48;
}

/* line 151, app/assets/stylesheets/web/atoms/tailwind.sass */
.row-span-49 {
  grid-row: span 49 / span 49;
}

/* line 156, app/assets/stylesheets/web/atoms/tailwind.sass */
.text-shadow-md {
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
}
/* line 1, app/assets/stylesheets/web/atoms/w.sass */
.w-90p {
  width: 90%;
}
/* line 1, app/assets/stylesheets/web/molecules/button.sass */
.button {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/web/molecules/button.sass */
.button.block {
  display: block;
}

/* line 13, app/assets/stylesheets/web/molecules/button.sass */
.button.disabled {
  cursor: not-allowed;
}
/* line 1, app/assets/stylesheets/web/molecules/flex.sass */
.flex {
  display: flex;
  flex-flow: row wrap;
}
/* line 1, app/assets/stylesheets/web/molecules/input.sass */
:root {
  --input--background: #fff;
  --input--color: #292d3c;
  --input--border-color: #ccc;
  --input__placeholder--color: #777;
}

/* line 8, app/assets/stylesheets/web/molecules/input.sass */
.input {
  background: var(--input--background);
  color: var(--input--color);
  border-radius: 3px;
  border: 1px solid;
  border-color: var(--input--border-color);
  min-height: 36px;
  padding: 5px 9px;
  width: 100%;
}

/* line 18, app/assets/stylesheets/web/molecules/input.sass */
.input::-moz-placeholder {
  color: var(--input__placeholder--color);
}
.input::placeholder {
  color: var(--input__placeholder--color);
}

/* line 22, app/assets/stylesheets/web/molecules/input.sass */
.input.h-24px {
  font-size: 12px;
  min-height: 24px;
  padding: 1px 5px;
}

/* line 27, app/assets/stylesheets/web/molecules/input.sass */
.input.h-30px {
  font-size: 12px;
  min-height: 30px;
  padding: 2px 9px;
}

/* line 32, app/assets/stylesheets/web/molecules/input.sass */
.input.h-36px {
  font-size: 14px;
  min-height: 36px;
  padding: 5px 9px;
}
/* line 1, app/assets/stylesheets/web/molecules/shape.sass */
.shape {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/web/molecules/shape.sass */
.shape.h-36px {
  min-width: 36px;
}

/* line 9, app/assets/stylesheets/web/molecules/shape.sass */
.shape.h-48px {
  min-width: 48px;
}

/* line 14, app/assets/stylesheets/web/molecules/shape.sass */
.shape.bd {
  border: 1px solid;
}
/* line 3, app/assets/stylesheets/web/blocks/a-20px-title.sass */
.a-20px-title {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 1200px) {
  /* line 8, app/assets/stylesheets/web/blocks/a-20px-title.sass */
  .a-20px-title {
    font-size: 20px;
    line-height: 30px;
  }
}
/* line 3, app/assets/stylesheets/web/blocks/a-28px-title.sass */
.a-28px-title {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 1200px) {
  /* line 8, app/assets/stylesheets/web/blocks/a-28px-title.sass */
  .a-28px-title {
    font-size: 28px;
    line-height: 39px;
  }
}
/* line 3, app/assets/stylesheets/web/blocks/a-42px-title.sass */
.a-42px-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

@media (min-width: 1200px) {
  /* line 9, app/assets/stylesheets/web/blocks/a-42px-title.sass */
  .a-42px-title {
    font-size: 42px;
    line-height: 51px;
  }
}
/* line 3, app/assets/stylesheets/web/blocks/a-54px-title.sass */
.a-54px-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

@media (min-width: 1200px) {
  /* line 9, app/assets/stylesheets/web/blocks/a-54px-title.sass */
  .a-54px-title {
    font-size: 54px;
    line-height: 60px;
  }
}
/* line 1, app/assets/stylesheets/web/blocks/a-badge-list.sass */
.a-badge-list {
  display: flex;
  flex-flow: row wrap;
  margin: -3px -4px;
}

/* line 6, app/assets/stylesheets/web/blocks/a-badge-list.sass */
.a-badge-list .badge {
  border-radius: 12px;
  font-size: 10px;
  font-weight: 500;
  margin: 3px 4px;
}

/* line 12, app/assets/stylesheets/web/blocks/a-badge-list.sass */
.a-badge-list .text-badge {
  margin: 3px 4px;
}
/* line 1, app/assets/stylesheets/web/blocks/a-button-column.sass */
.a-button-column {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
}

/* line 6, app/assets/stylesheets/web/blocks/a-button-column.sass */
.a-button-column .button {
  margin-bottom: 3px;
  width: 100%;
}

/* line 10, app/assets/stylesheets/web/blocks/a-button-column.sass */
.a-button-column .button:last-child {
  margin-bottom: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/a-button-grid.sass */
.a-button-flex.flex {
  align-items: center;
  margin: -3px -5px;
}

/* line 5, app/assets/stylesheets/web/blocks/a-button-grid.sass */
.a-button-flex.flex .button,
.a-button-flex.flex .select-button {
  margin: 3px 5px;
}

/* line 9, app/assets/stylesheets/web/blocks/a-button-grid.sass */
.a-button-flex.flex .g-recaptcha {
  margin: 3px 5px;
}
/* line 1, app/assets/stylesheets/web/blocks/a-button-list.sass */
.a-button-list {
  display: flex;
  flex-flow: column nowrap;
}

/* line 5, app/assets/stylesheets/web/blocks/a-button-list.sass */
.a-button-list .button {
  font-weight: 400;
  margin-bottom: -1px;
  text-align: left;
  width: 100%;
}

/* line 11, app/assets/stylesheets/web/blocks/a-button-list.sass */
.a-button-list .button:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 15, app/assets/stylesheets/web/blocks/a-button-list.sass */
.a-button-list .button:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
}

/* line 20, app/assets/stylesheets/web/blocks/a-button-list.sass */
.a-button-list .button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 23, app/assets/stylesheets/web/blocks/a-button-list.sass */
.a-button-list_inner {
  padding-left: 10px;
}
/* line 2, app/assets/stylesheets/web/blocks/a-button-row.sass */
.a-button-row .button,
.a-button-row .select-button {
  margin-right: 5px;
}

/* line 6, app/assets/stylesheets/web/blocks/a-button-row.sass */
.a-button-row .button:last-child,
.a-button-row .select-button:last-child {
  margin-right: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/a-card-grid.sass */
.a-card-flex {
  display: flex;
  flex-flow: row wrap;
  margin: -10px;
}

/* line 6, app/assets/stylesheets/web/blocks/a-card-grid.sass */
.a-card-flex .card,
.a-card-flex .panel {
  flex-grow: 1;
  margin: 10px;
}

/* line 11, app/assets/stylesheets/web/blocks/a-card-grid.sass */
.a-card-flex .card__image {
  width: 100%;
}

/* line 15, app/assets/stylesheets/web/blocks/a-card-grid.sass */
.a-card-flex_columns_2 .card,
.a-card-flex_columns_2 .panel {
  max-width: calc(50% - 20px);
}

/* line 20, app/assets/stylesheets/web/blocks/a-card-grid.sass */
.a-card-flex_columns_4 .card,
.a-card-flex_columns_4 .panel {
  max-width: calc(25% - 20px);
}
/* line 2, app/assets/stylesheets/web/blocks/a-card-list.sass */
.a-card-list .card {
  margin-bottom: 12px;
}

/* line 6, app/assets/stylesheets/web/blocks/a-card-list.sass */
.a-card-list_solid .card {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 10, app/assets/stylesheets/web/blocks/a-card-list.sass */
.a-card-list_solid .card:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 14, app/assets/stylesheets/web/blocks/a-card-list.sass */
.a-card-list_solid .card:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 2, app/assets/stylesheets/web/blocks/a-course-column.sass */
.a-course-column .course-h-card.card {
  margin-bottom: 12px;
  padding: 0;
  width: 100%;
}

/* line 7, app/assets/stylesheets/web/blocks/a-course-column.sass */
.a-course-column .course-h-card.card:last-child {
  margin-bottom: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/a-course-list.sass */
.a-course-list {
  border-radius: 3px;
}

/* line 5, app/assets/stylesheets/web/blocks/a-course-list.sass */
.a-course-list .course-h-card.card {
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 0;
  width: 100%;
}

/* line 13, app/assets/stylesheets/web/blocks/a-course-list.sass */
.a-course-list .course-h-card.card:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 17, app/assets/stylesheets/web/blocks/a-course-list.sass */
.a-course-list .course-h-card.card:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-color: transparent;
}
/* line 1, app/assets/stylesheets/web/blocks/a-link-row.sass */
.a-link-row {
  display: flex;
}

/* line 4, app/assets/stylesheets/web/blocks/a-link-row.sass */
.a-link-row .link,
.a-link-row .cert-image-link {
  margin-right: 5px;
}

/* line 8, app/assets/stylesheets/web/blocks/a-link-row.sass */
.a-link-row .link:last-child,
.a-link-row .cert-image-link:last-child {
  margin-right: 0;
}
/* line 2, app/assets/stylesheets/web/blocks/a-media-list.sass */
.a-media-list .media {
  margin-bottom: 12px;
  position: relative;
}

/* line 6, app/assets/stylesheets/web/blocks/a-media-list.sass */
.a-media-list .media:last-child {
  margin-bottom: 0;
}

/* line 9, app/assets/stylesheets/web/blocks/a-media-list.sass */
.a-media-list .hr + .hr,
.a-media-list .hr:first-child,
.a-media-list .hr:last-child {
  display: none;
}

/* line 14, app/assets/stylesheets/web/blocks/a-media-list.sass */
.a-media-list + .tabs-card {
  margin-top: 24px;
}

/* line 18, app/assets/stylesheets/web/blocks/a-media-list.sass */
.a-media-list_compact .media {
  margin-bottom: 3px;
}

/* line 21, app/assets/stylesheets/web/blocks/a-media-list.sass */
.a-media-list_compact .media:last-child {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/web/blocks/a-media-list.sass */
.a-media-list_compact .field-media.media .media__aside {
  min-width: 100px;
  width: auto;
}
/* line 2, app/assets/stylesheets/web/blocks/a-order-list.sass */
.a-order-list .a-order-list__section {
  display: flex;
  flex-flow: row wrap;
}

/* line 7, app/assets/stylesheets/web/blocks/a-order-list.sass */
.a-order-list .a-order-list__body .card {
  margin-bottom: 24px;
}

/* line 10, app/assets/stylesheets/web/blocks/a-order-list.sass */
.a-order-list .a-order-list__body .card:last-child {
  margin-bottom: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/a-radio-collection.sass */
.a-radio-collection {
  margin: -2px;
}

/* line 4, app/assets/stylesheets/web/blocks/a-radio-collection.sass */
.a-radio-collection .radio-button {
  display: inline-block;
  padding: 2px;
}
/* line 1, app/assets/stylesheets/web/blocks/a-radio-flex.sass */
.a-radio-flex {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 -10px;
  padding: 24px 0;
  position: relative;
}

/* line 8, app/assets/stylesheets/web/blocks/a-radio-flex.sass */
.a-radio-flex .radio-card {
  margin: 0 10px;
}
/* line 1, app/assets/stylesheets/web/blocks/a-radio-list.sass */
.a-radio-list {
  margin: -9px 0;
  padding: 12px 0;
  position: relative;
}

/* line 6, app/assets/stylesheets/web/blocks/a-radio-list.sass */
.a-radio-list .checkbox-card,
.a-radio-list .radio-card {
  margin: 9px 0;
}

/* line 10, app/assets/stylesheets/web/blocks/a-radio-list.sass */
.a-radio-list .checkbox-card .checkbox-card__label,
.a-radio-list .checkbox-card .radio-card__label,
.a-radio-list .radio-card .checkbox-card__label,
.a-radio-list .radio-card .radio-card__label {
  display: block;
  font-weight: 400;
  width: auto;
}
/* line 1, app/assets/stylesheets/web/blocks/a-tabs-row.sass */
.a-tabs-row {
  display: flex;
}

/* line 4, app/assets/stylesheets/web/blocks/a-tabs-row.sass */
.a-tabs-row .tabs-button {
  border-radius: 0;
}

/* line 7, app/assets/stylesheets/web/blocks/a-tabs-row.sass */
.a-tabs-row .tabs-button:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 11, app/assets/stylesheets/web/blocks/a-tabs-row.sass */
.a-tabs-row .tabs-button:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 2, app/assets/stylesheets/web/blocks/a-text-badge-list.sass */
.a-text-badge-list .text-badge {
  width: 100%;
}
/* line 1, app/assets/stylesheets/web/blocks/about-section.sass */
.about-section {
  padding: 36px 0;
}

/* line 4, app/assets/stylesheets/web/blocks/about-section.sass */
.about-section .about-section__image {
  border-radius: 4px;
  display: block;
  filter: grayscale(0.3) contrast(0.5) brightness(1.3);
  max-width: 600px;
  width: 100%;
}

/* line 11, app/assets/stylesheets/web/blocks/about-section.sass */
.about-section .about-section__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 12px;
  margin-top: 0;
}

/* line 19, app/assets/stylesheets/web/blocks/about-section.sass */
.about-section .about-section__text p, .about-section .about-section__text ol, .about-section .about-section__text ul, .about-section .about-section__text td {
  font-size: 14px;
  line-height: 20px;
}

/* line 23, app/assets/stylesheets/web/blocks/about-section.sass */
.about-section .license-flex.flex {
  justify-content: flex-start;
  margin-top: 12px;
}
/* line 1, app/assets/stylesheets/web/blocks/accordion.sass */
.accordion {
  text-align: left;
}

/* line 4, app/assets/stylesheets/web/blocks/accordion.sass */
.accordion a.accordion__toggle {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: var(--body--color);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 6px 10px;
  margin: 12px 0;
  text-decoration: none;
  transform: translateY(-1px);
  transition: box-shadow 0.1s, transform 0.1s;
}

/* line 20, app/assets/stylesheets/web/blocks/accordion.sass */
.accordion a.accordion__toggle:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* line 24, app/assets/stylesheets/web/blocks/accordion.sass */
.accordion a.accordion__toggle:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
  transition: box-shadow 0s, transform 0s;
}

/* line 31, app/assets/stylesheets/web/blocks/accordion.sass */
.accordion .accordion__inner {
  padding: 6px 10px;
}

/* line 35, app/assets/stylesheets/web/blocks/accordion.sass */
.accordion.flip .accordion__body.flip__target {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
}

/* line 41, app/assets/stylesheets/web/blocks/accordion.sass */
.accordion.flip .accordion__body.flip__target_active {
  max-height: 900px;
  opacity: 1;
}
/* line 1, app/assets/stylesheets/web/blocks/admin-badge.sass */
.admin-badge {
  background: #ed6155;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 2px 10px;
  text-align: center;
}
/* line 1, app/assets/stylesheets/web/blocks/alert-link.sass */
.alert-link {
  background: url(https://www.institute-of-education.com/assets/alert-94e3adfe997370ee1b00e97e152797b4cf78d77a5fec539c595e960e47ae5815.png) 0 0 no-repeat;
  border: 0;
  display: block;
  height: 32px;
  margin: 0;
  padding: 0;
  width: 32px;
}
@keyframes flagsMovingLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1009px);
  }
}

/* line 7, app/assets/stylesheets/web/blocks/animated-line.sass */
.animated-line_flags {
  animation: flagsMovingLeft 80s linear infinite;
  background: url(https://www.institute-of-education.com/static-assets/bg-all-flags.png) repeat;
  background-size: 1009px 126px;
  height: 126px;
  width: 3027px;
}

@keyframes museumsMovingLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-3312px);
  }
}

/* line 24, app/assets/stylesheets/web/blocks/animated-line.sass */
.animated-line_museums {
  animation: museumsMovingLeft 300s linear infinite;
  background: url(https://www.institute-of-education.com/static/museums/promo-museums.png) repeat;
  background-size: 3312px 70px;
  height: 70px;
  width: 6624px;
}
/* line 1, app/assets/stylesheets/web/blocks/approved.sass */
.approved {
  background: #ccdcff;
  margin: -2px -4px;
  padding: 2px 4px;
}

/* line 6, app/assets/stylesheets/web/blocks/approved.sass */
.not-approved {
  background: #ffc9c4;
  margin: -2px -4px;
  padding: 2px 4px;
}
/* line 1, app/assets/stylesheets/web/blocks/aside-bg-video-block.sass */
.aside-bg-video-block {
  display: block;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media (max-width: 1279px) {
  /* line 4, app/assets/stylesheets/web/blocks/asider.sass */
  .asider {
    background: var(--subnav-section--background);
    box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.3) inset;
    color: var(--soda-header--color);
    padding: 18px 0 0;
    position: sticky;
    top: -14px;
    z-index: 9;
  }
  /* line 13, app/assets/stylesheets/web/blocks/asider.sass */
  .asider__flex {
    display: block;
  }
  /* line 16, app/assets/stylesheets/web/blocks/asider.sass */
  .asider__menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* line 21, app/assets/stylesheets/web/blocks/asider.sass */
  .asider-body__main {
    max-width: calc(100% - 2rem);
  }
}

@media (min-width: 1280px) {
  /* line 26, app/assets/stylesheets/web/blocks/asider.sass */
  .asider-wrapper {
    position: relative;
  }
  /* line 30, app/assets/stylesheets/web/blocks/asider.sass */
  .asider-wrapper_right .asider-body__main {
    order: 1;
  }
  /* line 33, app/assets/stylesheets/web/blocks/asider.sass */
  .asider-wrapper_right .asider-body__aside {
    order: 2;
  }
  /* line 36, app/assets/stylesheets/web/blocks/asider.sass */
  .asider-wrapper_right .asider__flex {
    justify-content: flex-end;
  }
  /* line 40, app/assets/stylesheets/web/blocks/asider.sass */
  .asider-wrapper_left .asider__flex {
    justify-content: flex-start;
  }
  /* line 43, app/assets/stylesheets/web/blocks/asider.sass */
  .asider-wrapper_left .asider-body__aside {
    order: 1;
  }
  /* line 46, app/assets/stylesheets/web/blocks/asider.sass */
  .asider-wrapper_left .asider-body__main {
    order: 2;
  }
  /* line 49, app/assets/stylesheets/web/blocks/asider.sass */
  .asider {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  /* line 58, app/assets/stylesheets/web/blocks/asider.sass */
  .asider .frame,
.asider .container,
.asider .asider__flex {
    height: 100%;
  }
  /* line 63, app/assets/stylesheets/web/blocks/asider.sass */
  .asider__flex {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
  }
  /* line 68, app/assets/stylesheets/web/blocks/asider.sass */
  .asider__menu {
    background: var(--subnav-section--background);
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.3);
    color: var(--soda-header--color);
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 2rem;
    margin-top: 5%;
    padding: 5px;
    pointer-events: all;
    position: sticky;
    top: 5%;
    width: 250px;
  }
  /* line 84, app/assets/stylesheets/web/blocks/asider.sass */
  .asider__menu .nav-list {
    display: block;
  }
}
/* line 1, app/assets/stylesheets/web/blocks/async-block.sass */
.async-block {
  animation: progress-bar-stripes 2s linear infinite;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  border-radius: 3px;
  border: 1px solid #ccc;
  height: 100px;
  padding: 24px 20px;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 1, app/assets/stylesheets/web/blocks/async-cache.sass */
.async-cache {
  display: none;
}
/* line 1, app/assets/stylesheets/web/blocks/author-link.sass */
.author-link {
  border-radius: 24px;
  border: 1px dashed #ccc;
  display: block;
  text-decoration: none;
  transition: background 0.1s;
}

/* line 8, app/assets/stylesheets/web/blocks/author-link.sass */
.author-link .author-link__label {
  color: #000;
}

/* line 11, app/assets/stylesheets/web/blocks/author-link.sass */
.author-link .author-link__name {
  color: #337ab7;
}

/* line 14, app/assets/stylesheets/web/blocks/author-link.sass */
.author-link .author-link__image {
  background: #ccc;
  border-radius: 50%;
  height: 48px;
  overflow: hidden;
  width: 48px;
}

/* line 21, app/assets/stylesheets/web/blocks/author-link.sass */
.author-link .author-link__nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 26, app/assets/stylesheets/web/blocks/author-link.sass */
.author-link .media-body {
  padding-right: 15px;
  width: auto;
}

/* line 30, app/assets/stylesheets/web/blocks/author-link.sass */
.author-link .media-body p {
  line-height: 18px;
  margin: 0;
}

/* line 34, app/assets/stylesheets/web/blocks/author-link.sass */
.author-link:focus, .author-link:hover {
  background: #e3e3e3;
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/web/blocks/author-link.sass */
.author-link:active {
  background: #ccc;
  transition: background 0s;
}
/* line 1, app/assets/stylesheets/web/blocks/banner-feed-item.sass */
.banner-feed-item {
  border-radius: 9px;
  border: 2px solid #efefef;
  display: block;
  height: 100%;
  margin: 5px;
  padding: 5px;
  text-align: justify;
  width: 232px;
}
/* line 1, app/assets/stylesheets/web/blocks/banner-header-section.sass */
.banner-header-section {
  background: #000247;
}

/* line 4, app/assets/stylesheets/web/blocks/banner-header-section.sass */
.banner-header-section .banner {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/web/blocks/banner-header-section.sass */
.banner-header-section .banner:hover {
  opacity: 0.9;
}
/* line 1, app/assets/stylesheets/web/blocks/banner-link.sass */
.banner-link {
  display: block;
  margin: 0 auto;
}
/* line 1, app/assets/stylesheets/web/blocks/banner.sass */
.banner {
  margin: 0 auto 12px;
  width: 100%;
}

/* line 5, app/assets/stylesheets/web/blocks/banner.sass */
.banner_hori {
  max-width: 1140px;
}

/* line 8, app/assets/stylesheets/web/blocks/banner.sass */
.banner_vert {
  max-width: 220px;
}
/* line 3, app/assets/stylesheets/web/blocks/big-radio-grid.sass */
.big-radio-flex .radio-card .radio-card__label {
  height: 100%;
  justify-content: space-around;
  width: 160px;
}
/* line 1, app/assets/stylesheets/web/blocks/body.sass */
.body {
  background: var(--body--background);
  color: var(--body--color);
  margin: 0;
  min-width: 320px;
}

/* line 7, app/assets/stylesheets/web/blocks/body.sass */
.body_desktop {
  min-width: 1024px;
}
/* line 2, app/assets/stylesheets/web/blocks/book-link.sass */
.book-link .book-link__badge {
  left: -5px;
  position: absolute;
  top: -5px;
}

/* line 7, app/assets/stylesheets/web/blocks/book-link.sass */
.book-link .book-link__badge .badge {
  border: 1px solid #C05621;
  font-size: 1rem;
  padding: 0 0.75rem;
}

/* line 12, app/assets/stylesheets/web/blocks/book-link.sass */
.book-link .book-link__button {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 22, app/assets/stylesheets/web/blocks/book-link.sass */
a.book-link:hover .book-link__cover::after {
  background: rgba(144, 205, 244, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 31, app/assets/stylesheets/web/blocks/book-link.sass */
a.book-link:hover .book-link__button {
  opacity: 1;
  z-index: 1;
}

/* line 35, app/assets/stylesheets/web/blocks/book-link.sass */
a.book-link:hover .book-link__badge {
  z-index: 1;
}
/* line 1, app/assets/stylesheets/web/blocks/bottom-section.sass */
.bottom-section {
  background: var(--body--background);
  bottom: 0;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  position: sticky;
  z-index: 0;
}

/* line 8, app/assets/stylesheets/web/blocks/bottom-section.sass */
.bottom-section .a-button-flex,
.bottom-section .one-field-form {
  padding: 9px 0;
}

/* line 12, app/assets/stylesheets/web/blocks/bottom-section.sass */
.bottom-section .pagination {
  padding: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/breadcrumb-item.sass */
.breadcrumb-item {
  color: #8399a7;
}

/* line 4, app/assets/stylesheets/web/blocks/breadcrumb-item.sass */
a.breadcrumb-item {
  color: var(--link--color);
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/web/blocks/breadcrumb-item.sass */
a.breadcrumb-item:hover {
  text-decoration: underline;
}
/* line 1, app/assets/stylesheets/web/blocks/breadcrumb-list.sass */
.breadcrumb-list {
  border: 1px solid var(--breadcrumb-list--border-color);
  border-left: none;
  border-right: none;
  font-size: .875rem;
  padding: 6px 10px;
  position: relative;
  text-align: center;
}

/* line 10, app/assets/stylesheets/web/blocks/breadcrumb-list.sass */
.breadcrumb-list:hover {
  background: var(--breadcrumb-list_hover--background);
}

/* line 13, app/assets/stylesheets/web/blocks/breadcrumb-list.sass */
.breadcrumb-list .breadcrumb-list__link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

/* line 21, app/assets/stylesheets/web/blocks/breadcrumb-list.sass */
.breadcrumb-list .breadcrumb-item {
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

/* line 26, app/assets/stylesheets/web/blocks/breadcrumb-list.sass */
.breadcrumb-list .breadcrumb-item::after {
  content: '>';
  margin-right: -5px;
  pointer-events: none;
  position: absolute;
  right: -10px;
  text-align: center;
  width: 10px;
}

/* line 35, app/assets/stylesheets/web/blocks/breadcrumb-list.sass */
.breadcrumb-list .breadcrumb-item:last-child {
  margin-right: 0;
}

/* line 38, app/assets/stylesheets/web/blocks/breadcrumb-list.sass */
.breadcrumb-list .breadcrumb-item:last-child::after {
  display: none;
}
/* line 1, app/assets/stylesheets/web/blocks/breadcrumb.sass */
.breadcrumb {
  margin-bottom: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/breadtab-item.sass */
.breadtab-item {
  border-radius: 10px;
  color: #333;
  padding: 1px 10px;
}

/* line 6, app/assets/stylesheets/web/blocks/breadtab-item.sass */
.breadtab-item:hover, .breadtab-item:focus {
  background: #efefef;
  color: #333;
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/web/blocks/breadtab-item.sass */
.breadtab-item_active, .breadtab-item_active:hover, .breadtab-item_active:focus {
  background: #dcdcf5;
}

/* line 19, app/assets/stylesheets/web/blocks/breadtab-item.sass */
.breadtab-item_disabled, .breadtab-item_disabled:hover, .breadtab-item_disabled:focus {
  background: none;
  color: #999;
}
@charset "UTF-8";
/* line 14, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/clearfix.scss */
.breadtab-list:before, .breadtab-list:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/clearfix.scss */
.breadtab-list:after {
  clear: both;
}

/* line 6, app/assets/stylesheets/web/blocks/breadtab-list.sass */
.breadtab-list .breadtab-item {
  float: left;
  margin-right: 25px;
  position: relative;
}

/* line 11, app/assets/stylesheets/web/blocks/breadtab-list.sass */
.breadtab-list .breadtab-item::after {
  color: #999;
  content: '→';
  pointer-events: none;
  position: absolute;
  right: -20px;
  top: 0;
}

/* line 19, app/assets/stylesheets/web/blocks/breadtab-list.sass */
.breadtab-list .breadtab-item:last-child {
  margin-right: 0;
}

/* line 22, app/assets/stylesheets/web/blocks/breadtab-list.sass */
.breadtab-list .breadtab-item:last-child::after {
  display: none;
}
/* line 1, app/assets/stylesheets/web/blocks/btn.sass */
.btn-default {
  background: none;
}

/* line 4, app/assets/stylesheets/web/blocks/btn.sass */
.btn-multilined {
  text-align: left;
  white-space: normal;
}

/* line 8, app/assets/stylesheets/web/blocks/btn.sass */
.btn-multilined.text-center {
  text-align: center;
}
/* line 5, app/assets/stylesheets/web/blocks/button_colors.sass */
.button_white_red {
  background: #fff;
  border-color: #f55f44;
  color: #e74225;
}

/* line 8, app/assets/stylesheets/web/blocks/button_colors.sass */
.button_white_red:hover {
  background: #f55f44;
  border-color: #e74225;
  color: #fff;
}

/* line 11, app/assets/stylesheets/web/blocks/button_colors.sass */
.button_white_red:active {
  background: #e74225;
  border-color: #e74225;
  color: #fff;
}

/* line 16, app/assets/stylesheets/web/blocks/button_colors.sass */
.button_input {
  background: var(--input--background);
  border-color: var(--input--border-color);
  color: var(--input--color);
}

/* line 19, app/assets/stylesheets/web/blocks/button_colors.sass */
.button_input:hover {
  background: var(--input--background);
  border-color: var(--input--border-color);
  color: var(--input--color);
}

/* line 22, app/assets/stylesheets/web/blocks/button_colors.sass */
.button_input.button.h-36px {
  border-radius: 3px;
}

/* line 27, app/assets/stylesheets/web/blocks/button_colors.sass */
.button_link {
  background: transparent;
  border-color: transparent;
  color: #44403C;
}

/* line 30, app/assets/stylesheets/web/blocks/button_colors.sass */
.button_link:hover {
  background: #E7E5E4;
  border-color: #E7E5E4;
  color: #3182ce;
}

/* line 33, app/assets/stylesheets/web/blocks/button_colors.sass */
.button_link.button_link_active {
  background: #E7E5E4;
  border-color: #E7E5E4;
  color: #E54B4B;
  cursor: default;
}

/* line 39, app/assets/stylesheets/web/blocks/button_colors.sass */
.button_blue_border, .button_blue_border:hover, .button_blue_border:active {
  border: 2px solid #00D1F0;
}
/* line 1, app/assets/stylesheets/web/blocks/button_sizes.sass */
.button_24px,
.button.h-24px {
  border-radius: 3px;
  font-size: 12px;
  height: auto;
  line-height: 18px;
  padding: 2px 6px;
}

/* line 9, app/assets/stylesheets/web/blocks/button_sizes.sass */
.button.h-30px {
  border-radius: 3px;
  font-size: 12px;
  height: auto;
  line-height: 18px;
  padding: 5px 9px;
}

/* line 16, app/assets/stylesheets/web/blocks/button_sizes.sass */
.button.h-30px.button_pill {
  border-radius: 15px;
}

/* line 19, app/assets/stylesheets/web/blocks/button_sizes.sass */
.button.h-36px,
.button_36px {
  border-radius: 5px;
  height: auto;
  padding: 5px 13px;
}

/* line 25, app/assets/stylesheets/web/blocks/button_sizes.sass */
.button.h-42px,
.button_42px {
  border-radius: 5px;
  height: auto;
  padding: 8px 24px;
}

/* line 31, app/assets/stylesheets/web/blocks/button_sizes.sass */
.button.h-48px,
.button_48px {
  border-radius: 5px;
  height: auto;
  padding: 11px 24px;
}

/* line 37, app/assets/stylesheets/web/blocks/button_sizes.sass */
.button.h-60px,
.button_60px {
  border-radius: 5px;
  font-size: 18px;
  height: auto;
  padding: 17px 39px;
}
/* line 1, app/assets/stylesheets/web/blocks/buttons-card.sass */
.buttons-card.card {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

/* line 7, app/assets/stylesheets/web/blocks/buttons-card.sass */
.buttons-card.card .btn,
.buttons-card.card .button {
  margin: 6px 10px;
}

/* line 11, app/assets/stylesheets/web/blocks/buttons-card.sass */
.buttons-card.card:empty {
  display: none;
}
/* line 1, app/assets/stylesheets/web/blocks/buttons-row.sass */
.buttons-row {
  text-align: center;
}

/* line 4, app/assets/stylesheets/web/blocks/buttons-row.sass */
.buttons-row .btn {
  margin-right: 10px;
}

/* line 7, app/assets/stylesheets/web/blocks/buttons-row.sass */
.buttons-row .btn:last-child {
  margin-right: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/card-badge.sass */
.card-badge {
  background: #ffe4c4;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ff3931;
  border-top-color: #f39895;
  padding: 4px 8px;
}
/* line 2, app/assets/stylesheets/web/blocks/card-collection.sass */
.card-collection .card-panel {
  margin-bottom: 18px;
}

/* line 5, app/assets/stylesheets/web/blocks/card-collection.sass */
.card-collection .card-panel:last-child {
  margin-bottom: 0;
}

/* line 9, app/assets/stylesheets/web/blocks/card-collection.sass */
.card-collection .row .card-panel {
  margin-bottom: 18px;
}
/* line 3, app/assets/stylesheets/web/blocks/card-panel.sass */
.card-panel {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
  position: relative;
}

/* line 11, app/assets/stylesheets/web/blocks/card-panel.sass */
.card-panel .card-badge {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-top: -13px;
}

/* line 17, app/assets/stylesheets/web/blocks/card-panel.sass */
.card-panel .card-panel__cover {
  background: url(https://www.institute-of-education.com/assets/document-b4a9a56cef36209dad0f9bdde0ff3348052b2cd626958fcd0f53dabfd040d48a.png) 50% 50% no-repeat;
  background-color: #fafafa;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  max-width: 100px;
  min-width: 100px;
  order: 2;
}

/* line 28, app/assets/stylesheets/web/blocks/card-panel.sass */
.card-panel .card-panel__body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  order: 1;
  padding: 11px 9px;
  padding: 12px 10px 6px;
  width: 100%;
}

/* line 37, app/assets/stylesheets/web/blocks/card-panel.sass */
.card-panel .card-panel__content {
  margin-bottom: 6px;
}

/* line 42, app/assets/stylesheets/web/blocks/card-panel.sass */
.card-panel .card-panel__title {
  font-size: 16px;
  margin-bottom: 6px;
}

/* line 46, app/assets/stylesheets/web/blocks/card-panel.sass */
.card-panel .card-panel__text {
  font-size: 13px;
  line-height: 18px;
}

/* line 50, app/assets/stylesheets/web/blocks/card-panel.sass */
a.card-panel {
  color: #333;
  display: flex;
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/web/blocks/card-panel.sass */
a.card-panel .card-panel__title {
  color: #3361ba;
}

/* line 58, app/assets/stylesheets/web/blocks/card-panel.sass */
a.card-panel:hover {
  background: #f7f7f7;
}

/* line 61, app/assets/stylesheets/web/blocks/card-panel.sass */
a.card-panel:hover .card-badge {
  background: #ffcb8c;
}
/* line 3, app/assets/stylesheets/web/blocks/card.sass */
.card {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}

/* line 8, app/assets/stylesheets/web/blocks/card.sass */
.card .card__bg {
  display: none;
}

@media (min-width: 840px) {
  /* line 12, app/assets/stylesheets/web/blocks/card.sass */
  .card .card__bg {
    bottom: 0;
    display: block;
    height: 80%;
    max-height: 150px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 150px;
  }
  /* line 22, app/assets/stylesheets/web/blocks/card.sass */
  .card .card__bg img {
    width: 130%;
  }
  /* line 25, app/assets/stylesheets/web/blocks/card.sass */
  .card .card__body {
    position: relative;
    margin-right: 50px;
  }
}

/* line 29, app/assets/stylesheets/web/blocks/card.sass */
.card .card__title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}

/* line 36, app/assets/stylesheets/web/blocks/card.sass */
.card .card__sector.absolute {
  left: 0;
  pointer-events: none;
  width: 100%;
}

/* line 41, app/assets/stylesheets/web/blocks/card.sass */
.card .card__sector.absolute a {
  pointer-events: all;
}

/* line 44, app/assets/stylesheets/web/blocks/card.sass */
.card .card__sector_ov_h {
  overflow: hidden;
}

/* line 47, app/assets/stylesheets/web/blocks/card.sass */
.card .card__sector_ov_h .table-wrapper {
  margin: -1px;
}

/* line 50, app/assets/stylesheets/web/blocks/card.sass */
.card .html-section {
  padding-top: 12px;
}

/* line 53, app/assets/stylesheets/web/blocks/card.sass */
a.card {
  text-decoration: none;
}

/* line 58, app/assets/stylesheets/web/blocks/card.sass */
.card_grey {
  background: #f9f9f9;
}

/* line 61, app/assets/stylesheets/web/blocks/card.sass */
.card_red {
  background: #F8E8E9;
}

/* line 64, app/assets/stylesheets/web/blocks/card.sass */
.card_white {
  background: #fefefe;
}

/* line 67, app/assets/stylesheets/web/blocks/card.sass */
.card_yellow {
  background: #fff9bb;
}

/* line 70, app/assets/stylesheets/web/blocks/card.sass */
.card_transparent {
  background: none;
  border: none;
}
/* line 1, app/assets/stylesheets/web/blocks/cards-section.sass */
.cards-section {
  padding: 12px 0 0;
}

/* line 4, app/assets/stylesheets/web/blocks/cards-section.sass */
.cards-section .cards-section__title {
  line-height: 30px;
  margin-bottom: 18px;
  margin-top: 2px;
}
/* line 1, app/assets/stylesheets/web/blocks/caret.sass */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* line 3, app/assets/stylesheets/web/blocks/carousel-grid.sass */
.carousel-grid {
  flex-flow: row wrap;
}

@media (max-width: 1023px) {
  /* line 3, app/assets/stylesheets/web/blocks/carousel-grid.sass */
  .carousel-grid {
    -webkit-overflow-scrolling: touch;
    flex-flow: row nowrap;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }
  /* line 12, app/assets/stylesheets/web/blocks/carousel-grid.sass */
  .carousel-grid .flex-1 {
    scroll-snap-align: start;
  }
  /* line 15, app/assets/stylesheets/web/blocks/carousel-grid.sass */
  .carousel-grid .flex-compensator {
    display: block;
    flex-shrink: 0;
  }
  /* line 19, app/assets/stylesheets/web/blocks/carousel-grid.sass */
  .carousel-grid.justify-center {
    justify-content: initial;
  }
  /* line 22, app/assets/stylesheets/web/blocks/carousel-grid.sass */
  .carousel-grid.-frame {
    scroll-padding: 2rem;
  }
}

@media (max-width: 639px) {
  /* line 26, app/assets/stylesheets/web/blocks/carousel-grid.sass */
  .carousel-grid.-frame {
    scroll-padding: 1rem;
  }
}
/* line 3, app/assets/stylesheets/web/blocks/carousel-row.sass */
.carousel-row {
  -webkit-overflow-scrolling: touch;
  flex-flow: row nowrap;
  overflow: auto;
}

/* line 8, app/assets/stylesheets/web/blocks/carousel-row.sass */
.carousel-row .flex-compensator {
  display: block;
  flex-shrink: 0;
}
/* line 3, app/assets/stylesheets/web/blocks/catalog-aside-menu.sass */
.catalog-aside-menu {
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-bottom: 24px;
  padding: 6px 0;
}

/* line 9, app/assets/stylesheets/web/blocks/catalog-aside-menu.sass */
.catalog-aside-menu .menu-item {
  color: #333;
  padding: 6px 10px;
}

/* line 13, app/assets/stylesheets/web/blocks/catalog-aside-menu.sass */
.catalog-aside-menu .menu-item .menu-item__icon {
  float: left;
  height: 32px;
  margin-right: 10px;
  width: 32px;
}

/* line 19, app/assets/stylesheets/web/blocks/catalog-aside-menu.sass */
.catalog-aside-menu .menu-item .menu-item__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 0;
}

/* line 25, app/assets/stylesheets/web/blocks/catalog-aside-menu.sass */
.catalog-aside-menu a.menu-item {
  display: block;
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/web/blocks/catalog-aside-menu.sass */
.catalog-aside-menu a.menu-item:hover {
  background: #f7f7f7;
}

/* line 32, app/assets/stylesheets/web/blocks/catalog-aside-menu.sass */
.catalog-aside-menu .menu-item_active {
  background: #f7f7f7;
}

/* line 35, app/assets/stylesheets/web/blocks/catalog-aside-menu.sass */
.catalog-aside-menu .menu-item_title {
  margin-bottom: 12px;
  position: relative;
}

/* line 39, app/assets/stylesheets/web/blocks/catalog-aside-menu.sass */
.catalog-aside-menu .menu-item_title::before {
  background: #ccc;
  bottom: -6px;
  content: '';
  height: 1px;
  left: 10px;
  position: absolute;
  right: 10px;
}
/* line 2, app/assets/stylesheets/web/blocks/catalog-item.sass */
.catalog-item .catalog-item__icon {
  float: left;
  height: 48px;
  margin-right: 15px;
  width: 48px;
}

/* line 8, app/assets/stylesheets/web/blocks/catalog-item.sass */
.catalog-item .catalog-item__title {
  font-size: 20px;
  line-height: 24px;
  padding: 12px 0;
}

/* line 13, app/assets/stylesheets/web/blocks/catalog-item.sass */
.catalog-item .catalog-item__title .link {
  color: #333;
}

/* line 16, app/assets/stylesheets/web/blocks/catalog-item.sass */
.catalog-item .catalog-item__body {
  font-size: 14px;
  line-height: 24px;
  padding: 12px 0 36px;
}
/* line 1, app/assets/stylesheets/web/blocks/categories-section.sass */
.categories-section {
  padding: 24px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/cert-image-link.sass */
.cert-image-link {
  background: #777;
  border-radius: 4px;
  border: 1px solid #222;
  cursor: pointer;
  display: inline-block;
  padding: 3px;
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/web/blocks/cert-image-link.sass */
.cert-image-link img {
  display: block;
  width: 132px;
}

/* line 14, app/assets/stylesheets/web/blocks/cert-image-link.sass */
.cert-image-link:hover {
  background: #04A8FF;
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/web/blocks/cert-image-link.sass */
.cert-image-link:active {
  background: #d93025;
}
/* line 2, app/assets/stylesheets/web/blocks/chart-wrapper.sass */
.chart-wrapper .chart-wrapper__buttons {
  position: absolute;
  z-index: 1;
}
/* line 3, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card {
  position: relative;
}

/* line 6, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__label {
  align-items: center;
  background: #f7f7f7;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 140px;
  cursor: pointer;
  padding: 12px 10px;
  transition: background 0.1s, border-color 0.1s, color 0.1s;
}

/* line 19, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__label * {
  pointer-events: none;
}

/* line 22, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card a.checkbox-card__label {
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card span.checkbox-card__square {
  background: #fff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  flex-shrink: 0;
  height: 20px;
  margin-right: 7px;
  position: relative;
  width: 20px;
}

/* line 37, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card span.checkbox-card__square::before {
  background: #444;
  border-radius: 3px;
  content: '';
  height: 6px;
  left: 50%;
  margin: -3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.1s;
  width: 6px;
}

/* line 52, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__label_blue {
  color: #1a73e8;
}

/* line 55, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__label_blue:hover {
  background: #d1e3fa;
}

/* line 58, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__label_dark {
  background: #292524;
  color: #fbcd3c;
}

/* line 62, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__label_dark:hover {
  background: #fbcd3c;
  color: #292524;
}

/* line 66, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__label_green {
  color: #1e8e3e;
}

/* line 69, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__label_green:hover {
  background: #d2e8d8;
}

/* line 72, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__label_purple {
  color: #a142f4;
}

/* line 75, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__label_purple:hover {
  background: #ecd9fd;
}

/* line 78, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__label_red {
  color: #d93025;
}

/* line 81, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__label_red:hover {
  background: #f7d6d3;
}

/* line 84, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__input {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}

/* line 93, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__input:focus + .checkbox-card__label {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 5, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/focus.sass */
[data-whatinput="initial"] .checkbox-card .checkbox-card__input:focus + .checkbox-card__label, [data-whatinput="mouse"] .checkbox-card .checkbox-card__input:focus + .checkbox-card__label, [data-whatinput="touch"] .checkbox-card .checkbox-card__input:focus + .checkbox-card__label {
  outline: none;
  outline-offset: 0;
}

/* line 97, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__input:checked + .checkbox-card__label {
  color: #fff;
}

/* line 100, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__input:checked + .checkbox-card__label .c-grey {
  color: #fff;
}

/* line 103, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__input:checked + .checkbox-card__label span.checkbox-card__square {
  background-image: url(https://www.institute-of-education.com/assets/check-black-5c551fff3b9ca0871dc8689ef2fbdfa61218f16919ffafbd9730b3c5d9ea9838.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

/* line 111, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__input:checked + .checkbox-card__label_blue {
  background: #1a73e8;
}

/* line 114, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__input:checked + .checkbox-card__label_green {
  background: #1e8e3e;
}

/* line 117, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__input:checked + .checkbox-card__label_purple {
  background: #a142f4;
}

/* line 120, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .checkbox-card__input:checked + .checkbox-card__label_red {
  background: #d93025;
}

/* line 123, app/assets/stylesheets/web/blocks/checkbox-card.sass */
.checkbox-card .crown-image {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
}
/* line 1, app/assets/stylesheets/web/blocks/checkbox-group.sass */
.checkbox-group {
  display: flex;
  padding: 2px 0;
}

/* line 5, app/assets/stylesheets/web/blocks/checkbox-group.sass */
.checkbox-group .checkbox-group__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  cursor: pointer;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}

/* line 15, app/assets/stylesheets/web/blocks/checkbox-group.sass */
.checkbox-group .checkbox-group__input:checked {
  background-image: url(https://www.institute-of-education.com/assets/check-black-5c551fff3b9ca0871dc8689ef2fbdfa61218f16919ffafbd9730b3c5d9ea9838.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

/* line 21, app/assets/stylesheets/web/blocks/checkbox-group.sass */
.checkbox-group .checkbox-group__label {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  min-height: 20px;
  padding-left: 5px;
}

/* line 28, app/assets/stylesheets/web/blocks/checkbox-group.sass */
.checkbox-group .checkbox-group__label p:last-child {
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/web/blocks/checkbox-group.sass */
.checkbox-group_small {
  align-items: flex-start;
}

/* line 34, app/assets/stylesheets/web/blocks/checkbox-group.sass */
.checkbox-group_small .checkbox-group__label {
  font-size: 12px;
  line-height: 18px;
}
/* line 1, app/assets/stylesheets/web/blocks/circle-label.sass */
.circle-label {
  border-radius: 50%;
  border: 5px solid #f7f7f7;
  font-size: 24px;
  font-weight: 700;
  height: 100px;
  line-height: 90px;
  text-align: center;
  width: 100px;
}
/* line 1, app/assets/stylesheets/web/blocks/circle-shape.sass */
.circle-shape {
  background: #9b2c2c;
  border-radius: 50%;
  border: 1px solid #da2921;
  height: 10px;
  width: 10px;
}
/* line 3, app/assets/stylesheets/web/blocks/ckeditor.sass */
.cke.cke_chrome {
  border: none;
}

/* line 6, app/assets/stylesheets/web/blocks/ckeditor.sass */
.cke .cke_inner,
.cke .cke_top,
.cke .cke_bottom {
  background: transparent;
  border: none;
  padding: 0;
}

/* line 13, app/assets/stylesheets/web/blocks/ckeditor.sass */
.cke .cke_inner.cke_maximized {
  background: #fff;
}

/* line 16, app/assets/stylesheets/web/blocks/ckeditor.sass */
.cke .cke_bottom {
  margin-top: -9px;
  margin-bottom: -9px;
}

/* line 20, app/assets/stylesheets/web/blocks/ckeditor.sass */
.cke .cke_contents {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
}

/* line 25, app/assets/stylesheets/web/blocks/ckeditor.sass */
.cke .cke_wysiwyg_div {
  padding: 5px 9px;
}

/* line 30, app/assets/stylesheets/web/blocks/ckeditor.sass */
a.cke_button_off {
  opacity: 0.75;
}

/* line 33, app/assets/stylesheets/web/blocks/ckeditor.sass */
a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active {
  opacity: 1;
}

/* line 46, app/assets/stylesheets/web/blocks/ckeditor.sass */
.cke_maximized .cke_wysiwyg_div,
.cke_maximized .CodeMirror {
  max-height: calc(100vh - 110px);
  min-height: calc(100vh - 110px);
}

/* line 51, app/assets/stylesheets/web/blocks/ckeditor.sass */
.cke_maximized .cke_wysiwyg_div {
  margin: 0 auto;
  max-width: 850px;
  padding: 12px 8px;
}
/* line 1, app/assets/stylesheets/web/blocks/clinics-section.sass */
.clinics-section {
  background: #46455b;
  padding: 0 0 48px;
}

/* line 5, app/assets/stylesheets/web/blocks/clinics-section.sass */
.clinics-section .clinics-section__subtitle {
  color: #fff;
  margin-bottom: 48px;
  text-align: center;
}

/* line 10, app/assets/stylesheets/web/blocks/clinics-section.sass */
.clinics-section .tariffs-card {
  margin: 0 auto;
  margin-bottom: 24px;
}

/* line 15, app/assets/stylesheets/web/blocks/clinics-section.sass */
.clinics-section .accordion .accordion__body {
  background: #f7f7f7;
  margin-top: -14px;
}

/* line 19, app/assets/stylesheets/web/blocks/clinics-section.sass */
.clinics-section .accordion .accordion__inner {
  padding: 18px 10px;
}
/* line 1, app/assets/stylesheets/web/blocks/club-invitation-link.sass */
.club-invitation-link {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/web/blocks/club-invitation-link.sass */
.club-invitation-link img {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  height: 350px;
  width: 250px;
  display: block;
}

/* line 14, app/assets/stylesheets/web/blocks/club-invitation-link.sass */
.club-invitation-link span {
  display: block;
  margin-top: 12px;
}

/* line 18, app/assets/stylesheets/web/blocks/club-invitation-link.sass */
a.club-invitation-link {
  color: #fff;
}

/* line 22, app/assets/stylesheets/web/blocks/club-invitation-link.sass */
.club-invitation-link_disabled img {
  opacity: 0.5;
}
/* line 2, app/assets/stylesheets/web/blocks/collapser.sass */
.collapser .collapser__toggle {
  display: block;
  margin: 12px 0;
}

/* line 9, app/assets/stylesheets/web/blocks/collapser.sass */
.collapser.flip .collapser__body.flip__target {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
}

/* line 15, app/assets/stylesheets/web/blocks/collapser.sass */
.collapser.flip .collapser__body.flip__target_active {
  max-height: 1900px;
  opacity: 1;
}
/* line 3, app/assets/stylesheets/web/blocks/column.sass */
.column_20 {
  width: 20%;
}

/* line 6, app/assets/stylesheets/web/blocks/column.sass */
.column_25 {
  width: 25%;
}

/* line 9, app/assets/stylesheets/web/blocks/column.sass */
.column_30 {
  width: 30%;
}

/* line 12, app/assets/stylesheets/web/blocks/column.sass */
.column_33 {
  width: 33.3333%;
}

/* line 15, app/assets/stylesheets/web/blocks/column.sass */
.column_40 {
  width: 40%;
}

/* line 18, app/assets/stylesheets/web/blocks/column.sass */
.column_50 {
  width: 50%;
}

/* line 21, app/assets/stylesheets/web/blocks/column.sass */
.column_60 {
  width: 60%;
}

/* line 24, app/assets/stylesheets/web/blocks/column.sass */
.column_66 {
  width: 66.6666%;
}

/* line 27, app/assets/stylesheets/web/blocks/column.sass */
.column_70 {
  width: 70%;
}

/* line 30, app/assets/stylesheets/web/blocks/column.sass */
.column_75 {
  width: 75%;
}

/* line 33, app/assets/stylesheets/web/blocks/column.sass */
.column_100 {
  width: 100%;
}
/* line 1, app/assets/stylesheets/web/blocks/conference-section.sass */
.conference-section {
  background: #333;
}

/* line 4, app/assets/stylesheets/web/blocks/conference-section.sass */
.conference-section .conference-section__iframe {
  height: 550px;
  margin: 0 auto;
  width: 960px;
}
/* line 1, app/assets/stylesheets/web/blocks/contacts-full-section.sass */
.contacts-full-section {
  padding: 48px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/container.sass */
.container {
  max-width: 970px;
}

@media (min-width: 1200px) {
  /* line 1, app/assets/stylesheets/web/blocks/container.sass */
  .container {
    max-width: 1140px;
  }
}
/* line 1, app/assets/stylesheets/web/blocks/content-item.sass */
.content-item {
  margin-bottom: 24px;
}

/* line 4, app/assets/stylesheets/web/blocks/content-item.sass */
.content-item .content-item__title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}

/* line 9, app/assets/stylesheets/web/blocks/content-item.sass */
.content-item .content-item__text {
  font-size: 14px;
  line-height: 24px;
}
/* line 3, app/assets/stylesheets/web/blocks/content-section.sass */
.content-section {
  padding: 0 0 36px;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/clearfix.scss */
.content-section:before, .content-section:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/clearfix.scss */
.content-section:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/web/blocks/content-section.sass */
.content-section .content-section__actions {
  float: right;
  margin-left: 20px;
}

/* line 11, app/assets/stylesheets/web/blocks/content-section.sass */
.content-section .content-section__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
  padding: 10px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/country-letter-group.sass */
.country-letter-group {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 12px 15px;
}

/* line 8, app/assets/stylesheets/web/blocks/country-letter-group.sass */
.country-letter-group .country-letter-group__caption {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}

/* line 15, app/assets/stylesheets/web/blocks/country-letter-group.sass */
.country-letter-group .country-letter-group__caption .flag-icon {
  height: 30px;
  margin-right: 5px;
  width: 40px;
}
/* line 4, app/assets/stylesheets/web/blocks/coupon-card.sass */
.coupon-card.card .coupon-card__title,
.coupon-card.card .coupon-card__text {
  position: relative;
}

/* line 8, app/assets/stylesheets/web/blocks/coupon-card.sass */
.coupon-card.card .coupon-card__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}

/* line 13, app/assets/stylesheets/web/blocks/coupon-card.sass */
.coupon-card.card .coupon-card__text {
  font-size: 11px;
  margin-bottom: 12px;
}

/* line 17, app/assets/stylesheets/web/blocks/coupon-card.sass */
.coupon-card.card .coupon-card__text p {
  font-size: 11px;
}
/* line 1, app/assets/stylesheets/web/blocks/course-avatar-image.sass */
.course-avatar-image {
  background: #ddd;
  border-radius: 4px;
  border: 4px solid #ddd;
  width: 100%;
}
/* line 1, app/assets/stylesheets/web/blocks/course-h-card.sass */
.course-h-card.card {
  display: flex;
  justify-content: space-between;
  padding: 12px 10px;
}

/* line 6, app/assets/stylesheets/web/blocks/course-h-card.sass */
.course-h-card.card .course-h-card__id {
  color: #9f9f9f;
  flex-shrink: 0;
  line-height: 27px;
  min-width: 50px;
  padding: 9px;
  text-align: center;
}

/* line 14, app/assets/stylesheets/web/blocks/course-h-card.sass */
.course-h-card.card .course-h-card__image {
  flex-shrink: 0;
  line-height: 27px;
  min-width: 50px;
  padding: 9px;
  text-align: center;
}

/* line 21, app/assets/stylesheets/web/blocks/course-h-card.sass */
.course-h-card.card .course-h-card__image img {
  background: #f9f9f9;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 26, app/assets/stylesheets/web/blocks/course-h-card.sass */
.course-h-card.card .course-h-card__body {
  padding: 9px;
}

/* line 29, app/assets/stylesheets/web/blocks/course-h-card.sass */
.course-h-card.card .course-h-card__aside {
  align-items: flex-end;
  display: flex;
  flex-flow: column nowrap;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 9px;
}

/* line 37, app/assets/stylesheets/web/blocks/course-h-card.sass */
.course-h-card.card .course-h-card__subtitle {
  color: #9f9f9f;
  font-size: 11px;
  line-height: 21px;
  text-transform: uppercase;
}

/* line 43, app/assets/stylesheets/web/blocks/course-h-card.sass */
.course-h-card.card .course-h-card__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 6px;
  max-width: 700px;
}

/* line 50, app/assets/stylesheets/web/blocks/course-h-card.sass */
.course-h-card.card .course-h-card__text {
  color: #9f9f9f;
  font-size: 14px;
  line-height: 24px;
}

/* line 55, app/assets/stylesheets/web/blocks/course-h-card.sass */
.course-h-card.card .course-h-card__labels {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  margin: -3px -5px;
}

/* line 61, app/assets/stylesheets/web/blocks/course-h-card.sass */
.course-h-card.card .course-h-card__labels .badge,
.course-h-card.card .course-h-card__labels .text-badge {
  margin: 3px 5px;
}

/* line 65, app/assets/stylesheets/web/blocks/course-h-card.sass */
.course-h-card.card .course-h-card__button {
  border-color: #A8A29E;
  color: var(--body--color);
  font-weight: 400;
}

/* line 70, app/assets/stylesheets/web/blocks/course-h-card.sass */
a.course-h-card.card {
  background: #fff;
  color: var(--body--color);
}

/* line 74, app/assets/stylesheets/web/blocks/course-h-card.sass */
a.course-h-card.card .fgos-logo {
  filter: grayscale(100%) brightness(2);
}

/* line 77, app/assets/stylesheets/web/blocks/course-h-card.sass */
a.course-h-card.card:hover {
  background: #f0f7f9;
}

/* line 80, app/assets/stylesheets/web/blocks/course-h-card.sass */
a.course-h-card.card:hover .fgos-logo {
  filter: grayscale(0%) brightness(1);
}

/* line 83, app/assets/stylesheets/web/blocks/course-h-card.sass */
a.course-h-card.card:hover .course-h-card__button {
  background: #3BC476;
  border-color: #3BC476;
  color: #fff;
}

/* line 88, app/assets/stylesheets/web/blocks/course-h-card.sass */
a.course-h-card.card_special {
  background: #fef2f2;
}
/* line 2, app/assets/stylesheets/web/blocks/course-media.sass */
.course-media.media > .media__body {
  width: calc(100% - 275px - 40px);
}

/* line 5, app/assets/stylesheets/web/blocks/course-media.sass */
.course-media.media > .media__aside {
  width: 275px;
}

/* line 8, app/assets/stylesheets/web/blocks/course-media.sass */
.course-media.media > .media__body + .media__aside {
  margin-left: 40px;
}

/* line 11, app/assets/stylesheets/web/blocks/course-media.sass */
.course-media.media .course-avatar-image {
  border-bottom: none;
  margin-bottom: -4px;
  margin-top: -140px;
}

/* line 16, app/assets/stylesheets/web/blocks/course-media.sass */
.course-media.media .course-media__panel {
  position: sticky;
  top: 12px;
  z-index: 1;
}
/* line 2, app/assets/stylesheets/web/blocks/course-order-section.sass */
.course-order-section p {
  margin-bottom: 3px;
}

/* line 5, app/assets/stylesheets/web/blocks/course-order-section.sass */
.course-order-section p:last-child {
  margin-bottom: 0;
}
/* line 2, app/assets/stylesheets/web/blocks/course-table-section.sass */
.course-table-section .btn {
  margin: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/courses-flex.sass */
.courses-flex.flex {
  align-items: center;
  justify-content: space-between;
  margin: -12px -10px;
}

/* line 6, app/assets/stylesheets/web/blocks/courses-flex.sass */
.courses-flex.flex .flex__item,
.courses-flex.flex .item-panel {
  flex: 1 1 0%;
  margin: 12px 10px;
  min-width: 250px;
}

/* line 12, app/assets/stylesheets/web/blocks/courses-flex.sass */
.courses-flex.flex .course-h-card,
.courses-flex.flex .card.group {
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  width: 100%;
}

/* line 20, app/assets/stylesheets/web/blocks/courses-flex.sass */
.courses-flex_3.flex .flex__item,
.courses-flex_3.flex .item-panel {
  max-width: none;
  width: calc(33% - 20px);
}

/* line 25, app/assets/stylesheets/web/blocks/courses-flex.sass */
.courses-flex_3.flex .course-h-card,
.courses-flex_3.flex .card.group {
  max-width: none;
  width: 100%;
}
/* line 1, app/assets/stylesheets/web/blocks/courses-section.sass */
.courses-section {
  padding: 24px 0 48px;
}

/* line 4, app/assets/stylesheets/web/blocks/courses-section.sass */
.courses-section .courses-section__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
/* line 3, app/assets/stylesheets/web/blocks/crown-image.sass */
.crown-image {
  background: url(https://www.institute-of-education.com/assets/crown-c645c3fc70137f8299a31dcc5428707d02b8652e5cc2c7cfde5b984397805bad.svg) 50% 50% no-repeat;
  background-size: cover;
  height: 36px;
  width: 36px;
}
/* line 2, app/assets/stylesheets/web/blocks/custom-menu.sass */
.custom-menu .custom-menu__title {
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  padding: 6px 5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

/* line 9, app/assets/stylesheets/web/blocks/custom-menu.sass */
.custom-menu .custom-menu__item {
  color: #444;
  display: block;
  padding: 3px 5px;
}

/* line 14, app/assets/stylesheets/web/blocks/custom-menu.sass */
.custom-menu a.custom-menu__item {
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/web/blocks/custom-menu.sass */
.custom-menu a.custom-menu__item:hover {
  background: #f7f7f7;
}

/* line 20, app/assets/stylesheets/web/blocks/custom-menu.sass */
.custom-menu .custom-menu__item_active {
  background: #f7f7f7;
}
/* line 1, app/assets/stylesheets/web/blocks/custom-tooltip-group.sass */
.custom-tooltip-group {
  background-color: white !important;
  border: 1px solid #C1C1C1;
  box-shadow: 2px 2px 1px silver;
  display: none;
  height: 200px;
  margin-left: -480px;
  margin-top: -220px;
  opacity: 1;
  padding: 10px;
  width: 450px;
  z-index: 9999;
}

/* line 14, app/assets/stylesheets/web/blocks/custom-tooltip-group.sass */
.custom-tooltip-group .custom-tooltip-group__content {
  height: 170px;
  overflow: scroll;
  width: 422px;
}
/* line 1, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body {
  --body--background: #1C1917;
  --body--color: #A8A29E;
  --breadcrumb-list--border-color: #44403C;
  --breadcrumb-list_hover--background: #292524;
  --footer-section--background: #292524;
  --footer-section--border-color: #44403C;
  --globe-textual-logo--color: #c7c7c7;
  --globe-textual-logo_hover--color: #dfdfdf;
  --input--background: rgba(0, 0, 0, 0.4);
  --input--color: #fff;
  --input--border-color: #474747;
  --input__placeholder--color: #7f7f7f;
  --micromodal__dialog--background: #292524;
  --nav-item--color: #cfcfcf;
  --nav-item_hover--background: #44403C;
  --nav-item_hover--color: #efefef;
  --nav-item_active--background: #44403C;
  --one-field-form--border-color: #474747;
  --soda-header--background: #292524;
  --soda-header--color: #E7E5E4;
  --soda-mobile-menu--background: #57534E;
  --soda-mobile-menu--border-color: #D6D3D1;
  --soda-mobile-menu--color: #D6D3D1;
  --table-block--background: #292524;
  --table-block__th--color: #E7E5E4;
  --table-block__cell--border-color: #474747;
  --table-block__cell_even--background: #44403C;
}

/* line 41, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .a-course-list .course-h-card.card {
  background: #292524;
}

/* line 44, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .a-course-list .course-h-card.card .c_green {
  color: #178224;
}

/* line 47, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .a-course-list .course-h-card.card .course-h-card__text {
  color: #bababa;
}

/* line 51, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .a-course-list a.course-h-card.card:hover {
  background: #44403C;
}

/* line 54, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .c-green {
  color: #5fd529;
}

/* line 57, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .c_red {
  color: #fe5a56;
}

/* line 60, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .flash-card.card {
  color: #292524;
}

/* line 63, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .card_default {
  background: #292524;
  border-color: #44403C;
}

/* line 67, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .card_default .card__title {
  color: #A8A29E;
}

/* line 70, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .fake-input {
  background: var(--input--background);
  border-color: var(--input--border-color);
}

/* line 74, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .footer-section,
.dark-body.body .table-block {
  --link--color: #90cdf4;
  --link_hover--color: #4787cc;
  --link_active--color: #fe5a56;
}

/* line 80, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .hr {
  background: rgba(255, 255, 255, 0.2);
}

/* line 83, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .page-header-block {
  background: #292524;
}

/* line 86, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .page-header-block .breadcrumb-list {
  --link--color: #cfcfcf;
}

/* line 90, app/assets/stylesheets/web/blocks/dark-body.sass */
.dark-body.body .soda-header .ios-button {
  color: var(--soda-header--color);
}
/* line 1, app/assets/stylesheets/web/blocks/dark-title-section.sass */
.dark-title-section {
  padding: 36px 0;
}

/* line 4, app/assets/stylesheets/web/blocks/dark-title-section.sass */
.dark-title-section .dark-title-section__row {
  align-items: flex-start;
  display: flex;
}

/* line 8, app/assets/stylesheets/web/blocks/dark-title-section.sass */
.dark-title-section .dark-title-section__number {
  color: #292524;
  font-size: 400px;
  font-weight: 700;
  line-height: 320px;
  position: sticky;
  text-align: center;
  text-shadow: 0px 1px 1px #5f5f5f, 0px -1px 1px #1C1917;
  top: 12px;
  width: 300px;
}

/* line 19, app/assets/stylesheets/web/blocks/dark-title-section.sass */
.dark-title-section .dark-title-section__body {
  width: calc(100% - 300px);
}

/* line 22, app/assets/stylesheets/web/blocks/dark-title-section.sass */
.dark-title-section .dark-title-section__title {
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 57px;
}

/* line 27, app/assets/stylesheets/web/blocks/dark-title-section.sass */
.dark-title-section .dark-title-section__text {
  font-size: 16px;
  line-height: 27px;
}
/* line 2, app/assets/stylesheets/web/blocks/day-media.sass */
.day-media.media_sticky .day-media__sticky {
  max-width: 250px;
  min-width: 150px;
  position: sticky;
  top: 20%;
}

/* line 8, app/assets/stylesheets/web/blocks/day-media.sass */
.day-media.media_sticky .schedule-media-list.card {
  margin-bottom: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/day-panel.sass */
.day-panel {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
  min-height: 200px;
  padding: 10px;
}

/* line 9, app/assets/stylesheets/web/blocks/day-panel.sass */
.day-panel .close {
  opacity: 0;
}

/* line 12, app/assets/stylesheets/web/blocks/day-panel.sass */
.day-panel:hover {
  box-shadow: 0 1px 2px #fff, 0 -1px 1px #44403C, inset 0 -1px 1px rgba(0, 0, 0, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.8);
}

/* line 15, app/assets/stylesheets/web/blocks/day-panel.sass */
.day-panel:hover .close {
  opacity: 0.8;
}
/* line 1, app/assets/stylesheets/web/blocks/default-grid.sass */
.default-flex.flex {
  align-items: center;
  justify-content: space-between;
  margin: -3px -5px;
}

/* line 6, app/assets/stylesheets/web/blocks/default-grid.sass */
.default-flex.flex .flex__item {
  margin: 3px 5px;
}
/* line 1, app/assets/stylesheets/web/blocks/default-panel.sass */
.default-panel {
  background: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #E7E5E4;
  padding: 24px 20px;
}

/* line 7, app/assets/stylesheets/web/blocks/default-panel.sass */
.default-panel .info-group {
  margin-bottom: 18px;
}
/* line 1, app/assets/stylesheets/web/blocks/default-section.sass */
.default-section {
  padding: 24px 0;
}

/* line 4, app/assets/stylesheets/web/blocks/default-section.sass */
.default-section .default-section__title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
  margin-top: 0;
}

/* line 10, app/assets/stylesheets/web/blocks/default-section.sass */
.default-section .card,
.default-section .panel {
  margin-bottom: 24px;
}

/* line 15, app/assets/stylesheets/web/blocks/default-section.sass */
.default-section .a-card-flex .card {
  margin: 10px;
}

/* line 19, app/assets/stylesheets/web/blocks/default-section.sass */
.default-section .a-card-list .card {
  margin-bottom: 12px;
}

/* line 23, app/assets/stylesheets/web/blocks/default-section.sass */
.default-section .a-card-list_solid .card {
  margin-bottom: -1px;
}
/* line 2, app/assets/stylesheets/web/blocks/dev-body.sass */
.dev-body.body .soda-header {
  background: none;
  box-shadow: none;
  color: #E7E5E4;
  margin-bottom: -48px;
  position: relative;
}

/* line 9, app/assets/stylesheets/web/blocks/dev-body.sass */
.dev-body.body .soda-header .soda-header__link {
  color: #A8A29E;
}
/* line 3, app/assets/stylesheets/web/blocks/devise-card.sass */
.devise-card.card {
  margin: 0 auto;
  max-width: 390px;
}

/* line 7, app/assets/stylesheets/web/blocks/devise-card.sass */
.devise-card.card h2 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

/* line 15, app/assets/stylesheets/web/blocks/devise-card.sass */
.devise-card.card .field {
  margin-bottom: 12px;
  position: relative;
}

/* line 19, app/assets/stylesheets/web/blocks/devise-card.sass */
.devise-card.card .field:last-child {
  margin-bottom: 0;
}

/* line 22, app/assets/stylesheets/web/blocks/devise-card.sass */
.devise-card.card input[type="text"],
.devise-card.card input[type="email"],
.devise-card.card input[type="password"] {
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: none;
  padding: 5px 10px;
  width: 100%;
}

/* line 31, app/assets/stylesheets/web/blocks/devise-card.sass */
.devise-card.card input[type="checkbox"] {
  min-height: 16px;
  min-width: 16px;
  vertical-align: middle;
  width: auto;
}

/* line 37, app/assets/stylesheets/web/blocks/devise-card.sass */
.devise-card.card input[type="checkbox"] + label {
  display: inline;
  margin-bottom: 0;
  margin-left: 7px;
}

/* line 42, app/assets/stylesheets/web/blocks/devise-card.sass */
.devise-card.card input.link[type="submit"] {
  background: none;
  border: none;
  padding: 0;
}

/* line 47, app/assets/stylesheets/web/blocks/devise-card.sass */
.devise-card.card input.button[type="submit"] {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  padding: 5px 13px;
  text-align: center;
  text-decoration: none;
  width: auto;
}

/* line 56, app/assets/stylesheets/web/blocks/devise-card.sass */
.devise-card.card .actions {
  margin-bottom: 12px;
}

/* line 59, app/assets/stylesheets/web/blocks/devise-card.sass */
.devise-card.card .actions .button {
  margin: 0;
}

/* line 62, app/assets/stylesheets/web/blocks/devise-card.sass */
.devise-card_wide.card {
  max-width: 780px;
}
/* line 1, app/assets/stylesheets/web/blocks/dl-group.sass */
.dl-group {
  color: #777;
  font-size: 12px;
}

/* line 5, app/assets/stylesheets/web/blocks/dl-group.sass */
.dl-group .dl-group__value {
  color: #777;
}

/* line 8, app/assets/stylesheets/web/blocks/dl-group.sass */
.dl-group .dl-group__big {
  font-size: 14px;
}

/* line 11, app/assets/stylesheets/web/blocks/dl-group.sass */
.dl-group_horizontal {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

/* line 16, app/assets/stylesheets/web/blocks/dl-group.sass */
.dl-group_horizontal .dl-group__definition {
  flex-shrink: 0;
  text-align: left;
}

/* line 20, app/assets/stylesheets/web/blocks/dl-group.sass */
.dl-group_horizontal .dl-group__divider {
  border-bottom: 1px dashed #cfcfcf;
  flex: 1 0 auto;
  position: relative;
  top: -4px;
}

/* line 26, app/assets/stylesheets/web/blocks/dl-group.sass */
.dl-group_horizontal .dl-group__divider .dl-group__divider-label {
  color: #e66f65;
  padding: 0 20px;
  position: relative;
  text-align: right;
  top: 4px;
}

/* line 33, app/assets/stylesheets/web/blocks/dl-group.sass */
.dl-group_horizontal .dl-group__value {
  flex-shrink: 0;
  text-align: right;
}

/* line 37, app/assets/stylesheets/web/blocks/dl-group.sass */
.dl-group_vertical {
  text-align: center;
}

/* line 40, app/assets/stylesheets/web/blocks/dl-group.sass */
.dl-group_vertical .dl-group__definition {
  margin-bottom: 3px;
}
/* line 14, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/clearfix.scss */
.document-collection:before, .document-collection:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/clearfix.scss */
.document-collection:after {
  clear: both;
}

/* line 6, app/assets/stylesheets/web/blocks/document-collection.sass */
.document-collection .document-item {
  float: left;
  margin-right: 10px;
}

/* line 10, app/assets/stylesheets/web/blocks/document-collection.sass */
.document-collection .document-item:last-child {
  margin-right: 0;
}
/* line 2, app/assets/stylesheets/web/blocks/document-item.sass */
.document-item .document-item__image {
  border-radius: 2px;
  border: 1px solid #cacaca;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
}

/* line 9, app/assets/stylesheets/web/blocks/document-item.sass */
.document-item .document-item__image .fa {
  font-size: 40px;
}
/* line 1, app/assets/stylesheets/web/blocks/driver.sass */
.driver-fix-stacking {
  position: relative !important;
}

/* line 4, app/assets/stylesheets/web/blocks/driver.sass */
div#driver-popover-item {
  padding: 12px 15px;
}

/* line 7, app/assets/stylesheets/web/blocks/driver.sass */
div#driver-popover-item .driver-popover-title {
  font-family: inherit;
  font-size: 19px;
}

/* line 11, app/assets/stylesheets/web/blocks/driver.sass */
div#driver-popover-item .driver-popover-description {
  font-family: inherit;
  font-size: 14px;
}

/* line 16, app/assets/stylesheets/web/blocks/driver.sass */
div#driver-popover-item .driver-popover-footer button:hover {
  background: #E7E5E4;
}
/* line 1, app/assets/stylesheets/web/blocks/dropdown.sass */
.dropdown {
  display: inline-block;
  position: relative;
}

/* line 5, app/assets/stylesheets/web/blocks/dropdown.sass */
.dropdown a.dropdown__toggle {
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/web/blocks/dropdown.sass */
.dropdown .dropdown__body {
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  box-shadow: 0 5px 50px -20px rgba(0, 0, 0, 0.5);
  color: #000;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
}

/* line 19, app/assets/stylesheets/web/blocks/dropdown.sass */
.dropdown .dropdown__body a {
  color: #292d3c;
  display: block;
  padding: 3px 10px;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/web/blocks/dropdown.sass */
.dropdown .dropdown__body a:hover {
  background: #f7f7f7;
}

/* line 28, app/assets/stylesheets/web/blocks/dropdown.sass */
.dropdown .dropdown__body .divider {
  height: 1px;
  background: #e3e3e3;
  margin: 6px 10px;
  padding: 0;
}

/* line 35, app/assets/stylesheets/web/blocks/dropdown.sass */
.dropdown_center .dropdown__body {
  right: -75px;
}

/* line 39, app/assets/stylesheets/web/blocks/dropdown.sass */
.dropdown.flip .dropdown__body.flip__target {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  visibility: hidden;
  z-index: 10;
}

/* line 46, app/assets/stylesheets/web/blocks/dropdown.sass */
.dropdown.flip .dropdown__body.flip__target_active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
/* line 1, app/assets/stylesheets/web/blocks/empty-section.sass */
.empty-section {
  padding: 10% 0;
  text-align: center;
}

/* line 5, app/assets/stylesheets/web/blocks/empty-section.sass */
.empty-section .empty-section__image {
  max-width: 300px;
}

/* line 8, app/assets/stylesheets/web/blocks/empty-section.sass */
.empty-section .empty-section__text {
  color: #a7a7a7;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
/* line 1, app/assets/stylesheets/web/blocks/error_explanation.sass */
#error_explanation {
  border-radius: 2px;
  border: 1px solid #f00;
  color: #f00;
  margin-bottom: 12px;
}

/* line 7, app/assets/stylesheets/web/blocks/error_explanation.sass */
#error_explanation h2 {
  background: #f00;
  border-bottom-right-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 5px;
}

/* line 15, app/assets/stylesheets/web/blocks/error_explanation.sass */
#error_explanation ul {
  margin-bottom: 6px;
  padding-left: 20px;
}
/* line 5, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h1:not([class*="mt-"]),
.essay *:not([class="ignore"]) h1:not([class*="mt-"]) {
  margin-top: 0;
}

/* line 8, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h1:not([class*="mb-"]),
.essay *:not([class="ignore"]) h1:not([class*="mb-"]) {
  margin-bottom: 0.8888889em;
}

/* line 11, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h1:not([class*="mb-"]):last-child,
.essay *:not([class="ignore"]) h1:not([class*="mb-"]):last-child {
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h1:not([class*="font-"]),
.essay *:not([class="ignore"]) h1:not([class*="font-"]) {
  font-weight: 700;
}

/* line 17, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h1:not([class*="leading-"]),
.essay *:not([class="ignore"]) h1:not([class*="leading-"]) {
  line-height: 1.375;
}

/* line 23, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h2:not([class*="mt-"]),
.essay *:not([class="ignore"]) h2:not([class*="mt-"]) {
  margin-top: 2em;
}

/* line 26, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h2:not([class*="mt-"]):first-child,
.essay *:not([class="ignore"]) h2:not([class*="mt-"]):first-child {
  margin-top: 0;
}

/* line 29, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h2:not([class*="mb-"]),
.essay *:not([class="ignore"]) h2:not([class*="mb-"]) {
  margin-bottom: 1em;
}

/* line 32, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h2:not([class*="mb-"]):last-child,
.essay *:not([class="ignore"]) h2:not([class*="mb-"]):last-child {
  margin-bottom: 0;
}

/* line 35, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h2:not([class*="font-"]),
.essay *:not([class="ignore"]) h2:not([class*="font-"]) {
  font-weight: 500;
}

/* line 41, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h3:not([class*="mt-"]),
.essay *:not([class="ignore"]) h3:not([class*="mt-"]) {
  margin-top: 2em;
}

/* line 44, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h3:not([class*="mt-"]):first-child,
.essay *:not([class="ignore"]) h3:not([class*="mt-"]):first-child {
  margin-top: 0;
}

/* line 47, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h3:not([class*="mb-"]),
.essay *:not([class="ignore"]) h3:not([class*="mb-"]) {
  margin-bottom: 1em;
}

/* line 50, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h3:not([class*="mb-"]):last-child,
.essay *:not([class="ignore"]) h3:not([class*="mb-"]):last-child {
  margin-bottom: 0;
}

/* line 53, app/assets/stylesheets/web/blocks/essay.sass */
.essay > h3:not([class*="font-"]),
.essay *:not([class="ignore"]) h3:not([class*="font-"]) {
  font-weight: 500;
}

/* line 59, app/assets/stylesheets/web/blocks/essay.sass */
.essay > p:not([class*="mt-"]),
.essay *:not([class="ignore"]) p:not([class*="mt-"]) {
  margin-top: 1.25em;
}

/* line 62, app/assets/stylesheets/web/blocks/essay.sass */
.essay > p:not([class*="mt-"]):first-child,
.essay *:not([class="ignore"]) p:not([class*="mt-"]):first-child {
  margin-top: 0;
}

/* line 65, app/assets/stylesheets/web/blocks/essay.sass */
.essay > p:not([class*="mb-"]),
.essay *:not([class="ignore"]) p:not([class*="mb-"]) {
  margin-bottom: 1.25em;
}

/* line 68, app/assets/stylesheets/web/blocks/essay.sass */
.essay > p:not([class*="mb-"]):last-child,
.essay *:not([class="ignore"]) p:not([class*="mb-"]):last-child {
  margin-bottom: 0;
}

/* line 74, app/assets/stylesheets/web/blocks/essay.sass */
.essay > ol:not([class*="pl-"]), .essay > ul:not([class*="pl-"]),
.essay *:not([class="ignore"]) ol:not([class*="pl-"]),
.essay *:not([class="ignore"]) ul:not([class*="pl-"]) {
  padding-left: 1.75em;
}

/* line 77, app/assets/stylesheets/web/blocks/essay.sass */
.essay > ol:not([class*="mt-"]), .essay > ul:not([class*="mt-"]),
.essay *:not([class="ignore"]) ol:not([class*="mt-"]),
.essay *:not([class="ignore"]) ul:not([class*="mt-"]) {
  margin-top: 0;
}

/* line 80, app/assets/stylesheets/web/blocks/essay.sass */
.essay > ol:not([class*="mb-"]), .essay > ul:not([class*="mb-"]),
.essay *:not([class="ignore"]) ol:not([class*="mb-"]),
.essay *:not([class="ignore"]) ul:not([class*="mb-"]) {
  margin-bottom: 1.25em;
}

/* line 83, app/assets/stylesheets/web/blocks/essay.sass */
.essay > ol:not([class*="mb-"]):last-child, .essay > ul:not([class*="mb-"]):last-child,
.essay *:not([class="ignore"]) ol:not([class*="mb-"]):last-child,
.essay *:not([class="ignore"]) ul:not([class*="mb-"]):last-child {
  margin-bottom: 0;
}

/* line 87, app/assets/stylesheets/web/blocks/essay.sass */
.essay > ol li:not([class*="mt-"]), .essay > ul li:not([class*="mt-"]),
.essay *:not([class="ignore"]) ol li:not([class*="mt-"]),
.essay *:not([class="ignore"]) ul li:not([class*="mt-"]) {
  margin-top: 0.5em;
}

/* line 90, app/assets/stylesheets/web/blocks/essay.sass */
.essay > ol li:not([class*="mb-"]), .essay > ul li:not([class*="mb-"]),
.essay *:not([class="ignore"]) ol li:not([class*="mb-"]),
.essay *:not([class="ignore"]) ul li:not([class*="mb-"]) {
  margin-bottom: 0.5em;
}

/* line 99, app/assets/stylesheets/web/blocks/essay.sass */
.essay > p a:not([class*="no-underline"]),
.essay > ul a:not([class*="no-underline"]),
.essay > ol a:not([class*="no-underline"]),
.essay *:not([class="ignore"]) p a:not([class*="no-underline"]),
.essay *:not([class="ignore"]) ul a:not([class*="no-underline"]),
.essay *:not([class="ignore"]) ol a:not([class*="no-underline"]) {
  text-decoration: underline;
}

/* line 102, app/assets/stylesheets/web/blocks/essay.sass */
.essay > p a:not([class*="font-"]),
.essay > ul a:not([class*="font-"]),
.essay > ol a:not([class*="font-"]),
.essay *:not([class="ignore"]) p a:not([class*="font-"]),
.essay *:not([class="ignore"]) ul a:not([class*="font-"]),
.essay *:not([class="ignore"]) ol a:not([class*="font-"]) {
  font-weight: 600;
}
/* line 1, app/assets/stylesheets/web/blocks/evgeny-logo.sass */
.evgeny-logo {
  display: block;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/web/blocks/evgeny-logo.sass */
.evgeny-logo img {
  display: block;
  width: 100%;
  max-width: 320px;
}
/* line 1, app/assets/stylesheets/web/blocks/fake-chat-form.sass */
.fake-chat-form {
  align-items: center;
  background: #44403C;
  box-shadow: 0px 1px 1px #5f5f5f, 0px -1px 1px #1C1917;
  display: flex;
  flex-flow: row nowrap;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 10px;
}

/* line 11, app/assets/stylesheets/web/blocks/fake-chat-form.sass */
.fake-chat-form .input {
  border-color: #292524;
  margin: 0 7px;
}

/* line 15, app/assets/stylesheets/web/blocks/fake-chat-form.sass */
.fake-chat-form .input::-moz-placeholder {
  color: #999;
}
.fake-chat-form .input::placeholder {
  color: #999;
}

/* line 18, app/assets/stylesheets/web/blocks/fake-chat-form.sass */
.fake-chat-form .button {
  background: #44403C;
  border-color: #292524;
  color: #E7E5E4;
  padding: 4px 10px;
}
/* line 1, app/assets/stylesheets/web/blocks/fake-chat-message.sass */
.fake-chat-message {
  background: #44403C;
  border-radius: 15px;
  max-width: 300px;
  padding: 3px 10px;
}

/* line 7, app/assets/stylesheets/web/blocks/fake-chat-message.sass */
.fake-chat-message_mine {
  background: #2c5282;
}

/* line 10, app/assets/stylesheets/web/blocks/fake-chat-message.sass */
.fake-chat-message_emoji {
  font-size: 42px;
  line-height: 54px;
}
/* line 1, app/assets/stylesheets/web/blocks/fake-chat-notification.sass */
.fake-chat-notification {
  color: #888;
  text-align: center;
  width: 100%;
  padding: 6px 10px;
}
/* line 3, app/assets/stylesheets/web/blocks/fake-chat-window.sass */
.fake-chat-window {
  background: url(https://www.institute-of-education.com/assets/bg-whatsapp-66e799fb5b89d396e2de6a11331d415657e0342c3a1dfddf5a6a2ebd0a353c42.jpg) #292524 50% 50% no-repeat;
  background-size: cover;
  align-items: flex-start;
  box-shadow: 0px 1px 1px #5f5f5f, 0px -1px 1px #1C1917;
  display: flex;
  flex-flow: column nowrap;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  padding: 6px 10px;
}

/* line 14, app/assets/stylesheets/web/blocks/fake-chat-window.sass */
.fake-chat-window .fake-chat-notification,
.fake-chat-window .fake-chat-message {
  margin-bottom: 12px;
}

/* line 18, app/assets/stylesheets/web/blocks/fake-chat-window.sass */
.fake-chat-window .fake-chat-message_mine {
  align-self: flex-end;
}
/* line 1, app/assets/stylesheets/web/blocks/fake-chat-wrapper.sass */
.fake-chat-wrapper {
  width: 400px;
}
/* line 1, app/assets/stylesheets/web/blocks/fake-input.sass */
.fake-input {
  background: #fff;
  border-radius: 3px;
  border: 1px dashed #ccc;
  font-size: 16px;
  line-height: 24px;
  min-height: 36px;
  padding: 5px 9px;
  width: 100%;
}
/* line 8, app/assets/stylesheets/web/blocks/fc.sass */
.fc.fc-theme-standard .fc-timegrid-col.fc-day-today {
  background: none;
}

/* line 13, app/assets/stylesheets/web/blocks/fc.sass */
.fc.fc-theme-standard {
  --fc-bg-event-color: #FEB2B2;
}

/* line 16, app/assets/stylesheets/web/blocks/fc.sass */
.fc-v-event {
  background: #FEB2B2;
  border-color: #C53030;
  font-weight: 700;
}

/* line 21, app/assets/stylesheets/web/blocks/fc.sass */
.fc-v-event .fc-event-main {
  color: #742A2A;
}

/* line 24, app/assets/stylesheets/web/blocks/fc.sass */
.fc-v-event.my-event_current {
  background: #BEE3F8;
  border-color: #3182CE;
}

/* line 28, app/assets/stylesheets/web/blocks/fc.sass */
.fc-v-event.my-event_current .fc-event-main {
  color: #2C5282;
}

/* line 31, app/assets/stylesheets/web/blocks/fc.sass */
.fc-v-event.my-event_inactive {
  background: #E7E5E4;
  border-color: #aba7a2;
}

/* line 35, app/assets/stylesheets/web/blocks/fc.sass */
.fc-v-event.my-event_inactive .fc-event-main {
  color: #292524;
}

/* line 41, app/assets/stylesheets/web/blocks/fc.sass */
.fc.fc-theme-standard .fc-timegrid-slot-minor {
  border-top-style: none;
}

/* line 47, app/assets/stylesheets/web/blocks/fc.sass */
.fc-time-grid-event .fc-event-time,
.fc-time-grid-event .fc-event-title {
  font-size: 85%;
}
/* line 1, app/assets/stylesheets/web/blocks/fgos-group.sass */
.fgos-group {
  margin: -3px 0;
}

/* line 4, app/assets/stylesheets/web/blocks/fgos-group.sass */
.fgos-group .fgos-group__title {
  font-size: 11px;
  line-height: 15px;
  margin: 3px 0;
}

/* line 9, app/assets/stylesheets/web/blocks/fgos-group.sass */
.fgos-group .fgos-group__image,
.fgos-group .fgos-logo {
  margin: 3px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/fgos-h-group.sass */
.fgos-h-group {
  align-items: center;
  display: flex;
  margin: 0 -5px;
}

/* line 6, app/assets/stylesheets/web/blocks/fgos-h-group.sass */
.fgos-h-group .fgos-h-group__title {
  font-size: 12px;
  line-height: 1.69;
  margin: 0 5px;
  max-width: 150px;
}

/* line 12, app/assets/stylesheets/web/blocks/fgos-h-group.sass */
.fgos-h-group .fgos-h-group__image {
  margin: 0 5px;
}

/* line 15, app/assets/stylesheets/web/blocks/fgos-h-group.sass */
.fgos-h-group .fgos-h-group__image_bg {
  background-color: #E7E5E4;
  border-radius: 3px;
  padding: 3px 5px;
}

/* line 21, app/assets/stylesheets/web/blocks/fgos-h-group.sass */
.fgos-h-group_big .fgos-h-group__title {
  font-size: 12px;
  line-height: 18px;
}

/* line 25, app/assets/stylesheets/web/blocks/fgos-h-group.sass */
.fgos-h-group_big .fgos-logo {
  height: 40px;
  width: 116.6666666667px;
}
/* line 3, app/assets/stylesheets/web/blocks/fgos-logo.sass */
.fgos-logo {
  background: url(https://www.institute-of-education.com/assets/logo-fgos-2-ba1c395bcd89389333eae5215f58c56516b482f57ea606656690e6c34c7c6cc6.png) 50% 50% no-repeat;
  background-size: cover;
  height: 33.5px;
  width: 87.5px;
}
/* line 1, app/assets/stylesheets/web/blocks/field-grid.sass */
.field-flex.flex {
  align-items: flex-start;
  justify-content: flex-start;
  margin: -6px -5px;
}

/* line 6, app/assets/stylesheets/web/blocks/field-grid.sass */
.field-flex.flex .flex__item {
  flex-grow: 1;
  margin: 6px 5px;
}
/* line 2, app/assets/stylesheets/web/blocks/field-group.sass */
.field-group .label {
  margin-bottom: 6px;
}
/* line 2, app/assets/stylesheets/web/blocks/field-media.sass */
.field-media.media .media__aside {
  color: #9B9B96;
  font-size: 12px;
  width: 200px;
}

/* line 7, app/assets/stylesheets/web/blocks/field-media.sass */
.field-media.media .media__body {
  width: calc(100% - 200px);
}

/* line 10, app/assets/stylesheets/web/blocks/field-media.sass */
.field-media.media .field-media__label {
  position: sticky;
  top: 54px;
}

/* line 15, app/assets/stylesheets/web/blocks/field-media.sass */
.field-media_empty.media .media__body {
  color: #9B9B96;
}
/* line 1, app/assets/stylesheets/web/blocks/field-paragraph.sass */
.field-paragraph {
  line-height: 20px;
  margin-top: 4px;
}

/* line 5, app/assets/stylesheets/web/blocks/field-paragraph.sass */
.field-paragraph p {
  margin-bottom: 3px;
}

/* line 8, app/assets/stylesheets/web/blocks/field-paragraph.sass */
.field-paragraph ul {
  padding-left: 13px;
}

/* line 12, app/assets/stylesheets/web/blocks/field-paragraph.sass */
.field-paragraph_danger {
  color: #de4a4f;
}

/* line 16, app/assets/stylesheets/web/blocks/field-paragraph.sass */
.field-paragraph_label {
  font-weight: 500;
  line-height: 24px;
  margin-top: 6px;
  margin-bottom: 3px;
}
/* line 1, app/assets/stylesheets/web/blocks/field-row.sass */
.field-row {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: -6px -10px;
}

/* line 8, app/assets/stylesheets/web/blocks/field-row.sass */
.field-row .field-row__field,
.field-row .field-row__info {
  flex-grow: 1;
  margin: 6px 10px;
}

/* line 13, app/assets/stylesheets/web/blocks/field-row.sass */
.field-row .field-row__field {
  max-width: 700px;
}

/* line 16, app/assets/stylesheets/web/blocks/field-row.sass */
.field-row .field-row__info {
  max-width: 400px;
}

/* line 19, app/assets/stylesheets/web/blocks/field-row.sass */
.field-row .field-row__info .hint-paragraph {
  color: #777;
  margin: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/field-set.sass */
.field-set {
  background: #fafafa;
  border: 1px dashed #ccc;
  padding: 18px 10px 12px;
  position: relative;
}

/* line 7, app/assets/stylesheets/web/blocks/field-set.sass */
.field-set .field-set__title {
  background: #fafafa linear-gradient(0deg, #fafafa, #fff);
  font-size: 14px;
  left: 5px;
  line-height: 24px;
  padding: 0 5px;
  position: absolute;
  top: -12px;
}
/* line 1, app/assets/stylesheets/web/blocks/file-input-wrapper.sass */
.file-input-wrapper {
  border: none;
  overflow: hidden;
  height: 128px;
  width: 128px;
}

/* line 7, app/assets/stylesheets/web/blocks/file-input-wrapper.sass */
.file-input-wrapper input[type=file] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  height: 128px;
  opacity: 0;
}

/* line 12, app/assets/stylesheets/web/blocks/file-input-wrapper.sass */
.file-input-wrapper:hover {
  opacity: 0.5;
}

/* line 15, app/assets/stylesheets/web/blocks/file-input-wrapper.sass */
.file-input-wrapper_default {
  background: url(https://www.institute-of-education.com/assets/file-default-a6612925ffc5a2363ed8bb04a21a2482f0eba6015c6fe4a30da17d8928ac0aeb.png) 0 0 no-repeat;
}

/* line 18, app/assets/stylesheets/web/blocks/file-input-wrapper.sass */
.file-input-wrapper_pdf {
  background: url(https://www.institute-of-education.com/assets/file-pdf-574c4405d8ae8b392c3ed5d1105ba863eb832f28dca6912526ee972db95a35e7.png) 0 0 no-repeat;
}

/* line 21, app/assets/stylesheets/web/blocks/file-input-wrapper.sass */
.file-input-wrapper_png {
  background: url(https://www.institute-of-education.com/assets/file-png-a07bce56ede42221571f97de470767af56b34918e36ee53f1c52953636afcfda.png) 0 0 no-repeat;
}

/* line 24, app/assets/stylesheets/web/blocks/file-input-wrapper.sass */
.file-input-wrapper_word {
  background: url(https://www.institute-of-education.com/assets/file-word-6610bb50eeac2b61bb45d23912bcc3d583482541d67a7c271addc15039565d0e.png) 0 0 no-repeat;
  width: 200px;
}
/* line 1, app/assets/stylesheets/web/blocks/file-input.sass */
.file-input {
  margin: 0;
}
/* line 2, app/assets/stylesheets/web/blocks/fileinput.sass */
.no-js .fileinput + label {
  display: none;
}

/* line 6, app/assets/stylesheets/web/blocks/fileinput.sass */
.js .fileinput {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 14, app/assets/stylesheets/web/blocks/fileinput.sass */
.js .fileinput + label {
  display: inline-block;
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/web/blocks/fileinput.sass */
.js .fileinput:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

/* line 30, app/assets/stylesheets/web/blocks/fileinput.sass */
.js .inputfile + label * {
  pointer-events: none;
}
/* line 1, app/assets/stylesheets/web/blocks/filter.sass */
.filter-flags {
  filter: contrast(0.6);
}

/* line 4, app/assets/stylesheets/web/blocks/filter.sass */
.filter-grass {
  filter: url(https://www.institute-of-education.com/static-assets/filter-spring-grass.svg#spring-grass) brightness(0.8) contrast(0.8);
}
/* line 1, app/assets/stylesheets/web/blocks/final-cta-section.sass */
.final-cta-section {
  background: #c4c0ff;
  padding: 48px 0;
  text-align: center;
}

/* line 6, app/assets/stylesheets/web/blocks/final-cta-section.sass */
.final-cta-section .container {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
}

/* line 11, app/assets/stylesheets/web/blocks/final-cta-section.sass */
.final-cta-section .final-cta-section__title {
  border-bottom: 5px solid #f55f44;
  color: #fff;
  font-weight: 500;
  margin-bottom: 24px;
  padding: 0 10px;
}

/* line 18, app/assets/stylesheets/web/blocks/final-cta-section.sass */
.final-cta-section .final-cta-section__text {
  font-size: 16px;
  line-height: 27px;
  margin: 0 auto 24px;
  max-width: 650px;
}
/* line 1, app/assets/stylesheets/web/blocks/five-days-text.sass */
.five-days-text {
  padding-left: 71px;
  text-indent: -71px;
}

/* line 5, app/assets/stylesheets/web/blocks/five-days-text.sass */
.five-days-text p {
  line-height: 21px;
  margin-bottom: 3px;
}

/* line 9, app/assets/stylesheets/web/blocks/five-days-text.sass */
.five-days-text p:last-child {
  margin-bottom: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/flag-icon.sass */
.flag-icon {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}

/* line 4, app/assets/stylesheets/web/blocks/flag-icon.sass */
.flag-icon_27px {
  height: 27px;
  width: 36px;
}

/* line 8, app/assets/stylesheets/web/blocks/flag-icon.sass */
.flag-icon_45px {
  height: 45px;
  width: 60px;
}
/* line 1, app/assets/stylesheets/web/blocks/flash-card.sass */
.flash-card.card {
  border-left-width: 5px;
}
/* line 1, app/assets/stylesheets/web/blocks/flash-collection.sass */
.flash-collection {
  display: flex;
  flex-flow: column;
  height: 100%;
  align-items: center;
  left: 0;
  padding: 12px 5px;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}

/* line 14, app/assets/stylesheets/web/blocks/flash-collection.sass */
.flash-collection .flash-item {
  margin-bottom: 12px;
  max-width: 400px;
}

/* line 18, app/assets/stylesheets/web/blocks/flash-collection.sass */
.flash-collection .flash-item .flash-item__body {
  cursor: pointer;
  pointer-events: all;
}

/* line 22, app/assets/stylesheets/web/blocks/flash-collection.sass */
.flash-collection .flash-item_closed {
  margin-bottom: 0;
}
/* line 3, app/assets/stylesheets/web/blocks/flash-item.sass */
.flash-item {
  max-height: 224px;
  opacity: 1;
  overflow: hidden;
  transition: margin-bottom 0.5s, max-height 0.5s, opacity 0.5s;
}

/* line 9, app/assets/stylesheets/web/blocks/flash-item.sass */
.flash-item .flash-item__body {
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 10px;
}

/* line 16, app/assets/stylesheets/web/blocks/flash-item.sass */
.flash-item .flash-item__close {
  background: url(https://www.institute-of-education.com/assets/times-white-d71e6ef361af0dd8f8974fc9748a55b4155a97532e0794c36fb332be094e2482.svg) 50% 50% no-repeat;
  background-size: cover;
  float: right;
  height: 12px;
  margin: 4px;
  margin-left: 14px;
  width: 12px;
}

/* line 24, app/assets/stylesheets/web/blocks/flash-item.sass */
.flash-item .flash-item__body_alert,
.flash-item .flash-item__body_error,
.flash-item .flash-item__body_recaptcha_error {
  background: #DA1717;
  color: #fff;
}

/* line 30, app/assets/stylesheets/web/blocks/flash-item.sass */
.flash-item .flash-item__body_notice,
.flash-item .flash-item__body_info {
  background: #63ca76;
  color: #fff;
}

/* line 35, app/assets/stylesheets/web/blocks/flash-item.sass */
.flash-item_closed {
  max-height: 0;
  opacity: 0;
}

/* line 39, app/assets/stylesheets/web/blocks/flash-item.sass */
.flash-item_buttoned {
  text-align: center;
}

/* line 42, app/assets/stylesheets/web/blocks/flash-item.sass */
.flash-item_buttoned .button {
  margin-top: 12px;
}
/* line 1, app/assets/stylesheets/web/blocks/flex-compensator.sass */
.flex-compensator {
  display: none;
}
/* line 1, app/assets/stylesheets/web/blocks/flex-line-break.sass */
.flex-line-break {
  width: 100%;
}
/* line 1, app/assets/stylesheets/web/blocks/flex-row.sass */
.flex-row {
  display: flex;
}
/* line 1, app/assets/stylesheets/web/blocks/font.sass */
.font_grey {
  color: #999;
}
/* line 1, app/assets/stylesheets/web/blocks/footer-link.sass */
.footer-link {
  color: var(--link--color);
  display: block;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}

/* line 8, app/assets/stylesheets/web/blocks/footer-link.sass */
.footer-link:hover {
  text-decoration: underline;
}
/* line 1, app/assets/stylesheets/web/blocks/footer-section.sass */
.footer-section {
  background: var(--footer-section--background);
  border-top: 1px solid var(--footer-section--border-color);
  padding: 24px 0 12px;
}

/* line 6, app/assets/stylesheets/web/blocks/footer-section.sass */
.footer-section .footer-section__row {
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -10px;
}

/* line 11, app/assets/stylesheets/web/blocks/footer-section.sass */
.footer-section .footer-section__quotes-column {
  margin: 0 10px 24px;
  max-width: 460px;
}

/* line 15, app/assets/stylesheets/web/blocks/footer-section.sass */
.footer-section .footer-section__contacts-column {
  color: #404040;
  font-size: 13px;
  line-height: 21px;
  margin: 0 10px 24px;
}

/* line 21, app/assets/stylesheets/web/blocks/footer-section.sass */
.footer-section .footer-section__menu-column {
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  margin: 0 10px 24px;
}

/* line 27, app/assets/stylesheets/web/blocks/footer-section.sass */
.footer-section .footer-section__info-column {
  font-size: 12px;
  margin: 0 10px;
}
/* line 1, app/assets/stylesheets/web/blocks/form-control.sass */
.form-control {
  box-shadow: none;
}

/* line 4, app/assets/stylesheets/web/blocks/form-control.sass */
.form-control[type="checkbox"] {
  margin: 0;
}
/* line 2, app/assets/stylesheets/web/blocks/form-group.sass */
.form-group label {
  margin-top: 0;
}
/* line 2, app/assets/stylesheets/web/blocks/form-with-sticky-panel.sass */
.form-with-sticky-panel .sticky-panel {
  background: #fff0c9;
  opacity: 0;
  margin-left: 20px;
}

/* line 7, app/assets/stylesheets/web/blocks/form-with-sticky-panel.sass */
.form-with-sticky-panel .sticky-panel p:empty {
  display: none;
}

/* line 10, app/assets/stylesheets/web/blocks/form-with-sticky-panel.sass */
.form-with-sticky-panel .sticky-panel p:last-child {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/web/blocks/form-with-sticky-panel.sass */
.form-with-sticky-panel .sticky-panel_visible {
  opacity: 1;
}

/* line 16, app/assets/stylesheets/web/blocks/form-with-sticky-panel.sass */
.form-with-sticky-panel .hint-paragraph {
  display: none;
}

/* line 19, app/assets/stylesheets/web/blocks/form-with-sticky-panel.sass */
.form-with-sticky-panel .hint-paragraph_visible {
  display: block;
}

/* line 22, app/assets/stylesheets/web/blocks/form-with-sticky-panel.sass */
.form-with-sticky-panel .form-group {
  position: relative;
  z-index: 0;
}

/* line 26, app/assets/stylesheets/web/blocks/form-with-sticky-panel.sass */
.form-with-sticky-panel .form-group::before {
  background: #fff0c9;
  border-radius: 4px;
  bottom: -10px;
  content: '';
  left: -10px;
  opacity: 0;
  position: absolute;
  right: -10px;
  top: -10px;
  transition: opacity 0.25s;
  z-index: -1;
}

/* line 40, app/assets/stylesheets/web/blocks/form-with-sticky-panel.sass */
.form-with-sticky-panel .form-group_visible::before {
  opacity: 1;
}
/* line 4, app/assets/stylesheets/web/blocks/form.sass */
.form .field-group,
.form .field-flex,
.form .wide-flex,
.form .input-flex,
.form .field-set,
.form .row {
  margin-bottom: 12px;
}

/* line 12, app/assets/stylesheets/web/blocks/form.sass */
.form .field-group:last-child,
.form .field-flex:last-child,
.form .wide-flex:last-child,
.form .input-flex:last-child,
.form .field-set:last-child,
.form .row:last-child {
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/web/blocks/form.sass */
.form .field-set {
  margin-top: 24px;
}

/* line 19, app/assets/stylesheets/web/blocks/form.sass */
.form .row .field-group {
  margin-bottom: 0;
}

/* line 22, app/assets/stylesheets/web/blocks/form.sass */
.form .label_overlayed {
  background: linear-gradient(0, var(--input--background_transparent) 40%, var(--input--background) 47%, var(--input--background_transparent) 54%);
  display: table;
  margin-bottom: -8px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  min-height: auto;
  margin-left: 2px;
}

@media (max-width: 767px) {
  /* line 36, app/assets/stylesheets/web/blocks/form.sass */
  .form_horizontal .field-group {
    margin-bottom: 9px;
  }
  /* line 39, app/assets/stylesheets/web/blocks/form.sass */
  .form_horizontal .field-group .label {
    font-size: 12px;
    line-height: 16px;
    min-height: auto;
    margin-bottom: 0;
    margin-left: 2px;
  }
  /* line 46, app/assets/stylesheets/web/blocks/form.sass */
  .form_horizontal .field-group .label_overlayed {
    background: linear-gradient(0, var(--input--background_transparent) 40%, var(--input--background) 47%, var(--input--background_transparent) 54%);
    display: table;
    margin-bottom: -8px;
    position: relative;
  }
}

@media (min-width: 768px) {
  /* line 53, app/assets/stylesheets/web/blocks/form.sass */
  .form_horizontal .field-group {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 150px 1fr;
  }
  /* line 58, app/assets/stylesheets/web/blocks/form.sass */
  .form_horizontal .field-group .label {
    background: none;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 6px;
    text-align: right;
  }
  /* line 70, app/assets/stylesheets/web/blocks/form.sass */
  .form_horizontal .field-group .label_prefix {
    margin-top: -8px;
  }
  /* line 73, app/assets/stylesheets/web/blocks/form.sass */
  .form_horizontal .field-group .checkbox-group,
.form_horizontal .field-group .input,
.form_horizontal .field-group .input-flex,
.form_horizontal .field-group .a-button-flex,
.form_horizontal .field-group .field-paragraph,
.form_horizontal .field-group .files-flex {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  /* line 84, app/assets/stylesheets/web/blocks/form.sass */
  .form_horizontal .field-group .checkbox-group {
    padding: 5px 0;
  }
}

@media (min-width: 1280px) {
  /* line 88, app/assets/stylesheets/web/blocks/form.sass */
  .form_horizontal .field-group {
    grid-template-columns: 220px 1fr;
  }
}

@media (max-width: 767px) {
  /* line 95, app/assets/stylesheets/web/blocks/form.sass */
  .form_1c .field-group {
    margin-bottom: 9px;
  }
  /* line 98, app/assets/stylesheets/web/blocks/form.sass */
  .form_1c .field-group .label {
    font-size: 12px;
    line-height: 16px;
    min-height: auto;
    margin-bottom: 0;
    margin-left: 2px;
  }
  /* line 105, app/assets/stylesheets/web/blocks/form.sass */
  .form_1c .field-group .label_overlayed {
    background: linear-gradient(0, var(--input--background_transparent) 40%, var(--input--background) 47%, var(--input--background_transparent) 54%);
    display: table;
    margin-bottom: -8px;
    position: relative;
  }
}

@media (min-width: 768px) {
  /* line 112, app/assets/stylesheets/web/blocks/form.sass */
  .form_1c .field-group {
    align-items: flex-start;
    display: grid;
    grid-template-columns: minmax(100px, max-content) 1fr;
  }
  /* line 117, app/assets/stylesheets/web/blocks/form.sass */
  .form_1c .field-group .label {
    background: none;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 6px;
    text-align: right;
  }
  /* line 129, app/assets/stylesheets/web/blocks/form.sass */
  .form_1c .field-group .label_prefix {
    margin-top: -8px;
  }
  /* line 132, app/assets/stylesheets/web/blocks/form.sass */
  .form_1c .field-group .checkbox-group,
.form_1c .field-group .input,
.form_1c .field-group .input-flex,
.form_1c .field-group .a-button-flex,
.form_1c .field-group .field-paragraph,
.form_1c .field-group .files-flex {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  /* line 143, app/assets/stylesheets/web/blocks/form.sass */
  .form_1c .field-group .checkbox-group {
    padding: 5px 0;
  }
}

/* line 149, app/assets/stylesheets/web/blocks/form.sass */
.form_flex .field-group {
  align-items: baseline;
  display: flex;
  flex-flow: row wrap;
  margin: -0.25rem;
  margin-bottom: 0.5rem;
}

/* line 156, app/assets/stylesheets/web/blocks/form.sass */
.form_flex .field-group .label,
.form_flex .field-group .checkbox-group,
.form_flex .field-group .input,
.form_flex .field-group .input-flex,
.form_flex .field-group .a-button-flex,
.form_flex .field-group .field-paragraph,
.form_flex .field-group .files-flex {
  margin: 0.25rem;
}

/* line 165, app/assets/stylesheets/web/blocks/form.sass */
.form_flex .field-group .label {
  min-width: 70px;
}

/* line 168, app/assets/stylesheets/web/blocks/form.sass */
.form_flex .field-group .field-paragraph {
  width: 100%;
}

/* line 173, app/assets/stylesheets/web/blocks/form.sass */
.form_inline {
  display: flex;
}

/* line 176, app/assets/stylesheets/web/blocks/form.sass */
.form_inline .field-group {
  margin-bottom: 0;
  margin-right: 10px;
}

/* line 180, app/assets/stylesheets/web/blocks/form.sass */
.form_inline .field-group:last-child {
  margin-right: 0;
}

/* line 183, app/assets/stylesheets/web/blocks/form.sass */
.form_inline_solid {
  display: flex;
}

/* line 186, app/assets/stylesheets/web/blocks/form.sass */
.form_inline_solid .field-group {
  margin-bottom: 0;
  margin-right: -1px;
}

/* line 191, app/assets/stylesheets/web/blocks/form.sass */
.form_inline_solid .field-group:first-child .button,
.form_inline_solid .field-group:first-child .input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 196, app/assets/stylesheets/web/blocks/form.sass */
.form_inline_solid .field-group:last-child {
  margin-right: 0;
}

/* line 199, app/assets/stylesheets/web/blocks/form.sass */
.form_inline_solid .field-group:last-child .button,
.form_inline_solid .field-group:last-child .input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 205, app/assets/stylesheets/web/blocks/form.sass */
.form_inline_solid .field-group:not(:first-child):not(:last-child) .button,
.form_inline_solid .field-group:not(:first-child):not(:last-child) .input {
  border-radius: 0;
}

/* line 209, app/assets/stylesheets/web/blocks/form.sass */
.form_inline_stacked {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

/* line 214, app/assets/stylesheets/web/blocks/form.sass */
.form_inline_stacked .field-group {
  margin-bottom: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/forum-banner-section.sass */
.forum-banner-section {
  background: #090d2a linear-gradient(0, #041134 35%, #050719 90%);
  overflow: hidden;
  position: relative;
}

/* line 6, app/assets/stylesheets/web/blocks/forum-banner-section.sass */
.forum-banner-section .forum-banner-section__bg {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}

/* line 13, app/assets/stylesheets/web/blocks/forum-banner-section.sass */
.forum-banner-section .forum-banner-section__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.65;
  width: 100%;
}

/* line 19, app/assets/stylesheets/web/blocks/forum-banner-section.sass */
.forum-banner-section .forum-banner-section__bg::before {
  background: linear-gradient(65deg, rgba(5, 7, 25, 0) 50%, #050719 85%), linear-gradient(115deg, rgba(10, 16, 48, 0) 50%, #0a1030 85%);
  content: '';
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}

/* line 29, app/assets/stylesheets/web/blocks/forum-banner-section.sass */
.forum-banner-section .forum-banner-section__body {
  position: relative;
  z-index: 1;
}

/* line 34, app/assets/stylesheets/web/blocks/forum-banner-section.sass */
a.forum-banner-section {
  color: #fcf9f2;
  display: block;
  text-decoration: none;
}
/* line 1, app/assets/stylesheets/web/blocks/forum-cta-section.sass */
.forum-cta-section {
  padding: 60px 0;
  color: #041134;
}

/* line 5, app/assets/stylesheets/web/blocks/forum-cta-section.sass */
.forum-cta-section .forum-cta-section__text {
  max-width: 950px;
}

/* line 8, app/assets/stylesheets/web/blocks/forum-cta-section.sass */
.forum-cta-section .forum-cta-section__text.text-right {
  margin-right: 0;
  margin-left: auto;
}
/* line 1, app/assets/stylesheets/web/blocks/forum-gup-section.sass */
.forum-gup-section {
  background: #fff linear-gradient(0, #97b96b 10%, #dee6f8 40%, #dee6f8 60%, #a0d9f8 90%);
  padding: 48px 0;
}

/* line 5, app/assets/stylesheets/web/blocks/forum-gup-section.sass */
.forum-gup-section .forum-gup-section__row {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

/* line 11, app/assets/stylesheets/web/blocks/forum-gup-section.sass */
.forum-gup-section .thumbnail {
  margin-left: 20px;
  max-width: 520px;
}
/* line 1, app/assets/stylesheets/web/blocks/forum-map-section.sass */
.forum-map-section {
  padding: 48px 0;
}
/* line 4, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
.forum-promo-section {
  background: url(https://www.institute-of-education.com/assets/bg-forum-ee45170f0ffc53416febfb246bc476b3b6852a9b48520064955099f2242cb86d.jpg) #1B3397 100% 100% no-repeat;
  background-size: contain;
  color: #fff;
  position: relative;
}

/* line 9, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
.forum-promo-section::before, .forum-promo-section::after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 17, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
.forum-promo-section::before {
  background: linear-gradient(120deg, #4f6bda, rgba(79, 107, 218, 0) 80%);
  width: 50%;
}

/* line 21, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
.forum-promo-section::after {
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

/* line 26, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
.forum-promo-section .forum-promo-section__body {
  align-items: center;
  display: flex;
  max-width: 1100px;
  min-height: 250px;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

/* line 35, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
.forum-promo-section .breadcrumb-list {
  --link--color: #fff;
  background: none;
  border: none;
  margin: 0 -10px;
}

/* line 41, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
.forum-promo-section .breadcrumb-list:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 44, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
.forum-promo-section_dynamic-bg {
  background: #1B3397;
}

/* line 47, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
.forum-promo-section_dynamic-bg .forum-promo-section__bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

/* line 54, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
.forum-promo-section_dynamic-bg .forum-promo-section__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.95;
  width: 100%;
}

/* line 60, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
.forum-promo-section_dynamic-bg .forum-promo-section__bg::before {
  background: transparent linear-gradient(90deg, #1b3397, rgba(27, 51, 151, 0));
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 1;
}

/* line 70, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
a.forum-promo-section_dynamic-bg {
  display: block;
  text-decoration: none;
}

/* line 74, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
a.forum-promo-section_dynamic-bg::before {
  opacity: 1;
  transition: opacity 0.1s;
}

/* line 78, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
a.forum-promo-section_dynamic-bg::after {
  box-shadow: 0 2px 20px -5px #010b35 inset;
}

/* line 82, app/assets/stylesheets/web/blocks/forum-promo-section.sass */
a.forum-promo-section_dynamic-bg:hover::before {
  opacity: 0.5;
}
/* line 1, app/assets/stylesheets/web/blocks/forum-videos-section.sass */
.forum-videos-section {
  background: #eff1f0 linear-gradient(90deg, #eff1f0 50%, #deded2);
  padding: 48px 0;
  position: relative;
}

/* line 6, app/assets/stylesheets/web/blocks/forum-videos-section.sass */
.forum-videos-section::before {
  background: linear-gradient(0, rgba(28, 25, 23, 0), #1C1917);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 15, app/assets/stylesheets/web/blocks/forum-videos-section.sass */
.forum-videos-section .videos-flex {
  position: relative;
}
/* line 1, app/assets/stylesheets/web/blocks/frame.sass */
.frame {
  padding-left: Max(1rem, env(safe-area-inset-left));
  padding-right: Max(1rem, env(safe-area-inset-right));
}

/* line 5, app/assets/stylesheets/web/blocks/frame.sass */
.-frame {
  margin-left: calc(-1 * Max(1rem, env(safe-area-inset-left)));
  margin-right: calc(-1 * Max(1rem, env(safe-area-inset-right)));
}

/* line 9, app/assets/stylesheets/web/blocks/frame.sass */
.-frame.-my-1 {
  padding-left: Max(0.75rem, env(safe-area-inset-left));
  padding-right: Max(0.75rem, env(safe-area-inset-right));
}

/* line 13, app/assets/stylesheets/web/blocks/frame.sass */
.-frame.-my-1 .flex-compensator {
  width: 0.75rem;
}

/* line 16, app/assets/stylesheets/web/blocks/frame.sass */
.-frame.-my-3 {
  padding-left: Max(0.25rem, env(safe-area-inset-left));
  padding-right: Max(0.25rem, env(safe-area-inset-right));
}

/* line 20, app/assets/stylesheets/web/blocks/frame.sass */
.-frame.-my-3 .flex-compensator {
  width: 0.25rem;
}

@media (min-width: 640px) {
  /* line 26, app/assets/stylesheets/web/blocks/frame.sass */
  .frame {
    padding-left: Max(2rem, env(safe-area-inset-left));
    padding-right: Max(2rem, env(safe-area-inset-right));
  }
  /* line 30, app/assets/stylesheets/web/blocks/frame.sass */
  .-frame {
    margin-left: calc(-1 * Max(2rem, env(safe-area-inset-left)));
    margin-right: calc(-1 * Max(2rem, env(safe-area-inset-right)));
  }
  /* line 34, app/assets/stylesheets/web/blocks/frame.sass */
  .-frame.-my-1 {
    padding-left: Max(1.75rem, env(safe-area-inset-left));
    padding-right: Max(1.75rem, env(safe-area-inset-right));
  }
  /* line 38, app/assets/stylesheets/web/blocks/frame.sass */
  .-frame.-my-1 .flex-compensator {
    width: 1.75rem;
  }
  /* line 41, app/assets/stylesheets/web/blocks/frame.sass */
  .-frame.-my-3 {
    padding-left: Max(1.25rem, env(safe-area-inset-left));
    padding-right: Max(1.25rem, env(safe-area-inset-right));
  }
  /* line 45, app/assets/stylesheets/web/blocks/frame.sass */
  .-frame.-my-3 .flex-compensator {
    width: 1.25rem;
  }
}
/* line 1, app/assets/stylesheets/web/blocks/frontend-hint-group.sass */
.frontend-hint-group {
  margin-bottom: 30px;
}

/* line 4, app/assets/stylesheets/web/blocks/frontend-hint-group.sass */
.frontend-hint-group .frontend-hint-group__title {
  border-bottom: 2px solid #efefef;
  font-weight: 500;
  margin-bottom: 6px;
}
/* line 1, app/assets/stylesheets/web/blocks/full-width-dropdown.sass */
.full-width-dropdown {
  background: #fefefe;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 9px;
}
/* line 2, app/assets/stylesheets/web/blocks/g-table.sass */
g-table g-row {
  display: contents;
}

/* line 5, app/assets/stylesheets/web/blocks/g-table.sass */
g-table g-cell {
  padding: 0.5rem;
}

/* line 9, app/assets/stylesheets/web/blocks/g-table.sass */
g-table .g-table__head g-cell {
  background: #E7E5E4;
  font-size: 0.875rem;
  font-weight: 600;
}

/* line 14, app/assets/stylesheets/web/blocks/g-table.sass */
g-table .g-table__head g-cell.sticky {
  position: sticky;
  top: -1px;
}

/* line 18, app/assets/stylesheets/web/blocks/g-table.sass */
g-table .g-table__head g-cell.dynamic-sticky::before {
  bottom: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  content: '';
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  transition: opacity 0.1s;
}

/* line 30, app/assets/stylesheets/web/blocks/g-table.sass */
g-table .g-table__head g-cell.dynamic-sticky_active::before {
  opacity: 1;
}

/* line 33, app/assets/stylesheets/web/blocks/g-table.sass */
g-table {
  background: var(--table-block--background);
  border: 1px solid #A8A29E;
  border-radius: 2px;
}

/* line 39, app/assets/stylesheets/web/blocks/g-table.sass */
g-table g-row g-cell {
  border-bottom: 1px solid #A8A29E;
}

/* line 43, app/assets/stylesheets/web/blocks/g-table.sass */
g-table > g-row:last-child g-cell {
  border-bottom: none;
}

/* line 50, app/assets/stylesheets/web/blocks/g-table.sass */
.g-table_hoverable g-row:hover > g-cell {
  background: #EBF4FF;
}
/* line 1, app/assets/stylesheets/web/blocks/gallery-grid.sass */
.gallery-flex.flex {
  align-items: center;
  justify-content: space-between;
  margin: -3px -5px;
}

/* line 6, app/assets/stylesheets/web/blocks/gallery-grid.sass */
.gallery-flex.flex .flex__item {
  margin: 3px 5px;
  max-width: 370px;
  width: 100%;
}

/* line 11, app/assets/stylesheets/web/blocks/gallery-grid.sass */
.gallery-flex.flex .flex__item img {
  max-height: 230px;
  max-width: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
/* line 1, app/assets/stylesheets/web/blocks/gap-section.sass */
.gap-section {
  padding: 15% 0;
}
/* line 3, app/assets/stylesheets/web/blocks/globe-link.sass */
.globe-link {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  opacity: 0.85;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

@media (min-width: 480px) {
  /* line 3, app/assets/stylesheets/web/blocks/globe-link.sass */
  .globe-link {
    font-size: 18px;
    line-height: 21px;
  }
}

@media (min-width: 640px) {
  /* line 3, app/assets/stylesheets/web/blocks/globe-link.sass */
  .globe-link {
    font-size: 24px;
    line-height: 28px;
  }
}

/* line 24, app/assets/stylesheets/web/blocks/globe-link.sass */
.globe-link .globe-link__title,
.globe-link .globe-link__subtitle {
  border-radius: 10px;
  padding: 0 5px;
}

/* line 29, app/assets/stylesheets/web/blocks/globe-link.sass */
.globe-link .circle-shape {
  margin: 6px 0;
}

/* line 32, app/assets/stylesheets/web/blocks/globe-link.sass */
.globe-link .globe-link__subtitle {
  font-size: 11px;
}

@media (min-width: 480px) {
  /* line 32, app/assets/stylesheets/web/blocks/globe-link.sass */
  .globe-link .globe-link__subtitle {
    font-size: 14px;
  }
}

@media (min-width: 640px) {
  /* line 32, app/assets/stylesheets/web/blocks/globe-link.sass */
  .globe-link .globe-link__subtitle {
    font-size: 16px;
  }
}
@keyframes globe-logo-flags-rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 9, app/assets/stylesheets/web/blocks/globe-logo.sass */
.globe-logo {
  position: relative;
}

/* line 12, app/assets/stylesheets/web/blocks/globe-logo.sass */
.globe-logo .globe-logo__earth {
  animation: globe-logo-flags-rotating 60s linear infinite;
  height: 100%;
  width: 100%;
}

/* line 17, app/assets/stylesheets/web/blocks/globe-logo.sass */
.globe-logo_78px {
  height: 48px;
  width: 48px;
}

/* line 21, app/assets/stylesheets/web/blocks/globe-logo.sass */
.globe-logo_78px .globe-logo__earth {
  background: url(https://www.institute-of-education.com/assets/globe-logo-earth-156px-8b55bfab37b628dcec1b3a953890a9efca00addad9e8538aae4d7e93ee3056e9.png) 50% 50% no-repeat;
  background-size: 125%;
}
/* line 3, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene {
  background: url(https://www.institute-of-education.com/assets/globe-bg-e5657ac98565c6d70f90d4b723777553b7e9e4285888ca7d161f7fa476db10ba.png) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}

/* line 8, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene .globe-scene__subtitle,
.globe-scene .globe-scene__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  opacity: 0.85;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 1px #000;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}

@media (min-width: 480px) {
  /* line 8, app/assets/stylesheets/web/blocks/globe-scene.sass */
  .globe-scene .globe-scene__subtitle,
.globe-scene .globe-scene__title {
    font-size: 21px;
    line-height: 30px;
    text-shadow: 0 2px 2px #000;
  }
}

@media (min-width: 640px) {
  /* line 8, app/assets/stylesheets/web/blocks/globe-scene.sass */
  .globe-scene .globe-scene__subtitle,
.globe-scene .globe-scene__title {
    font-size: 36px;
    line-height: 45px;
    text-shadow: 0 4px 2px #000;
  }
}

/* line 32, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene .globe-scene__subtitle {
  color: #fff;
  top: 24%;
}

/* line 36, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene .globe-scene__title {
  color: #f42332;
  top: 43%;
}

/* line 40, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene .globe-link {
  color: #fff;
  position: absolute;
  text-shadow: 0 4px 2px #000;
  transition: color 0.1s;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* line 48, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene .globe-link:hover {
  color: #f42332;
}

/* line 51, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene .globe-link_1 {
  left: 77.1%;
  top: 19%;
}

/* line 55, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene .globe-link_2 {
  left: 86.5%;
  top: 62.3%;
}

/* line 59, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene .globe-link_3 {
  left: 51%;
  top: 93%;
}

/* line 63, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene .globe-link_4 {
  left: 13.5%;
  top: 62.3%;
}

/* line 67, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene .globe-link_5 {
  left: 22.9%;
  top: 19%;
}

/* line 96, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_small {
  height: 390px;
  width: 442px;
}

@media (max-width: 479px) {
  /* line 96, app/assets/stylesheets/web/blocks/globe-scene.sass */
  .globe-scene_small {
    display: none;
  }
}

/* line 103, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_small .globe-scene__subtitle,
.globe-scene_small .globe-scene__title {
  font-size: 20px;
  line-height: 27px;
}

/* line 108, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_small .globe-scene__subtitle p,
.globe-scene_small .globe-scene__title p {
  line-height: 27px;
}

/* line 111, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_small .globe-link {
  font-size: 17px;
  line-height: 18px;
}

/* line 115, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_small .globe-link p {
  line-height: 18px;
}

/* line 118, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_small .globe-link .globe-link__subtitle {
  font-size: 13px;
}

/* line 122, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_tiny {
  height: 265px;
  width: 300px;
}

@media (max-width: 319px) {
  /* line 122, app/assets/stylesheets/web/blocks/globe-scene.sass */
  .globe-scene_tiny {
    display: none;
  }
}

/* line 129, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_tiny .globe-scene__subtitle,
.globe-scene_tiny .globe-scene__title {
  font-size: 14px;
  line-height: 20px;
}

/* line 134, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_tiny .globe-scene__subtitle p,
.globe-scene_tiny .globe-scene__title p {
  line-height: 20px;
}

/* line 137, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_tiny .globe-link {
  font-size: 12px;
  line-height: 13px;
}

/* line 141, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_tiny .globe-link p {
  line-height: 13px;
}

/* line 144, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_tiny .globe-link .globe-link__subtitle {
  font-size: 11px;
}

/* line 149, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_white .globe-scene__subtitle,
.globe-scene_white .globe-scene__title {
  text-shadow: 0 -1px 1px #333, 0 1px 1px #333;
}

/* line 153, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_white .globe-link {
  color: #152c4a;
  text-shadow: none;
}

/* line 157, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_white .globe-link .globe-link__title,
.globe-scene_white .globe-link .globe-link__subtitle {
  background: rgba(255, 255, 255, 0.7);
}

/* line 161, app/assets/stylesheets/web/blocks/globe-scene.sass */
.globe-scene_white .globe-link .globe-link__subtitle {
  color: #f42332;
}
/* line 3, app/assets/stylesheets/web/blocks/globe-textual-logo.sass */
.globe-textual-logo {
  align-items: center;
  display: flex;
}

/* line 7, app/assets/stylesheets/web/blocks/globe-textual-logo.sass */
.globe-textual-logo .globe-logo {
  margin-right: 6px;
}

/* line 10, app/assets/stylesheets/web/blocks/globe-textual-logo.sass */
.globe-textual-logo .globe-textual-logo__label {
  color: var(--globe-textual-logo--color);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

/* line 16, app/assets/stylesheets/web/blocks/globe-textual-logo.sass */
a.globe-textual-logo {
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/web/blocks/globe-textual-logo.sass */
a.globe-textual-logo:hover .globe-textual-logo__label {
  color: var(--globe-textual-logo_hover--color);
  text-decoration: none;
}
/* line 1, app/assets/stylesheets/web/blocks/green.sass */
.green {
  border-right: 2px solid #dfa;
  border-top: 20px solid #dfa;
  height: 100%;
  margin: 0 auto;
  padding: 15px;
}
/* line 1, app/assets/stylesheets/web/blocks/header-avatar-image.sass */
.header-avatar-image {
  background: #ccc;
  border-radius: 50%;
  border: 1px solid #ccc;
  height: 60px;
  margin: 0 9px;
  width: 60px;
}
/* line 1, app/assets/stylesheets/web/blocks/header-body.sass */
.header-body.body {
  background: #f7f7f7;
}
/* line 1, app/assets/stylesheets/web/blocks/header-icon.sass */
.header-icon {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
/* line 1, app/assets/stylesheets/web/blocks/header-link.sass */
.header-link {
  color: #336699;
  cursor: pointer;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/web/blocks/header-link.sass */
.header-link:hover {
  color: var(--link_hover--color);
  text-decoration: none;
}

/* line 13, app/assets/stylesheets/web/blocks/header-link.sass */
.header-link_active, .header-link_active:hover {
  color: #a7a7a7;
  font-weight: 400;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/web/blocks/hint-link.sass */
.hint-link {
  background: #f3fff0;
  border-radius: 5px;
  border: 1px solid #a3b7a0;
  cursor: help;
  padding: 1px 3px;
}

/* line 8, app/assets/stylesheets/web/blocks/hint-link.sass */
.hint-link::before {
  content: "❓";
}
/* line 1, app/assets/stylesheets/web/blocks/hint-paragraph.sass */
.hint-paragraph {
  line-height: 20px;
  margin-top: 4px;
}

/* line 5, app/assets/stylesheets/web/blocks/hint-paragraph.sass */
.hint-paragraph_danger {
  color: #de4a4f;
}
/* line 1, app/assets/stylesheets/web/blocks/history-section.sass */
.history-section {
  background: #fff url(https://www.institute-of-education.com/assets/tour-bg-paper-85e780f5c398695bb9c39bfb40b8f277ef0bec5dbea34bad5ffa262700155cdb.jpg);
  background-size: 208px 208px;
  padding: 48px 0;
}
/* line 3, app/assets/stylesheets/web/blocks/hover-block-link.sass */
a.hover-block-link {
  border-style: solid;
  border-width: 1px;
  color: var(--body--color);
  display: block;
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/web/blocks/hover-block-link.sass */
a.hover-block-link:hover {
  background: #f0f7f9;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/* line 15, app/assets/stylesheets/web/blocks/hover-block-link.sass */
a.hover-block-link:hover .hover-block-link__button {
  background: #3BC476;
  border-color: #3BC476;
  color: #fff;
}
/* line 1, app/assets/stylesheets/web/blocks/hover-button.sass */
.hover-button {
  border: 1px solid transparent;
  position: relative;
  transition: 0.3s all ease;
  z-index: 0;
}

/* line 7, app/assets/stylesheets/web/blocks/hover-button.sass */
.hover-button:before {
  bottom: 0;
  content: '';
  left: 50%;
  opacity: 0;
  position: absolute;
  right: 50%;
  top: 0;
  transition: 0.3s all ease;
  z-index: -1;
}

/* line 18, app/assets/stylesheets/web/blocks/hover-button.sass */
.hover-button:hover {
  color: #535461;
}

/* line 21, app/assets/stylesheets/web/blocks/hover-button.sass */
.hover-button:hover:before {
  left: 0;
  opacity: 1;
  right: 0;
  transition: 0.3s all ease;
}

/* line 28, app/assets/stylesheets/web/blocks/hover-button.sass */
.hover-button_white {
  border-width: 2px;
  border-color: #f7f7f7;
  color: #f7f7f7;
}

/* line 33, app/assets/stylesheets/web/blocks/hover-button.sass */
.hover-button_white:before {
  background: #f7f7f7;
}

/* line 37, app/assets/stylesheets/web/blocks/hover-button.sass */
.hover-button_yellow {
  border-width: 2px;
  border-color: #fbcd3c;
  color: #fbcd3c;
}

/* line 42, app/assets/stylesheets/web/blocks/hover-button.sass */
.hover-button_yellow:before {
  background: #fbcd3c;
}
/* line 1, app/assets/stylesheets/web/blocks/hr.sass */
.hr {
  background: rgba(0, 0, 0, 0.2);
  height: 1px;
  margin-bottom: 12px;
  margin-top: 12px;
}
/* line 2, app/assets/stylesheets/web/blocks/html-block.sass */
.html-block p,
.html-block ol,
.html-block ul {
  margin: 0 0 12px;
}

/* line 7, app/assets/stylesheets/web/blocks/html-block.sass */
.html-block p:last-child,
.html-block ol:last-child,
.html-block ul:last-child {
  margin: 0;
}
/* line 3, app/assets/stylesheets/web/blocks/html-section.sass */
.html-section img,
.cke_wysiwyg_div img {
  height: auto !important;
  max-width: 100%;
}

/* line 7, app/assets/stylesheets/web/blocks/html-section.sass */
.html-section p,
.html-section ol,
.html-section ul,
.cke_wysiwyg_div p,
.cke_wysiwyg_div ol,
.cke_wysiwyg_div ul {
  margin-bottom: 12px;
}

/* line 12, app/assets/stylesheets/web/blocks/html-section.sass */
.html-section ol,
.html-section ul,
.cke_wysiwyg_div ol,
.cke_wysiwyg_div ul {
  padding-left: 20px;
}
/* line 1, app/assets/stylesheets/web/blocks/iconic-block.sass */
.iconic-block {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

/* line 7, app/assets/stylesheets/web/blocks/iconic-block.sass */
.iconic-block .iconic-block__body {
  max-width: 400px;
}

/* line 10, app/assets/stylesheets/web/blocks/iconic-block.sass */
.iconic-block .iconic-block__image {
  max-width: 400px;
}

/* line 13, app/assets/stylesheets/web/blocks/iconic-block.sass */
.iconic-block .iconic-block__image img {
  width: 100%;
}

/* line 17, app/assets/stylesheets/web/blocks/iconic-block.sass */
.iconic-block .iconic-group .iconic-group__title {
  font-size: 28px;
  font-weight: 500;
  line-height: 39px;
  margin-bottom: 18px;
}

/* line 23, app/assets/stylesheets/web/blocks/iconic-block.sass */
.iconic-block .iconic-group .iconic-group__text {
  font-size: 16px;
  line-height: 27px;
}

/* line 27, app/assets/stylesheets/web/blocks/iconic-block.sass */
.iconic-block .iconic-block__body + .iconic-block__image,
.iconic-block .iconic-block__image + .iconic-block__body {
  margin-left: 60px;
}
/* line 1, app/assets/stylesheets/web/blocks/iconic-button.sass */
.iconic-button {
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
}
/* line 1, app/assets/stylesheets/web/blocks/iconic-grid.sass */
.iconic-flex.flex {
  margin: -12px -10px;
  overflow: auto;
  padding: 24px 0;
  position: relative;
}

/* line 7, app/assets/stylesheets/web/blocks/iconic-grid.sass */
.iconic-flex.flex .card {
  margin: 12px 10px;
}
/* line 2, app/assets/stylesheets/web/blocks/iconic-group.sass */
.iconic-group .iconic-group__icon {
  margin-bottom: 18px;
}

/* line 5, app/assets/stylesheets/web/blocks/iconic-group.sass */
.iconic-group .iconic-group__icon .fa {
  background: #6c63ff;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
}

/* line 15, app/assets/stylesheets/web/blocks/iconic-group.sass */
.iconic-group .iconic-group__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 12px;
  padding-right: 60px;
}

/* line 23, app/assets/stylesheets/web/blocks/iconic-group.sass */
.iconic-group .iconic-group__text p,
.iconic-group .iconic-group__text ul {
  margin-bottom: 12px;
}

/* line 27, app/assets/stylesheets/web/blocks/iconic-group.sass */
.iconic-group .iconic-group__text ul {
  padding-left: 15px;
}

/* line 30, app/assets/stylesheets/web/blocks/iconic-group.sass */
.iconic-group .iconic-group__text + .iconic-group__text {
  margin-top: 12px;
}
/* line 1, app/assets/stylesheets/web/blocks/iconic-link.sass */
.iconic-link {
  color: var(--link--color);
  cursor: pointer;
  line-height: 24px;
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/web/blocks/iconic-link.sass */
.iconic-link:hover {
  color: var(--link_hover--color);
  text-decoration: none;
}

/* line 11, app/assets/stylesheets/web/blocks/iconic-link.sass */
.iconic-link .iconic-link__icon {
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
}

/* line 16, app/assets/stylesheets/web/blocks/iconic-link.sass */
.iconic-link .iconic-link__label {
  display: inline-block;
}
/* line 3, app/assets/stylesheets/web/blocks/iconic-section.sass */
.iconic-section {
  padding: 48px 0;
}

/* line 6, app/assets/stylesheets/web/blocks/iconic-section.sass */
.iconic-section .iconic-block {
  padding: 36px 0;
}

@media (min-width: 640px) {
  /* line 6, app/assets/stylesheets/web/blocks/iconic-section.sass */
  .iconic-section .iconic-block {
    padding: 60px 0;
  }
}

/* line 13, app/assets/stylesheets/web/blocks/iconic-section.sass */
.iconic-section_sm {
  padding: 24px 0;
}

/* line 16, app/assets/stylesheets/web/blocks/iconic-section.sass */
.iconic-section_sm .iconic-block {
  padding: 24px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/im-chat-actions.sass */
.im-chat-actions {
  font-size: 12px;
  line-height: 16px;
}

/* line 5, app/assets/stylesheets/web/blocks/im-chat-actions.sass */
.im-chat-actions .link {
  color: #aba7a2;
  display: block;
}
/* line 2, app/assets/stylesheets/web/blocks/im-chat-form.sass */
.im-chat-form .row {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}

/* line 7, app/assets/stylesheets/web/blocks/im-chat-form.sass */
.im-chat-form .fileinput {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 13, app/assets/stylesheets/web/blocks/im-chat-form.sass */
.im-chat-form .input {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 16, app/assets/stylesheets/web/blocks/im-chat-form.sass */
.im-chat-form .input::-moz-placeholder {
  color: #999;
}
.im-chat-form .input::placeholder {
  color: #999;
}

/* line 19, app/assets/stylesheets/web/blocks/im-chat-form.sass */
.im-chat-form .button {
  background: #44403C;
  border-color: #292524;
  color: #E7E5E4;
  flex-shrink: 0;
  padding: 4px 10px;
}

/* line 26, app/assets/stylesheets/web/blocks/im-chat-form.sass */
.im-chat-form .button + .input,
.im-chat-form .input + .button {
  margin-left: 7px;
}
/* line 1, app/assets/stylesheets/web/blocks/im-chat-message.sass */
.im-chat-message {
  display: flex;
  flex-flow: row nowrap;
}

/* line 5, app/assets/stylesheets/web/blocks/im-chat-message.sass */
.im-chat-message .soda-avatar-image {
  position: sticky;
  top: 12px;
}

/* line 9, app/assets/stylesheets/web/blocks/im-chat-message.sass */
.im-chat-message .media__body {
  border-radius: 8px;
  max-width: 850px;
  padding: 3px 10px;
  word-break: break-word;
}

/* line 15, app/assets/stylesheets/web/blocks/im-chat-message.sass */
.im-chat-message .im-chat-message__title {
  font-weight: 500;
}

/* line 18, app/assets/stylesheets/web/blocks/im-chat-message.sass */
.im-chat-message .im-chat-message__blockquote {
  border-left: 1px solid #F5F5F4;
  font-size: 12px;
  line-height: 21px;
  margin: 3px;
  padding: 3px 7px;
}

/* line 25, app/assets/stylesheets/web/blocks/im-chat-message.sass */
.im-chat-message .im-chat-actions {
  margin-left: 10px;
}

/* line 28, app/assets/stylesheets/web/blocks/im-chat-message.sass */
.im-chat-message .im-images-flex.flex {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/web/blocks/im-chat-message.sass */
.im-chat-message_emoji {
  font-size: 42px;
  line-height: 54px;
}
/* line 1, app/assets/stylesheets/web/blocks/im-chat-notification.sass */
.im-chat-notification {
  color: #888;
  text-align: center;
  width: 100%;
  padding: 6px 10px;
}
/* line 3, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.im-chat-window {
  font-size: 14px;
  line-height: 24px;
  padding: 6px 10px;
}

/* line 8, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.im-chat-window .im-chat-window__messages {
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
}

/* line 13, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.im-chat-window .im-chat-notification,
.im-chat-window .im-chat-message {
  margin-bottom: 12px;
}

/* line 17, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.im-chat-window .card_default {
  background: rgba(41, 37, 36, 0.5);
  margin: -6px -10px 24px;
  width: 100%;
  width: calc(100% + 20px);
}

/* line 23, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.im-chat-window .card_default .im-chat-message {
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.im-chat-window .im-chat-message .media__body {
  background: #D6D3D1;
}

/* line 31, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.im-chat-window .im-chat-message .im-chat-message__title a {
  color: #3072c4;
}

/* line 35, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.im-chat-window .im-chat-message_mine .media__body {
  background: #90cdf4;
}

/* line 39, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.im-chat-window .im-chat-message_highlighted .media__body {
  background: #fbd38d;
}

/* line 46, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.dark-body.body .im-chat-window .card_default {
  background: rgba(41, 37, 36, 0.5);
}

/* line 50, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.dark-body.body .im-chat-window .im-chat-message .media__body {
  background: #44403C;
}

/* line 54, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.dark-body.body .im-chat-window .im-chat-message .im-chat-message__title a {
  color: #90cdf4;
}

/* line 58, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.dark-body.body .im-chat-window .im-chat-message_mine .media__body {
  background: #2c5282;
}

/* line 62, app/assets/stylesheets/web/blocks/im-chat-window.sass */
.dark-body.body .im-chat-window .im-chat-message_highlighted .media__body {
  background: #7b341e;
}
/* line 1, app/assets/stylesheets/web/blocks/im-chat-wrapper.sass */
.im-chat-wrapper {
  max-width: 550px;
  width: 100%;
}
/* line 1, app/assets/stylesheets/web/blocks/im-images-grid.sass */
.im-images-flex.flex {
  align-items: center;
  justify-content: flex-start;
  margin: -3px -5px;
}

/* line 6, app/assets/stylesheets/web/blocks/im-images-grid.sass */
.im-images-flex.flex .flex__item {
  margin: 3px 5px;
  max-width: 100px;
  width: 100%;
}

/* line 11, app/assets/stylesheets/web/blocks/im-images-grid.sass */
.im-images-flex.flex .flex__item img {
  display: block;
  max-height: 60px;
  max-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
/* line 2, app/assets/stylesheets/web/blocks/image-link.sass */
.image-link .image-link__body {
  border-radius: 10px;
  display: inline-block;
  padding: 10px;
  position: relative;
}

/* line 8, app/assets/stylesheets/web/blocks/image-link.sass */
.image-link img {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #fff;
  padding: 15px;
}

/* line 15, app/assets/stylesheets/web/blocks/image-link.sass */
.image-link_education img {
  margin-top: 23px;
  width: 140px;
}

/* line 19, app/assets/stylesheets/web/blocks/image-link.sass */
.image-link_education .image-link__body {
  top: -80px;
}

/* line 23, app/assets/stylesheets/web/blocks/image-link.sass */
.image-link_healthcare img {
  width: 152px;
}

/* line 26, app/assets/stylesheets/web/blocks/image-link.sass */
.image-link_healthcare .image-link__body {
  top: -80px;
}
/* line 1, app/assets/stylesheets/web/blocks/images-grid.sass */
.images-flex.flex {
  align-items: center;
  justify-content: flex-start;
  margin: -6px -10px;
}

/* line 6, app/assets/stylesheets/web/blocks/images-grid.sass */
.images-flex.flex .flex__item {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 6px 10px;
}

/* line 11, app/assets/stylesheets/web/blocks/images-grid.sass */
.images-flex.flex .flex__item:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
/* line 1, app/assets/stylesheets/web/blocks/in.sass */
.in {
  display: inline-block;
}

/* line 4, app/assets/stylesheets/web/blocks/in.sass */
.in svg {
  fill: currentColor;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}
/* line 1, app/assets/stylesheets/web/blocks/info-collection.sass */
.info-collection {
  display: flex;
}

/* line 4, app/assets/stylesheets/web/blocks/info-collection.sass */
.info-collection .info-item {
  margin-right: 20px;
}

/* line 7, app/assets/stylesheets/web/blocks/info-collection.sass */
.info-collection .info-item:last-child {
  margin-right: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/info-group.sass */
.info-group {
  background: #fff;
  border: 1px solid #E7E5E4;
  border-left-width: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 3px 0 3px 10px;
}
/* line 2, app/assets/stylesheets/web/blocks/info-item.sass */
.info-item .info-item__strong {
  color: #cf7700;
  display: inline;
  font-size: 16px;
  font-weight: bold;
}
/* line 2, app/assets/stylesheets/web/blocks/inline-group.sass */
.inline-group .hint-link {
  float: right;
}

/* line 5, app/assets/stylesheets/web/blocks/inline-group.sass */
.inline-group .form-control {
  width: calc(100% - 40px);
}
/* line 1, app/assets/stylesheets/web/blocks/invitation-image.sass */
.invitation-image {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  height: 400px;
  width: 300px;
}
/* line 1, app/assets/stylesheets/web/blocks/ios-button.sass */
.ios-button {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  font-weight: 400;
  height: 48px;
  min-width: 48px;
  padding: 0 10px;
  text-align: center;
}

/* line 11, app/assets/stylesheets/web/blocks/ios-button.sass */
.ios-button .ios-button__icon {
  font-size: 22px;
  height: 26px;
  line-height: 26px;
}

/* line 16, app/assets/stylesheets/web/blocks/ios-button.sass */
.ios-button .ios-button__icon .flag-icon {
  font-size: 18px;
}

/* line 19, app/assets/stylesheets/web/blocks/ios-button.sass */
.ios-button .ios-button__label {
  font-size: 10px;
  height: 16px;
  line-height: 16px;
}

/* line 24, app/assets/stylesheets/web/blocks/ios-button.sass */
.ios-button:hover {
  background: rgba(0, 0, 0, 0.1);
}
/* line 1, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel {
  background: #f3f7fa;
  border-radius: 1rem;
  border: 1px solid #b5c6ca;
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
}

/* line 9, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel .item-panel__cover-sector {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}

/* line 18, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel .item-panel__cover-sector .item-panel__title {
  font-size: 16px;
  font-weight: 500;
  height: 81px;
  line-height: 27px;
  margin: 12px 10px 18px;
  overflow: hidden;
  text-align: left;
}

/* line 27, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel .item-panel__overlap_sector {
  display: flex;
  justify-content: space-between;
  margin-top: -18px;
  padding: 3px 10px;
}

/* line 33, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel .item-panel__badge {
  border-radius: 12px;
  display: inline-block;
  font-size: 12px;
  padding: 2px 10px;
  white-space: nowrap;
}

/* line 40, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel .item-panel__badge_grey {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: #999;
}

/* line 45, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel .item-panel__badge_red {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: #ed6155;
}

/* line 50, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel .dl-group_horizontal {
  margin-bottom: 12px;
}

/* line 53, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel .dl-group_vertical {
  padding-bottom: 12px;
  padding-top: 12px;
}

/* line 57, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel .panel-body {
  flex: 1 0 auto;
  padding: 12px 10px 0;
}

/* line 61, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel a.panel-body {
  display: block;
}

/* line 64, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel a.panel-body:hover {
  text-decoration: none;
}

/* line 67, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel .panel-footer {
  background: transparent;
  border: 0;
  flex-shrink: 0;
  padding: 6px 5px;
}

/* line 73, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel:hover {
  border-color: #cfcfcf;
}

/* line 76, app/assets/stylesheets/web/blocks/item-panel.sass */
.item-panel:hover .item-panel__cover-sector {
  border-color: #cfcfcf;
}

/* line 79, app/assets/stylesheets/web/blocks/item-panel.sass */
a.item-panel {
  color: #3b67c4;
  cursor: pointer;
  display: flex;
  text-decoration: none;
}

/* line 85, app/assets/stylesheets/web/blocks/item-panel.sass */
a.item-panel:hover {
  color: #3b67c4;
  text-decoration: none;
}
/* line 3, app/assets/stylesheets/web/blocks/jumbo-section.sass */
.jumbo-section {
  padding: 24px 0;
}

@media (min-width: 1200px) {
  /* line 3, app/assets/stylesheets/web/blocks/jumbo-section.sass */
  .jumbo-section {
    padding: 96px 0;
  }
}
/* line 1, app/assets/stylesheets/web/blocks/label.sass */
.label {
  display: block;
  min-height: 24px;
}

/* line 5, app/assets/stylesheets/web/blocks/label.sass */
.label .hint-link {
  display: inline;
  margin-left: 3px;
}

/* line 9, app/assets/stylesheets/web/blocks/label.sass */
.label.link {
  display: inline;
}

/* line 12, app/assets/stylesheets/web/blocks/label.sass */
.label_prefix {
  color: var(--color--grey);
  font-size: 11px;
  line-height: 21px;
}
/* line 1, app/assets/stylesheets/web/blocks/ladda-button.sass */
.ladda-button {
  overflow: hidden;
  position: relative;
}

/* line 5, app/assets/stylesheets/web/blocks/ladda-button.sass */
.ladda-button .ladda-spinner {
  display: inline-block;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: scale(0.2);
  transition: margin-left 0.25s, opacity 0.25s, transform 0.25s;
  width: 32px;
  z-index: 2;
}

/* line 20, app/assets/stylesheets/web/blocks/ladda-button.sass */
.ladda-button .ladda-label {
  display: inline-block;
  position: relative;
  transition: opacity 0.25s, transform 0.25s;
  z-index: 3;
}

/* line 26, app/assets/stylesheets/web/blocks/ladda-button.sass */
.ladda-button .ladda-progress {
  display: none;
}

/* line 30, app/assets/stylesheets/web/blocks/ladda-button.sass */
.ladda-button[data-loading] .ladda-spinner {
  margin-left: 0;
  opacity: 1;
  transform: none;
}

/* line 35, app/assets/stylesheets/web/blocks/ladda-button.sass */
.ladda-button[data-loading] .ladda-label {
  opacity: 0;
  transform: scale(2.2);
}
/* line 1, app/assets/stylesheets/web/blocks/language-dropdown.sass */
.language-dropdown {
  display: flex;
  align-items: center;
}

/* line 5, app/assets/stylesheets/web/blocks/language-dropdown.sass */
.language-dropdown .language-dropdown__item {
  margin-right: 5px;
}

/* line 8, app/assets/stylesheets/web/blocks/language-dropdown.sass */
.language-dropdown .language-dropdown__item:last-child {
  margin-right: 0;
}

/* line 12, app/assets/stylesheets/web/blocks/language-dropdown.sass */
.language-dropdown .language-dropdown__item_active .flag-icon {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 15px rgba(0, 0, 0, 0.5) inset;
}
/* line 1, app/assets/stylesheets/web/blocks/language-group.sass */
.language-group {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

/* line 7, app/assets/stylesheets/web/blocks/language-group.sass */
.language-group .language-group__item {
  margin-right: 5px;
}

/* line 10, app/assets/stylesheets/web/blocks/language-group.sass */
.language-group .language-group__item:last-child {
  margin-right: 0;
}

/* line 14, app/assets/stylesheets/web/blocks/language-group.sass */
.language-group .language-group__item_active .flag-icon {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 15px rgba(0, 0, 0, 0.5) inset;
}
/* line 1, app/assets/stylesheets/web/blocks/ldpr-letters-section.sass */
.ldpr-letters-section {
  background: #041134;
  padding: 0 0 12px;
}

/* line 5, app/assets/stylesheets/web/blocks/ldpr-letters-section.sass */
.ldpr-letters-section .ldpr-letters-section__row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 11, app/assets/stylesheets/web/blocks/ldpr-letters-section.sass */
.ldpr-letters-section .thumbnail {
  position: relative;
  transform: rotateZ(5deg);
}

/* line 15, app/assets/stylesheets/web/blocks/ldpr-letters-section.sass */
.ldpr-letters-section .ldpr-letters-section__photo {
  margin-left: -20%;
  max-width: 710px;
  min-width: 50%;
  position: relative;
}

/* line 21, app/assets/stylesheets/web/blocks/ldpr-letters-section.sass */
.ldpr-letters-section .ldpr-letters-section__photo img {
  display: block;
  width: 100%;
}

/* line 25, app/assets/stylesheets/web/blocks/ldpr-letters-section.sass */
.ldpr-letters-section .ldpr-letters-section__photo::before {
  background: #6e6d95 linear-gradient(90deg, #050719 0%, #6e6d95 40%, #6e6d95 60%, #050719 100%);
  bottom: -2px;
  content: '';
  height: 2px;
  left: 16%;
  position: absolute;
  right: 1%;
}
/* line 1, app/assets/stylesheets/web/blocks/letters-grid.sass */
.letters-flex.flex {
  align-items: center;
  justify-content: space-between;
  margin: -6px -5px;
}

/* line 6, app/assets/stylesheets/web/blocks/letters-grid.sass */
.letters-flex.flex .flex__item {
  margin: 6px 5px;
}
/* line 1, app/assets/stylesheets/web/blocks/license-grid.sass */
.license-flex.flex {
  align-items: center;
  justify-content: space-between;
  margin: -3px -5px;
}

/* line 6, app/assets/stylesheets/web/blocks/license-grid.sass */
.license-flex.flex .flex__item {
  margin: 3px 5px;
}
/* line 1, app/assets/stylesheets/web/blocks/link.sass */
.link {
  color: var(--link--color);
  cursor: pointer;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/web/blocks/link.sass */
.link:hover {
  color: var(--link_hover--color);
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/web/blocks/link.sass */
.link:active {
  color: var(--link_active--color);
}

/* line 13, app/assets/stylesheets/web/blocks/link.sass */
.link_bright {
  --link--color: #90cdf4;
  --link_hover--color: #4787cc;
  --link_active--color: #fe5a56;
}

/* line 18, app/assets/stylesheets/web/blocks/link.sass */
.link_white {
  --link--color: #fff;
  --link_hover--color: #f3f3f3;
  --link_active--color: #E7E5E4;
}

/* line 25, app/assets/stylesheets/web/blocks/link.sass */
.link_active, .link_active:hover,
.link.active,
.link.active:hover {
  color: var(--link_active--color);
}

/* line 29, app/assets/stylesheets/web/blocks/link.sass */
.link_faded {
  color: #999;
}

/* line 32, app/assets/stylesheets/web/blocks/link.sass */
.link_faded:hover {
  color: #777;
}

/* line 35, app/assets/stylesheets/web/blocks/link.sass */
.link_block {
  display: block;
}

/* line 38, app/assets/stylesheets/web/blocks/link.sass */
.link.underline {
  text-decoration: underline;
}

/* line 41, app/assets/stylesheets/web/blocks/link.sass */
.link.underline:hover {
  text-decoration: underline;
}
/* line 14, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/clearfix.scss */
.list-group-item:before, .list-group-item:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/clearfix.scss */
.list-group-item:after {
  clear: both;
}

/* line 6, app/assets/stylesheets/web/blocks/list-group-item.sass */
.list-group-item .list-group-item__aside {
  float: right;
  font-size: 12px;
  margin-left: 5px;
}

/* line 11, app/assets/stylesheets/web/blocks/list-group-item.sass */
.list-group-item > .badge {
  background: #f3f3f3;
  border-radius: 5px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 10px;
  font-weight: 400;
  padding: 3px 4px;
}

/* line 20, app/assets/stylesheets/web/blocks/list-group-item.sass */
.list-group-item > .badge_red {
  background: #de4a4f;
  border-color: #B53439;
  color: #fff;
}

/* line 26, app/assets/stylesheets/web/blocks/list-group-item.sass */
.list-group-item.active > .badge {
  background: #f3f3f3;
  border-color: #ccc;
  color: #333;
}

/* line 31, app/assets/stylesheets/web/blocks/list-group-item.sass */
.list-group-item.active > .badge_red {
  background: #de4a4f;
  border-color: #B53439;
  color: #fff;
}

/* line 36, app/assets/stylesheets/web/blocks/list-group-item.sass */
a.list-group-item {
  text-decoration: none;
}
/* line 2, app/assets/stylesheets/web/blocks/list-group.sass */
.list-group_compact .list-group-item {
  padding: 6px 10px;
}
/* line 1, app/assets/stylesheets/web/blocks/list.sass */
.list {
  padding-left: 20px;
}
/* line 1, app/assets/stylesheets/web/blocks/locale-badge.sass */
.locale-badge {
  background: #E7E5E4;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  padding: 0px 3px;
  text-align: center;
  width: 22px;
}

/* line 10, app/assets/stylesheets/web/blocks/locale-badge.sass */
.locale-badge_active {
  background: #c1ceff;
}
/* line 1, app/assets/stylesheets/web/blocks/logo-image.sass */
.logo-image {
  color: #0F0FF7;
  font-size: 16px;
  height: 50px;
  width: 242px;
}
/* line 4, app/assets/stylesheets/web/blocks/lottie-row.sass */
.lottie-row.row .lottie-row__body {
  flex-grow: 1;
  min-width: 300px;
  order: 1;
  padding-bottom: 24px;
}

/* line 10, app/assets/stylesheets/web/blocks/lottie-row.sass */
.lottie-row.row .lottie-row__body p {
  margin-bottom: 12px;
}

/* line 13, app/assets/stylesheets/web/blocks/lottie-row.sass */
.lottie-row.row .lottie-row__scene {
  flex-grow: 1;
  flex-shrink: 0;
  max-height: 500px;
  max-width: 500px;
  min-height: 300px;
  min-width: 300px;
  order: 2;
}

/* line 22, app/assets/stylesheets/web/blocks/lottie-row.sass */
.lottie-row.row .lottie-row__scene .lottie-scene {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 3, app/assets/stylesheets/web/blocks/lottie-row.sass */
  .lottie-row.row {
    display: block;
  }
}
/* line 3, app/assets/stylesheets/web/blocks/lottie-scene.sass */
.lottie-gift {
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/web/blocks/lottie-scene.sass */
.lottie-gift .lottie-scene {
  margin: -30px auto -20px;
}
/* line 1, app/assets/stylesheets/web/blocks/main-menu-item.sass */
.main-menu-item {
  font-size: 13px;
  line-height: 18px;
  padding: 2px;
}

/* line 6, app/assets/stylesheets/web/blocks/main-menu-item.sass */
a.main-menu-item {
  display: block;
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/web/blocks/main-menu-item.sass */
a.main-menu-item:hover {
  background: #efefef;
}

/* line 13, app/assets/stylesheets/web/blocks/main-menu-item.sass */
a.main-menu-item_disabled {
  color: #a0afcf;
}
/* line 4, app/assets/stylesheets/web/blocks/manifest-section.sass */
.manifest-section {
  background: url(https://www.institute-of-education.com/assets/photo-evgeny-7182f0b5d76a0265b9831b69b64a7810dacaaecc6f0fff4743bbb2d01faf0422.jpg) #262626 100% 50% no-repeat;
  background-size: contain;
  padding: 48px 0;
}

/* line 9, app/assets/stylesheets/web/blocks/manifest-section.sass */
.manifest-section .manifest-section__row {
  display: flex;
  justify-content: space-between;
}

/* line 13, app/assets/stylesheets/web/blocks/manifest-section.sass */
.manifest-section .manifest-section__image {
  width: 300px;
}

/* line 16, app/assets/stylesheets/web/blocks/manifest-section.sass */
.manifest-section .manifest-section__image img {
  width: 100%;
}

/* line 19, app/assets/stylesheets/web/blocks/manifest-section.sass */
.manifest-section .manifest-section__body {
  margin-right: 550px;
}

@media (min-width: 1440px) {
  /* line 19, app/assets/stylesheets/web/blocks/manifest-section.sass */
  .manifest-section .manifest-section__body {
    margin-right: 300px;
  }
}

/* line 26, app/assets/stylesheets/web/blocks/manifest-section.sass */
.manifest-section .manifest-section__text {
  background: rgba(38, 38, 38, 0.8);
  border-radius: 3px;
  max-height: 500px;
  overflow: auto;
  padding: 24px 20px;
}

@media (min-width: 1440px) {
  /* line 26, app/assets/stylesheets/web/blocks/manifest-section.sass */
  .manifest-section .manifest-section__text {
    max-height: none;
  }
}

/* line 36, app/assets/stylesheets/web/blocks/manifest-section.sass */
.manifest-section .manifest-section__text p {
  margin-bottom: 6px;
}

/* line 39, app/assets/stylesheets/web/blocks/manifest-section.sass */
.manifest-section .manifest-section__text p:last-child {
  margin-bottom: 0;
}

/* line 42, app/assets/stylesheets/web/blocks/manifest-section.sass */
.manifest-section .manifest-section__author {
  background: rgba(38, 38, 38, 0.8);
  border-radius: 3px;
  font-weight: 500;
  margin-top: 12px;
  min-width: 700px;
  padding: 12px 20px;
}

/* line 50, app/assets/stylesheets/web/blocks/manifest-section.sass */
.manifest-section .manifest-section__author p {
  margin-bottom: 3px;
}

/* line 53, app/assets/stylesheets/web/blocks/manifest-section.sass */
.manifest-section .manifest-section__author p:last-child {
  margin-bottom: 0;
}

/* line 56, app/assets/stylesheets/web/blocks/manifest-section.sass */
.manifest-section .manifest-section__author .font-bold {
  color: #fbcd3c;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 6px;
}
/* line 2, app/assets/stylesheets/web/blocks/marker.sass */
.marker::before {
  background: #292524;
  border-radius: 50%;
  box-shadow: 0px 1px 1px #5f5f5f, 0px -1px 1px #1C1917;
  color: #999;
  content: '!';
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 24px;
  left: -36px;
  line-height: 24px;
  margin-right: -24px;
  position: relative;
  text-align: center;
  width: 24px;
}
/* line 1, app/assets/stylesheets/web/blocks/masun-body.sass */
.masun-body.body {
  background: #d4d9db linear-gradient(210deg, #d4d9db, #e4e8ea);
}

/* line 4, app/assets/stylesheets/web/blocks/masun-body.sass */
.masun-body.body .page-header-block {
  background: #fff;
}
/* line 1, app/assets/stylesheets/web/blocks/masun-grid.sass */
.masun-flex.flex {
  align-items: flex-start;
  margin: -10px;
}

/* line 5, app/assets/stylesheets/web/blocks/masun-grid.sass */
.masun-flex.flex .masun-item {
  padding: 10px;
}

/* line 8, app/assets/stylesheets/web/blocks/masun-grid.sass */
.masun-flex.flex .masun-item .card {
  margin: 0;
}

/* line 12, app/assets/stylesheets/web/blocks/masun-grid.sass */
.masun-flex.flex .masun-item:hover .masun-handle {
  display: block;
}
/* line 1, app/assets/stylesheets/web/blocks/masun-handle.sass */
.masun-handle {
  background: rgba(247, 247, 255, 0.5);
  border-radius: 3px;
  color: #777;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}

/* line 11, app/assets/stylesheets/web/blocks/masun-handle.sass */
.masun-handle:hover {
  background: rgba(247, 247, 255, 0.7);
  color: #222;
}
/* line 1, app/assets/stylesheets/web/blocks/masun-item.sass */
.masun-item {
  position: relative;
}

/* line 4, app/assets/stylesheets/web/blocks/masun-item.sass */
.masun-item .masun-handle {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/* line 11, app/assets/stylesheets/web/blocks/masun-item.sass */
.masun-item.is-dragging,
.masun-item.is-positioning-post-drag {
  z-index: 2;
}

/* line 15, app/assets/stylesheets/web/blocks/masun-item.sass */
.packery-drop-placeholder {
  outline: 3px dashed #444;
  outline-offset: -16px;
  transition: transform 0.2s;
}
/* line 1, app/assets/stylesheets/web/blocks/masun-section.sass */
.masun-section {
  padding: 24px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/media.sass */
.media {
  align-items: center;
  display: flex;
}

/* line 5, app/assets/stylesheets/web/blocks/media.sass */
.media .media__aside {
  flex-shrink: 0;
}

/* line 8, app/assets/stylesheets/web/blocks/media.sass */
.media .media__aside img {
  display: block;
}

/* line 11, app/assets/stylesheets/web/blocks/media.sass */
.media .media__body + .media__aside,
.media .media__aside + .media__body {
  margin-left: 10px;
}

/* line 15, app/assets/stylesheets/web/blocks/media.sass */
.media_sticky {
  align-items: stretch;
}

/* line 18, app/assets/stylesheets/web/blocks/media.sass */
.media_sticky .media__body {
  width: 100%;
}
/* line 1, app/assets/stylesheets/web/blocks/medical-carousel.sass */
.medical-carousel {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 -10px;
  overflow: auto;
  padding: 24px 0;
  position: relative;
}

/* line 9, app/assets/stylesheets/web/blocks/medical-carousel.sass */
.medical-carousel .card {
  margin: 0 10px;
}

/* line 12, app/assets/stylesheets/web/blocks/medical-carousel.sass */
.medical-carousel.flickity-enabled {
  overflow: visible;
}
/* line 3, app/assets/stylesheets/web/blocks/medical-section.sass */
.medical-section {
  background: url(https://www.institute-of-education.com/assets/medical-bg-e47b6a49cf9b1746ff04c09f8c81154e543419710717904fb39e8a6ea4296619.jpg) #eff1f0 100% 50% no-repeat;
  background-size: contain;
  padding: 60px 0 48px;
}

/* line 7, app/assets/stylesheets/web/blocks/medical-section.sass */
.medical-section .a-42px-title {
  margin-bottom: 12px;
}

/* line 10, app/assets/stylesheets/web/blocks/medical-section.sass */
.medical-section .medical-section__text {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 48px;
}
/* line 1, app/assets/stylesheets/web/blocks/medvedev-cite.sass */
.medvedev-cite {
  font-size: 16px;
  line-height: 27px;
}

/* line 5, app/assets/stylesheets/web/blocks/medvedev-cite.sass */
.medvedev-cite .medvedev-cite__text {
  font-weight: 400;
}

/* line 8, app/assets/stylesheets/web/blocks/medvedev-cite.sass */
.medvedev-cite .medvedev-cite__job-title {
  font-weight: 500;
  margin-right: 30px;
  margin-top: 24px;
  text-align: right;
}

/* line 14, app/assets/stylesheets/web/blocks/medvedev-cite.sass */
.medvedev-cite .medvedev-cite__name {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  margin-right: 30px;
  margin-top: 6px;
  text-align: right;
}
/* line 2, app/assets/stylesheets/web/blocks/medvedev-image.sass */
.medvedev-image img {
  width: 100%;
  display: block;
}
/* line 1, app/assets/stylesheets/web/blocks/medvedev-letters-section.sass */
.medvedev-letters-section {
  background: #041134;
  padding: 0 0 12px;
}

/* line 5, app/assets/stylesheets/web/blocks/medvedev-letters-section.sass */
.medvedev-letters-section .medvedev-letters-section__row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 11, app/assets/stylesheets/web/blocks/medvedev-letters-section.sass */
.medvedev-letters-section .medvedev-letters-group {
  display: flex;
  left: 15px;
  position: relative;
  top: -20px;
}

/* line 17, app/assets/stylesheets/web/blocks/medvedev-letters-section.sass */
.medvedev-letters-section .medvedev-letters-group .thumbnail {
  position: relative;
  transform: rotateZ(5deg);
}

/* line 21, app/assets/stylesheets/web/blocks/medvedev-letters-section.sass */
.medvedev-letters-section .medvedev-letters-group .medvedev-letters-group__cover {
  margin-right: -30px;
  top: -30px;
  transform: rotate(-10deg);
}
/* line 1, app/assets/stylesheets/web/blocks/medvedev-section.sass */
.medvedev-section {
  background: #090d2a linear-gradient(0, #041134 35%, #050719 90%);
}

/* line 4, app/assets/stylesheets/web/blocks/medvedev-section.sass */
.medvedev-section .medvedev-section__photo::before {
  background: #6e6d95 linear-gradient(90deg, #050719 0%, #6e6d95 40%, #6e6d95 60%, #050719 100%);
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/menu-item.sass */
.menu-item {
  border: 1px solid transparent;
  font-size: 13px;
  padding: 3px 10px;
}

/* line 6, app/assets/stylesheets/web/blocks/menu-item.sass */
.menu-item .menu-item__aside {
  float: right;
  font-size: 12px;
  margin-left: 5px;
}

/* line 11, app/assets/stylesheets/web/blocks/menu-item.sass */
a.menu-item {
  color: var(--menu-item--color);
  display: block;
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/web/blocks/menu-item.sass */
a.menu-item:hover {
  background: var(--menu-item_hover--background);
  color: var(--menu-item_hover--color);
}

/* line 20, app/assets/stylesheets/web/blocks/menu-item.sass */
.menu-item_active,
a.menu-item_active {
  background: var(--menu-item_active--background);
  color: var(--menu-item_active--color);
}
/* line 2, app/assets/stylesheets/web/blocks/menu-list.sass */
.menu-list .menu-list__sublist {
  padding-left: 5px;
}

/* line 5, app/assets/stylesheets/web/blocks/menu-list.sass */
.menu-list .hr {
  margin: 9px 0;
}

/* line 8, app/assets/stylesheets/web/blocks/menu-list.sass */
.menu-list .hr + .hr,
.menu-list .hr + .menu-list__sublist:empty + .hr,
.menu-list .hr:first-child,
.menu-list .hr:last-child {
  display: none;
}

/* line 15, app/assets/stylesheets/web/blocks/menu-list.sass */
.menu-list_links .menu-item {
  background: none;
  border: none;
  color: var(--link--color);
  font-size: 14px;
  padding: 0;
}

/* line 22, app/assets/stylesheets/web/blocks/menu-list.sass */
.menu-list_links .menu-item:hover {
  background: none;
  color: var(--link_hover--color);
}
/* line 2, app/assets/stylesheets/web/blocks/menu-media.sass */
.menu-media.media .media__body + .media__aside,
.menu-media.media .media__aside + .media__body {
  margin-left: 20px;
}

/* line 7, app/assets/stylesheets/web/blocks/menu-media.sass */
.menu-media.media_sticky .custom-menu {
  position: sticky;
  top: 24px;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideLeft {
  from {
    transform: translateX(15%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes mmslideRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(15%);
  }
}

/* line 25, app/assets/stylesheets/web/blocks/micromodal-offscreen-right.sass */
.micromodal-offscreen-right {
  display: none;
}

/* line 28, app/assets/stylesheets/web/blocks/micromodal-offscreen-right.sass */
.micromodal-offscreen-right .micromodal__overlay,
.micromodal-offscreen-right .micromodal__dialog {
  will-change: transform;
}

/* line 32, app/assets/stylesheets/web/blocks/micromodal-offscreen-right.sass */
.micromodal-offscreen-right.is-open {
  display: block;
}

/* line 36, app/assets/stylesheets/web/blocks/micromodal-offscreen-right.sass */
.micromodal-offscreen-right[aria-hidden='false'] .micromodal__overlay {
  animation: mmfadeIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* line 39, app/assets/stylesheets/web/blocks/micromodal-offscreen-right.sass */
.micromodal-offscreen-right[aria-hidden='false'] .micromodal__dialog {
  animation: mmslideLeft 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* line 43, app/assets/stylesheets/web/blocks/micromodal-offscreen-right.sass */
.micromodal-offscreen-right[aria-hidden='true'] .micromodal__overlay {
  animation: mmfadeOut 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* line 46, app/assets/stylesheets/web/blocks/micromodal-offscreen-right.sass */
.micromodal-offscreen-right[aria-hidden='true'] .micromodal__dialog {
  animation: mmslideRight 0.2s cubic-bezier(0, 0, 0.2, 1);
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

/* line 25, app/assets/stylesheets/web/blocks/micromodal-slide.sass */
.micromodal-slide {
  display: none;
}

/* line 28, app/assets/stylesheets/web/blocks/micromodal-slide.sass */
.micromodal-slide .micromodal__overlay,
.micromodal-slide .micromodal__dialog {
  will-change: transform;
}

/* line 32, app/assets/stylesheets/web/blocks/micromodal-slide.sass */
.micromodal-slide.is-open {
  display: block;
}

/* line 36, app/assets/stylesheets/web/blocks/micromodal-slide.sass */
.micromodal-slide[aria-hidden='false'] .micromodal__overlay {
  animation: mmfadeIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* line 39, app/assets/stylesheets/web/blocks/micromodal-slide.sass */
.micromodal-slide[aria-hidden='false'] .micromodal__dialog {
  animation: mmslideIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* line 43, app/assets/stylesheets/web/blocks/micromodal-slide.sass */
.micromodal-slide[aria-hidden='true'] .micromodal__overlay {
  animation: mmfadeOut 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* line 46, app/assets/stylesheets/web/blocks/micromodal-slide.sass */
.micromodal-slide[aria-hidden='true'] .micromodal__dialog {
  animation: mmslideOut 0.2s cubic-bezier(0, 0, 0.2, 1);
}
/* line 2, app/assets/stylesheets/web/blocks/micromodal.sass */
.micromodal .micromodal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 21;
}

/* line 14, app/assets/stylesheets/web/blocks/micromodal.sass */
.micromodal .micromodal__dialog {
  background-color: var(--micromodal__dialog--background);
  border-radius: 4px;
  box-sizing: border-box;
  max-height: 100vh;
  overflow-y: auto;
}

/* line 21, app/assets/stylesheets/web/blocks/micromodal.sass */
.micromodal .micromodal__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 26, app/assets/stylesheets/web/blocks/micromodal.sass */
.micromodal .micromodal__title {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 34, app/assets/stylesheets/web/blocks/micromodal.sass */
.micromodal .micromodal__close {
  background: transparent;
  border: 0;
  font-size: 27px;
  line-height: 27px;
  padding: 10px;
  z-index: 1;
}

/* line 42, app/assets/stylesheets/web/blocks/micromodal.sass */
.micromodal .micromodal__close::before {
  content: "\2715";
}
/* line 1, app/assets/stylesheets/web/blocks/mid-rf-logo.sass */
.mid-rf-logo {
  bottom: 6px;
  left: 50%;
  margin-left: -90px;
  pointer-events: none;
  position: absolute;
  width: 180px !important;
}
/* line 1, app/assets/stylesheets/web/blocks/minobrnauki-image.sass */
.minobrnauki-image {
  color: #999;
  font-size: 16px;
  height: 100px;
  width: 458px;
}

/* line 7, app/assets/stylesheets/web/blocks/minobrnauki-image.sass */
.minobrnauki-image_small {
  height: 66px;
  width: 300px;
}
/* line 1, app/assets/stylesheets/web/blocks/minzdrav-group.sass */
.minzdrav-group {
  margin: -3px 0;
}

/* line 4, app/assets/stylesheets/web/blocks/minzdrav-group.sass */
.minzdrav-group .minzdrav-group__title {
  font-size: 12px;
  line-height: 18px;
  margin: 3px 0;
  max-width: 210px;
}

/* line 10, app/assets/stylesheets/web/blocks/minzdrav-group.sass */
.minzdrav-group .minzdrav-group__image {
  margin: 3px auto;
}
/* line 1, app/assets/stylesheets/web/blocks/minzdrav-h-group.sass */
.minzdrav-h-group {
  align-items: flex-end;
  display: flex;
  margin: 0 5px;
}

/* line 6, app/assets/stylesheets/web/blocks/minzdrav-h-group.sass */
.minzdrav-h-group .minzdrav-h-group__title {
  font-size: 12px;
  line-height: 18px;
  margin: 0 5px;
  max-width: 210px;
}

/* line 12, app/assets/stylesheets/web/blocks/minzdrav-h-group.sass */
.minzdrav-h-group .minzdrav-h-group__image {
  margin: 0 5px;
}

/* line 15, app/assets/stylesheets/web/blocks/minzdrav-h-group.sass */
.minzdrav-h-group .minzdrav-h-group__image_bg {
  background-color: #E7E5E4;
  border-radius: 3px;
  padding: 3px 5px;
}
/* line 1, app/assets/stylesheets/web/blocks/minzdrav-image.sass */
.minzdrav-image {
  color: #999;
  font-size: 16px;
  height: 85px;
  width: 295px;
}
/* line 3, app/assets/stylesheets/web/blocks/minzdrav-logo.sass */
.minzdrav-logo {
  background: url(https://www.institute-of-education.com/assets/logo-minzdrav-9a996894edc795f17a3408dcbf30a3d903e55149196721ef1428bb5336e93e3b.png) 50% 50% no-repeat;
  background-size: cover;
  height: 54.7945205479px;
  width: 190.1369863014px;
}
/* line 3, app/assets/stylesheets/web/blocks/mobile-body.sass */
.mobile-body.body {
  min-width: 320px;
}

/* line 6, app/assets/stylesheets/web/blocks/mobile-body.sass */
.mobile-body.body .soda-main {
  min-height: calc(100vh - 48px - 1px);
}

/* line 9, app/assets/stylesheets/web/blocks/mobile-body.sass */
.mobile-body.body .bottom-section {
  bottom: 0;
}

/* line 12, app/assets/stylesheets/web/blocks/mobile-body.sass */
.mobile-body.body .page-header-block {
  padding-top: 0;
}

@media (max-width: 639px) {
  /* line 16, app/assets/stylesheets/web/blocks/mobile-body.sass */
  .mobile-body.body .welcome-slider-section .slider-wrapper {
    display: none;
  }
}

/* line 20, app/assets/stylesheets/web/blocks/mobile-body.sass */
.mobile-body_desktop.body {
  min-width: 1024px;
}
/* line 1, app/assets/stylesheets/web/blocks/modal-section.sass */
.modal-section {
  padding: 48px 0;
}

/* line 4, app/assets/stylesheets/web/blocks/modal-section.sass */
.modal-section .modal {
  display: block;
  margin-top: 0;
  max-height: none;
  opacity: 1;
  position: static;
}

/* line 11, app/assets/stylesheets/web/blocks/modal-section.sass */
.modal-section .modal.panel {
  padding-right: 0 !important;
}

/* line 14, app/assets/stylesheets/web/blocks/modal-section.sass */
.modal-section .remodal-static {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
/* line 1, app/assets/stylesheets/web/blocks/modules-item.sass */
.modules-item {
  background: #fff;
  display: flex;
  flex-flow: row nowrap;
  padding: 18px 0;
}

/* line 7, app/assets/stylesheets/web/blocks/modules-item.sass */
.modules-item .modules-item__number {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

/* line 14, app/assets/stylesheets/web/blocks/modules-item.sass */
.modules-item .modules-item__number .fa-eye {
  color: #A8A29E;
  display: block;
  font-size: 28px;
  line-height: 24px;
  margin-top: 8px;
}

/* line 21, app/assets/stylesheets/web/blocks/modules-item.sass */
.modules-item .modules-item__body {
  flex-grow: 1;
  padding-right: 10px;
  position: relative;
}

/* line 26, app/assets/stylesheets/web/blocks/modules-item.sass */
.modules-item .modules-item__title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 9px;
}

/* line 31, app/assets/stylesheets/web/blocks/modules-item.sass */
.modules-item .modules-item__text {
  color: #777;
  font-size: 13px;
}
/* line 1, app/assets/stylesheets/web/blocks/modules-list.sass */
.modules-list {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #3072c4;
}

/* line 6, app/assets/stylesheets/web/blocks/modules-list.sass */
.modules-list .modules-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 9, app/assets/stylesheets/web/blocks/modules-list.sass */
.modules-list .modules-item:last-child {
  border-bottom: none;
}

/* line 12, app/assets/stylesheets/web/blocks/modules-list.sass */
.modules-list:empty {
  display: none;
}
/* line 1, app/assets/stylesheets/web/blocks/nav-item.sass */
.nav-item {
  border-radius: 1px;
  color: var(--nav-item--color);
  display: block;
  line-height: 24px;
  padding: 6px 8px;
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/web/blocks/nav-item.sass */
a.nav-item:hover {
  background: var(--nav-item_hover--background);
  color: var(--nav-item_hover--color);
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/web/blocks/nav-item.sass */
.nav-item.fz-2 {
  font-size: 20px;
}

/* line 22, app/assets/stylesheets/web/blocks/nav-item.sass */
.nav-item_active {
  border-bottom: 4px solid #c9302c;
  padding-bottom: 2px;
}

/* line 28, app/assets/stylesheets/web/blocks/nav-item.sass */
.nav-item.button_blue {
  border-radius: 3px;
  color: #fff;
  margin: 7px 5px;
  padding: 0px 8px;
}

/* line 34, app/assets/stylesheets/web/blocks/nav-item.sass */
.nav-item.button_blue:hover {
  color: #fff;
  background: #2f529d;
}

/* line 39, app/assets/stylesheets/web/blocks/nav-item.sass */
.nav-item_active.button_blue, .nav-item_active.button_blue:hover {
  background: var(--nav-item_active--background);
  border-color: var(--nav-item_active--background);
  color: var(--nav-item--color);
}

/* line 46, app/assets/stylesheets/web/blocks/nav-item.sass */
.nav-item.button_red {
  border-radius: 3px;
  color: #fff;
  margin: 7px 5px;
  padding: 0px 8px;
}

/* line 52, app/assets/stylesheets/web/blocks/nav-item.sass */
.nav-item.button_red:hover {
  color: #fff;
  background: #E62B23;
}

/* line 58, app/assets/stylesheets/web/blocks/nav-item.sass */
.nav-item_active.button_red, .nav-item_active.button_red:hover,
.nav-item_active.shiny-button.button.bg-red,
.nav-item_active.shiny-button.button.bg-red:hover {
  background: var(--nav-item_active--background);
  border-color: var(--nav-item_active--background);
  box-shadow: none;
  color: var(--nav-item--color);
}

/* line 66, app/assets/stylesheets/web/blocks/nav-item.sass */
.nav-item.hover-button_yellow {
  margin: 2px 0;
  padding: 0px 8px;
}

/* line 70, app/assets/stylesheets/web/blocks/nav-item.sass */
.nav-item_active.hover-button_yellow {
  background: #fbcd3c;
  border-color: #fbcd3c;
  color: #535461;
}
/* line 1, app/assets/stylesheets/web/blocks/nav-list.sass */
.nav-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

/* line 6, app/assets/stylesheets/web/blocks/nav-list.sass */
.nav-list_vertical {
  align-items: stretch;
  flex-flow: column nowrap;
}
/* line 1, app/assets/stylesheets/web/blocks/nav-section.sass */
.nav-section {
  color: var(--soda-header--color);
}
/* line 1, app/assets/stylesheets/web/blocks/negative-divider.sass */
.negative-divider {
  margin: -12px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/nested-item.sass */
.nested-item {
  padding: 0 9px;
}

/* line 4, app/assets/stylesheets/web/blocks/nested-item.sass */
.nested-item .nested-item__content {
  padding: 6px 0;
}

/* line 7, app/assets/stylesheets/web/blocks/nested-item.sass */
.nested-item .nested-item__sublist {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-bottom: 6px;
  margin-top: 6px;
}

/* line 13, app/assets/stylesheets/web/blocks/nested-item.sass */
.nested-item .nested-item__sublist:empty {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 2, app/assets/stylesheets/web/blocks/nested-list.sass */
.nested-list .nested-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 0;
  overflow: auto;
}

/* line 7, app/assets/stylesheets/web/blocks/nested-list.sass */
.nested-list .nested-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 11, app/assets/stylesheets/web/blocks/nested-list.sass */
.nested-list .nested-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-width: 1px;
}
/* line 1, app/assets/stylesheets/web/blocks/new-course-card.sass */
.new-course-card.card {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  overflow: hidden;
  padding: 12px 20px;
}

/* line 9, app/assets/stylesheets/web/blocks/new-course-card.sass */
.new-course-card.card .new-course-card__image {
  min-height: 186px;
  margin: -48px 0 -36px;
  width: 280px;
}

/* line 14, app/assets/stylesheets/web/blocks/new-course-card.sass */
.new-course-card.card .new-course-card__body {
  margin: 12px 0;
  position: relative;
}

/* line 18, app/assets/stylesheets/web/blocks/new-course-card.sass */
.new-course-card.card .new-course-card__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

/* line 23, app/assets/stylesheets/web/blocks/new-course-card.sass */
.new-course-card.card .new-course-card__text {
  margin-bottom: 12px;
}
/* line 3, app/assets/stylesheets/web/blocks/new-typography-html.sass */
.new-typography-html {
  font-size: 16px;
}

@media (min-width: 1440px) {
  /* line 3, app/assets/stylesheets/web/blocks/new-typography-html.sass */
  .new-typography-html {
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  /* line 3, app/assets/stylesheets/web/blocks/new-typography-html.sass */
  .new-typography-html {
    font-size: 18px;
  }
}
/* line 1, app/assets/stylesheets/web/blocks/no-margin-section.sass */
.no-margin-section {
  padding: 24px 0;
}
/* line 2, app/assets/stylesheets/web/blocks/numbered-media-list.sass */
.numbered-media-list.a-media-list .media {
  align-items: flex-start;
}

/* line 5, app/assets/stylesheets/web/blocks/numbered-media-list.sass */
.numbered-media-list.a-media-list .media .media__aside {
  color: #a7a7a7;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  min-width: 25px;
}

/* line 12, app/assets/stylesheets/web/blocks/numbered-media-list.sass */
.numbered-media-list.a-media-list .media .media__aside.c-green {
  color: #3ea80e;
}
/* line 1, app/assets/stylesheets/web/blocks/obrnadzor-link.sass */
.obrnadzor-link {
  display: flex;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/web/blocks/obrnadzor-link.sass */
.obrnadzor-link .obrnadzor-link__image {
  display: block;
  height: 42px;
  margin-right: 10px;
  width: 55px;
}

/* line 11, app/assets/stylesheets/web/blocks/obrnadzor-link.sass */
.obrnadzor-link .obrnadzor-link__title,
.obrnadzor-link .obrnadzor-link__subtitle {
  color: #57534E;
  font-size: 11px;
  font-weight: 600;
}

/* line 17, app/assets/stylesheets/web/blocks/obrnadzor-link.sass */
.obrnadzor-link .obrnadzor-link__subtitle {
  opacity: 0.7;
}
/* line 1, app/assets/stylesheets/web/blocks/one-field-form.sass */
.one-field-form.form {
  display: flex;
}

/* line 4, app/assets/stylesheets/web/blocks/one-field-form.sass */
.one-field-form.form .input,
.one-field-form.form .button,
.one-field-form.form .choices {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--one-field-form--border-color);
  border-top: 1px solid var(--one-field-form--border-color);
}

/* line 12, app/assets/stylesheets/web/blocks/one-field-form.sass */
.one-field-form.form .input:first-child,
.one-field-form.form .button:first-child,
.one-field-form.form .choices:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-left: 1px solid var(--one-field-form--border-color);
}

/* line 17, app/assets/stylesheets/web/blocks/one-field-form.sass */
.one-field-form.form .input:last-child,
.one-field-form.form .button:last-child,
.one-field-form.form .choices:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-right: 1px solid var(--one-field-form--border-color);
}

/* line 22, app/assets/stylesheets/web/blocks/one-field-form.sass */
.one-field-form.form .input {
  padding-left: 3px;
  padding-right: 3px;
}

/* line 27, app/assets/stylesheets/web/blocks/one-field-form.sass */
.one-field-form.form .input.h-36px {
  padding-left: 6px;
  padding-right: 6px;
}

/* line 31, app/assets/stylesheets/web/blocks/one-field-form.sass */
.one-field-form.form .button {
  box-shadow: none;
  margin: 0;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 37, app/assets/stylesheets/web/blocks/one-field-form.sass */
.one-field-form.form .button_36px {
  padding-left: 9px;
  padding-right: 9px;
}

/* line 41, app/assets/stylesheets/web/blocks/one-field-form.sass */
.one-field-form.form a.button {
  color: #8f98a8;
}
/* line 1, app/assets/stylesheets/web/blocks/other-letters-section.sass */
.other-letters-section {
  background: #041134;
  padding: 24px 0 60px;
  color: #fcf9f2;
}

/* line 6, app/assets/stylesheets/web/blocks/other-letters-section.sass */
.other-letters-section .other-letters-section__row {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

/* line 12, app/assets/stylesheets/web/blocks/other-letters-section.sass */
.other-letters-section .photo-letter-group {
  position: relative;
}

/* line 15, app/assets/stylesheets/web/blocks/other-letters-section.sass */
.other-letters-section .photo-letter-group .photo-letter-group__letter {
  position: absolute;
}

/* line 19, app/assets/stylesheets/web/blocks/other-letters-section.sass */
.other-letters-section .photo-letter-group_ldpr .photo-letter-group__letter {
  top: 48px;
  right: -134px;
  transform: rotate(-7deg);
}

/* line 25, app/assets/stylesheets/web/blocks/other-letters-section.sass */
.other-letters-section .photo-letter-group_kprf .photo-letter-group__letter {
  left: -107px;
  top: 63px;
  transform: rotate(7deg);
}

/* line 30, app/assets/stylesheets/web/blocks/other-letters-section.sass */
.other-letters-section .html-section {
  flex-grow: 1;
}

/* line 33, app/assets/stylesheets/web/blocks/other-letters-section.sass */
.other-letters-section .mironov-thumbnail {
  margin-top: 24px;
  max-width: 620px;
}

/* line 37, app/assets/stylesheets/web/blocks/other-letters-section.sass */
.other-letters-section .letters-flex.flex {
  justify-content: center;
  margin: 48px 0 96px;
}

/* line 41, app/assets/stylesheets/web/blocks/other-letters-section.sass */
.other-letters-section .videos-flex.flex {
  margin-top: 9px;
}
/* line 1, app/assets/stylesheets/web/blocks/overflow-wrapper.sass */
.overflow-wrapper {
  overflow: hidden;
}
/* line 2, app/assets/stylesheets/web/blocks/override.sass */
.override__breadcrumb-list_transparent .breadcrumb-list {
  background: none;
}
/* line 2, app/assets/stylesheets/web/blocks/p-list.sass */
.p-list p {
  margin-bottom: 6px;
}

/* line 5, app/assets/stylesheets/web/blocks/p-list.sass */
.p-list p:last-child {
  margin-bottom: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/page-break-section.sass */
.page-break-section {
  padding: 96px 0 48px;
}

/* line 4, app/assets/stylesheets/web/blocks/page-break-section.sass */
.page-break-section .page-break-section__title {
  font-weight: 500;
  text-align: center;
}
/* line 2, app/assets/stylesheets/web/blocks/page-header-block.sass */
.page-header-block .page-header-block_row {
  align-items: flex-start;
  border: none;
  flex-flow: row wrap;
  padding: 6px 0;
}

/* line 8, app/assets/stylesheets/web/blocks/page-header-block.sass */
.page-header-block .page-header-block__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}

/* line 14, app/assets/stylesheets/web/blocks/page-header-block.sass */
.page-header-block .page-header-block__actions {
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin: -3px;
  margin-bottom: 12px;
}

/* line 22, app/assets/stylesheets/web/blocks/page-header-block.sass */
.page-header-block .page-header-block__actions > .button {
  margin: 3px;
}
/* line 3, app/assets/stylesheets/web/blocks/page-header-section.sass */
.page-header-section {
  margin-top: -1px;
  padding: 30px 0 6px;
  position: relative;
}

/* line 14, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/clearfix.scss */
.page-header-section:before, .page-header-section:after {
  content: " ";
  display: table;
}

/* line 19, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/clearfix.scss */
.page-header-section:after {
  clear: both;
}

/* line 9, app/assets/stylesheets/web/blocks/page-header-section.sass */
.page-header-section .page-header-section__actions {
  float: right;
  margin-bottom: 12px;
  margin-left: 20px;
}

/* line 14, app/assets/stylesheets/web/blocks/page-header-section.sass */
.page-header-section .page-header-section__actions .btn {
  margin: 0;
}

/* line 17, app/assets/stylesheets/web/blocks/page-header-section.sass */
.page-header-section h1, .page-header-section h2, .page-header-section h3 {
  margin: 0 0 12px;
}

/* line 20, app/assets/stylesheets/web/blocks/page-header-section.sass */
.page-header-section .page-header-section__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 12px;
}

/* line 26, app/assets/stylesheets/web/blocks/page-header-section.sass */
.page-header-section .page-header-section__group_breadtabs {
  float: left;
  line-height: 18px;
  margin-left: 20px;
  padding: 9px 0;
}

/* line 33, app/assets/stylesheets/web/blocks/page-header-section.sass */
.page-header-section_small .page-header-section__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

/* line 38, app/assets/stylesheets/web/blocks/page-header-section.sass */
.page-header-section_small .page-header-section__group_breadtabs {
  padding: 0;
}

/* line 42, app/assets/stylesheets/web/blocks/page-header-section.sass */
.page-header-section_small .page-header-section__actions .btn {
  font-size: 12px;
  line-height: 18px;
  padding: 2px 5px;
}
/* line 1, app/assets/stylesheets/web/blocks/page-link.sass */
.page-link.link {
  color: #333;
  text-decoration: none;
}

/* line 5, app/assets/stylesheets/web/blocks/page-link.sass */
.page-link.link .page-link__icon {
  height: 48px;
  margin-right: 15px;
  width: 48px;
}
/* line 3, app/assets/stylesheets/web/blocks/page_next.sass */
.page.next {
  display: block;
  padding: 12px 0;
  text-align: center;
}

/* line 8, app/assets/stylesheets/web/blocks/page_next.sass */
.page.next a {
  border-radius: 5px;
  border: 1px solid transparent;
  display: inline-block;
  font-weight: 500;
  padding: 11px 24px;
  text-align: center;
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/web/blocks/page_next.sass */
.page.next a {
  background: #3b67c4;
  border-color: #355db0;
  color: #fff;
}

/* line 20, app/assets/stylesheets/web/blocks/page_next.sass */
.page.next a:hover {
  background: #2f529d;
  border-color: #274481;
  color: #fff;
}

/* line 23, app/assets/stylesheets/web/blocks/page_next.sass */
.page.next a:active {
  background: #274481;
  border-color: #18294e;
  color: #fff;
}

/* line 26, app/assets/stylesheets/web/blocks/page_next.sass */
.page.next.disabled {
  color: #777;
  display: none;
}
/* line 1, app/assets/stylesheets/web/blocks/pagination.sass */
.pagination {
  padding: 12px 0;
  font-size: 12px;
  line-height: 18px;
}

/* line 6, app/assets/stylesheets/web/blocks/pagination.sass */
.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last,
.pagination .page {
  display: inline-block;
}

/* line 13, app/assets/stylesheets/web/blocks/pagination.sass */
.pagination .first > a,
.pagination .prev > a,
.pagination .next > a,
.pagination .last > a,
.pagination .page > a {
  background: #fff;
  border-radius: 3px;
  color: #222;
  display: inline-block;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/web/blocks/pagination.sass */
.pagination .first > a:hover,
.pagination .prev > a:hover,
.pagination .next > a:hover,
.pagination .last > a:hover,
.pagination .page > a:hover {
  background: #f5f5f5;
}

/* line 25, app/assets/stylesheets/web/blocks/pagination.sass */
.pagination .page.gap {
  padding: 3px 10px;
}

/* line 28, app/assets/stylesheets/web/blocks/pagination.sass */
.pagination .page.active {
  background: #f5f5f5;
  border-radius: 3px;
  padding: 3px 10px;
}

/* line 33, app/assets/stylesheets/web/blocks/pagination.sass */
.pagination span.page.disabled {
  padding: 3px 10px;
}
/* line 1, app/assets/stylesheets/web/blocks/panel.sass */
.panel_padded {
  padding: 12px 10px;
}

/* line 4, app/assets/stylesheets/web/blocks/panel.sass */
.panel_padded .money-payment-form {
  text-align: center;
}
/* line 1, app/assets/stylesheets/web/blocks/pdf-link.sass */
.pdf-link.link {
  border-radius: 3px;
  display: flex;
  padding: 6px 5px;
}

/* line 6, app/assets/stylesheets/web/blocks/pdf-link.sass */
.pdf-link.link img {
  margin-right: 5px;
}

/* line 9, app/assets/stylesheets/web/blocks/pdf-link.sass */
.pdf-link.link span {
  text-align: left;
}

/* line 12, app/assets/stylesheets/web/blocks/pdf-link.sass */
.pdf-link.link:hover {
  background: rgba(0, 0, 0, 0.2);
}
/* line 1, app/assets/stylesheets/web/blocks/poland-map-image.sass */
.poland-map-image {
  border-radius: 2px;
  border: 4px solid #fff;
  box-shadow: 0 0 2px -1px #000;
  display: block;
  width: 730px;
}
/* line 4, app/assets/stylesheets/web/blocks/post-card.sass */
.post-card .post-card__image {
  background: rgba(0, 0, 0, 0.1);
}

/* line 7, app/assets/stylesheets/web/blocks/post-card.sass */
.post-card .post-card__image img {
  border-radius: 4px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* line 13, app/assets/stylesheets/web/blocks/post-card.sass */
.post-card .post-card__body {
  padding: 6px 10px;
}

/* line 16, app/assets/stylesheets/web/blocks/post-card.sass */
.post-card .post-card__title {
  font-size: 18px;
  font-weight: 500;
}

/* line 21, app/assets/stylesheets/web/blocks/post-card.sass */
a.post-card {
  color: var(--body--color);
  display: block;
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/web/blocks/post-card.sass */
a.post-card .post-card__title {
  border-bottom: 1px solid #ddd;
  color: var(--link--color);
  display: inline;
}

/* line 33, app/assets/stylesheets/web/blocks/post-card.sass */
a.post-card:hover .post-card__title {
  color: var(--link_hover--color);
}
/* line 1, app/assets/stylesheets/web/blocks/post-group.sass */
.post-group {
  display: block;
  height: 540px;
  margin-bottom: 15px;
  margin-top: 0px;
  width: 228px;
}

/* line 8, app/assets/stylesheets/web/blocks/post-group.sass */
.post-group .post-group__title {
  border-bottom: 8px solid #efefef;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 5px;
  padding: 1px;
}
/* line 3, app/assets/stylesheets/web/blocks/post-section.sass */
.post-section {
  padding: 24px 0 48px;
}

/* line 6, app/assets/stylesheets/web/blocks/post-section.sass */
.post-section .post-section__cover {
  margin-bottom: 12px;
  overflow: hidden;
}

@media (min-width: 640px) {
  /* line 6, app/assets/stylesheets/web/blocks/post-section.sass */
  .post-section .post-section__cover {
    margin-bottom: 18px;
  }
}

@media (min-width: 1024px) {
  /* line 6, app/assets/stylesheets/web/blocks/post-section.sass */
  .post-section .post-section__cover {
    margin-bottom: 24px;
  }
}

/* line 16, app/assets/stylesheets/web/blocks/post-section.sass */
.post-section .post-section__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 12px;
}

@media (min-width: 640px) {
  /* line 16, app/assets/stylesheets/web/blocks/post-section.sass */
  .post-section .post-section__title {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1024px) {
  /* line 16, app/assets/stylesheets/web/blocks/post-section.sass */
  .post-section .post-section__title {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 24px;
  }
}
/* line 2, app/assets/stylesheets/web/blocks/postal-section.sass */
.postal-section ol,
.postal-section ul {
  padding-left: 20px;
  padding-bottom: 12px;
}

/* line 7, app/assets/stylesheets/web/blocks/postal-section.sass */
.postal-section h3 {
  font-weight: bold;
}
/* line 3, app/assets/stylesheets/web/blocks/posts-grid.sass */
.posts-flex {
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: -12px -10px;
}

/* line 10, app/assets/stylesheets/web/blocks/posts-grid.sass */
.posts-flex .post-card {
  margin: 12px 10px;
  max-width: 270px;
  width: 96%;
  width: calc(100% - 20px);
}

/* line 17, app/assets/stylesheets/web/blocks/posts-grid.sass */
.posts-flex .post-card .post-card__image img {
  height: 200px;
}

/* line 20, app/assets/stylesheets/web/blocks/posts-grid.sass */
.posts-flex .post-card .post-card__body {
  height: 200px;
  overflow: hidden;
}

/* line 24, app/assets/stylesheets/web/blocks/posts-grid.sass */
.posts-flex .post-card_wide {
  max-width: 450px;
}

/* line 28, app/assets/stylesheets/web/blocks/posts-grid.sass */
.posts-flex .post-card_wide .post-card__image img {
  height: 300px;
}

/* line 31, app/assets/stylesheets/web/blocks/posts-grid.sass */
.posts-flex .post-card_wide .post-card__body {
  height: 130px;
}
/* line 3, app/assets/stylesheets/web/blocks/predmets-panel.sass */
.predmets-panel.panel {
  display: flex;
  margin: 60px auto;
  max-width: 795px;
  padding: 12px 20px 0 20px;
}

/* line 9, app/assets/stylesheets/web/blocks/predmets-panel.sass */
.predmets-panel.panel .predmets-panel__image {
  flex-shrink: 0;
  height: 283px;
  margin-right: 15px;
  width: 200px;
}

/* line 15, app/assets/stylesheets/web/blocks/predmets-panel.sass */
.predmets-panel.panel .predmets-panel__form {
  margin: 45px 0;
}

/* line 18, app/assets/stylesheets/web/blocks/predmets-panel.sass */
.predmets-panel.panel .predmets-panel__form #predmet_id {
  width: 325px;
}
/* line 1, app/assets/stylesheets/web/blocks/president-quote.sass */
.president-quote {
  display: flex;
}

/* line 4, app/assets/stylesheets/web/blocks/president-quote.sass */
.president-quote .president-quote__image {
  border-radius: 4px;
  float: left;
  height: 35px;
  margin-right: 10px;
  width: 56px;
}

/* line 11, app/assets/stylesheets/web/blocks/president-quote.sass */
.president-quote .president-quote__text {
  font-size: 12px;
}
/* line 1, app/assets/stylesheets/web/blocks/pricing-card.sass */
.pricing-card {
  font-size: 16px;
  line-height: 27px;
  padding: 24px 20px;
  text-align: center;
  width: 450px;
}

/* line 8, app/assets/stylesheets/web/blocks/pricing-card.sass */
.pricing-card .pricing-card__text {
  font-weight: 500;
}

/* line 11, app/assets/stylesheets/web/blocks/pricing-card.sass */
.pricing-card .pricing-card__price {
  color: #fbcd3c;
  font-size: 42px;
  font-weight: 700;
  line-height: 57px;
  margin: 12px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/pricing-promo-section.sass */
.pricing-promo-section {
  background: #fcf9f2;
  padding: 60px 0;
  color: #041134;
}

/* line 6, app/assets/stylesheets/web/blocks/pricing-promo-section.sass */
.pricing-promo-section .pricing-promo-section__row {
  align-items: flex-end;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

/* line 12, app/assets/stylesheets/web/blocks/pricing-promo-section.sass */
.pricing-promo-section .pricing-promo-section__text {
  flex-grow: 1;
}

/* line 15, app/assets/stylesheets/web/blocks/pricing-promo-section.sass */
.pricing-promo-section .thumbnail {
  flex-shrink: 0;
  margin-left: 30px;
  max-width: 600px;
  width: 42%;
}
/* line 1, app/assets/stylesheets/web/blocks/pricing-row.sass */
.pricing-row {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

/* line 7, app/assets/stylesheets/web/blocks/pricing-row.sass */
.pricing-row .pricing-row__usual-price {
  margin-right: 40px;
  margin-top: 48px;
}

/* line 11, app/assets/stylesheets/web/blocks/pricing-row.sass */
.pricing-row .pricing-row__usual-price .pricing-card.card {
  background: #292524;
  color: #9f9f9f;
}

/* line 15, app/assets/stylesheets/web/blocks/pricing-row.sass */
.pricing-row .pricing-row__usual-price .pricing-card.card .pricing-card__price {
  color: #9f9f9f;
}

/* line 19, app/assets/stylesheets/web/blocks/pricing-row.sass */
.pricing-row .pricing-row__special-price .pricing-card.card {
  background: #44403C;
}

/* line 22, app/assets/stylesheets/web/blocks/pricing-row.sass */
.pricing-row .pricing-row__footnote {
  color: #c7c7c7;
  font-size: 14px;
  padding: 9px 0 0 0;
  text-align: left;
}
/* line 2, app/assets/stylesheets/web/blocks/pricing-table-block.sass */
.pricing-table-block.table-block td {
  border: none;
}

/* line 6, app/assets/stylesheets/web/blocks/pricing-table-block.sass */
.pricing-table-block.table-block tr:hover td {
  background: #e6e6e6;
}

/* line 9, app/assets/stylesheets/web/blocks/pricing-table-block.sass */
.pricing-table-block.table-block tr:hover td.bg-dark {
  background: #0e0c0c;
}

/* line 12, app/assets/stylesheets/web/blocks/pricing-table-block.sass */
.pricing-table-block.table-block tr:hover td.bg-green {
  background: #b4e2c0;
}

/* line 15, app/assets/stylesheets/web/blocks/pricing-table-block.sass */
.pricing-table-block.table-block tr:hover td.bg-red {
  background: #ffbbbf;
}
/* line 3, app/assets/stylesheets/web/blocks/private-club-section.sass */
.private-club-section {
  background: url(https://www.institute-of-education.com/assets/bg-pen-2-e4dbd0eea2f479900bb3b64ecea7650788f34e7c0e23ff4d049b07a4b31c797f.jpg) #171717 100% 50% no-repeat;
  background-size: contain;
  padding: 90px 0;
}

/* line 8, app/assets/stylesheets/web/blocks/private-club-section.sass */
.private-club-section .private-club-section__absolute {
  border-radius: 8px;
  font-size: 16px;
  line-height: 27px;
  padding: 24px 20px;
  position: absolute;
  right: 60px;
  text-shadow: 0 0 4px #171717;
  top: 10px;
  width: 500px;
}

/* line 20, app/assets/stylesheets/web/blocks/private-club-section.sass */
.private-club-section .private-club-section__absolute ul {
  padding-left: 14px;
}

/* line 23, app/assets/stylesheets/web/blocks/private-club-section.sass */
.private-club-section .private-club-section__row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* line 28, app/assets/stylesheets/web/blocks/private-club-section.sass */
.private-club-section .private-club-section__body {
  max-width: 550px;
}

/* line 31, app/assets/stylesheets/web/blocks/private-club-section.sass */
.private-club-section .private-club-section__image {
  max-width: 550px;
}

/* line 34, app/assets/stylesheets/web/blocks/private-club-section.sass */
.private-club-section .private-club-section__image img {
  border: 2px solid #000;
  border-radius: 3px;
  width: 100%;
}

/* line 39, app/assets/stylesheets/web/blocks/private-club-section.sass */
.private-club-section .a-42px-title {
  margin-bottom: 24px;
}

/* line 42, app/assets/stylesheets/web/blocks/private-club-section.sass */
.private-club-section .private-club-section__text {
  font-size: 16px;
  line-height: 27px;
  max-width: 500px;
}
/* line 1, app/assets/stylesheets/web/blocks/profile-docs-group.sass */
.profile-docs-group {
  border: 1px solid #ddd;
  height: 150px;
  width: 150px;
}

/* line 6, app/assets/stylesheets/web/blocks/profile-docs-group.sass */
.profile-docs-group .profile-docs-group__link {
  display: block;
  float: left;
  height: 50%;
  position: relative;
  width: 50%;
}

/* line 13, app/assets/stylesheets/web/blocks/profile-docs-group.sass */
.profile-docs-group .profile-docs-group__link::before {
  background: rgba(0, 0, 0, 0.3);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 24, app/assets/stylesheets/web/blocks/profile-docs-group.sass */
.profile-docs-group .profile-docs-group__link:hover::before {
  opacity: 1;
}

/* line 27, app/assets/stylesheets/web/blocks/profile-docs-group.sass */
.profile-docs-group .profile-docs-group__image {
  border: 1px solid #ddd;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
/* line 1, app/assets/stylesheets/web/blocks/profile-media.sass */
.profile-media.media {
  align-items: flex-start;
  display: flex;
  flex-flow: row nowrap;
  overflow: visible;
}

/* line 9, app/assets/stylesheets/web/blocks/profile-media.sass */
.profile-media.media > .media-left > .media-object,
.profile-media.media > .media-right > .media-object {
  width: 260px;
}

/* line 13, app/assets/stylesheets/web/blocks/profile-media.sass */
.profile-media.media > .media__aside > .media-object {
  width: 260px;
}

/* line 16, app/assets/stylesheets/web/blocks/profile-media.sass */
.profile-media.media > .media__body {
  width: calc(100% - 260px - 10px);
}

/* line 19, app/assets/stylesheets/web/blocks/profile-media.sass */
.profile-media.media > .media-left {
  padding-right: 20px;
}

/* line 22, app/assets/stylesheets/web/blocks/profile-media.sass */
.profile-media.media > .media-right {
  padding-left: 20px;
}

/* line 25, app/assets/stylesheets/web/blocks/profile-media.sass */
.profile-media.media .profile-media__avatar {
  border-radius: 4px;
  margin-bottom: 24px;
  width: 100%;
}

/* line 30, app/assets/stylesheets/web/blocks/profile-media.sass */
.profile-media.media .profile-media__title {
  font-size: 26px;
  margin-top: 0;
}

/* line 34, app/assets/stylesheets/web/blocks/profile-media.sass */
.profile-media.media .profile-media__buttons {
  margin-top: -12px;
}

/* line 37, app/assets/stylesheets/web/blocks/profile-media.sass */
.profile-media.media .profile-media__buttons .btn {
  margin: 0;
  margin-bottom: 12px;
}

/* line 41, app/assets/stylesheets/web/blocks/profile-media.sass */
.profile-media.media .profile-media__buttons .btn:last-child {
  margin-right: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/profit-card.sass */
.profit-card.card {
  background: #292524;
  display: flex;
  flex-flow: row nowrap;
}

/* line 6, app/assets/stylesheets/web/blocks/profit-card.sass */
.profit-card.card .card__sector.bg-cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 250px;
}

/* line 11, app/assets/stylesheets/web/blocks/profit-card.sass */
.profit-card.card .card__sector.pad_9 {
  padding: 18px 20px;
  width: calc(100% - 250px);
}

/* line 15, app/assets/stylesheets/web/blocks/profit-card.sass */
.profit-card.card .card__sector.pad_9 .a-20px-title {
  font-weight: 500;
  margin-bottom: 6px;
}
/* line 1, app/assets/stylesheets/web/blocks/profit-grid.sass */
.profit-flex.flex {
  margin: -12px -10px;
}

/* line 4, app/assets/stylesheets/web/blocks/profit-grid.sass */
.profit-flex.flex .profit-card {
  margin: 12px 10px;
  max-width: calc(50% - 20px);
}
/* line 1, app/assets/stylesheets/web/blocks/program-full-section.sass */
.program-full-section {
  background: #fff linear-gradient(0, #fcf9f2, #fff);
  padding: 48px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/program-promo-section.sass */
.program-promo-section {
  background: #fcf9f2;
  padding: 60px 0;
  color: #041134;
}

/* line 6, app/assets/stylesheets/web/blocks/program-promo-section.sass */
.program-promo-section .program-promo-section__row {
  align-items: flex-end;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

/* line 12, app/assets/stylesheets/web/blocks/program-promo-section.sass */
.program-promo-section .program-promo-section__text {
  flex-grow: 1;
}

/* line 15, app/assets/stylesheets/web/blocks/program-promo-section.sass */
.program-promo-section .thumbnail {
  flex-shrink: 0;
  margin-left: 30px;
  max-width: 600px;
  width: 42%;
}
/* line 1, app/assets/stylesheets/web/blocks/promo-nav-section.sass */
.promo-nav-section {
  background: #eff1f0 linear-gradient(90deg, #eff1f0 50%, #deded2);
  padding: 60px 0 48px;
}

/* line 5, app/assets/stylesheets/web/blocks/promo-nav-section.sass */
.promo-nav-section .promo-nav-section__row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0 -10px;
  margin-top: 24px;
}

/* line 13, app/assets/stylesheets/web/blocks/promo-nav-section.sass */
.promo-nav-section .promo-nav-section__row .card {
  margin: 0 10px;
}
/* line 3, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section {
  background: #405f8f linear-gradient(268deg, #405f8f, #1c3050);
  color: #fff;
}

/* line 7, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .promo-section__flag {
  display: none;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/web/blocks/promo-section.sass */
  .promo-section .promo-section__flag {
    display: block;
    height: 150px;
    margin-top: -75px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 50%;
    width: 200px;
  }
  /* line 20, app/assets/stylesheets/web/blocks/promo-section.sass */
  .promo-section .promo-section__flag .flag-icon {
    display: block;
    height: 100%;
    width: 100%;
  }
}

/* line 25, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .promo-section__body {
  width: calc(100% - 275px - 40px);
}

/* line 28, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .promo-section__aside {
  margin-left: 40px;
  width: 275px;
}

/* line 32, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .promo-section__subtitle {
  font-size: 11px;
  line-height: 21px;
  text-transform: uppercase;
}

/* line 37, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .promo-section__title {
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  line-height: 36px;
  margin: 3px 0;
  position: relative;
}

/* line 46, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .breadcrumb-list {
  background: none;
  border: none;
  margin: 0 -10px;
  text-align: left;
}

/* line 52, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .breadcrumb-item {
  color: #A8A29E;
}

/* line 55, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .default-flex {
  justify-content: flex-start;
  margin: -6px -10px;
  margin-top: 24px;
}

/* line 60, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .default-flex .flex__item {
  margin: 6px 10px;
  position: relative;
}

/* line 64, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .promo-section__badges {
  margin: 3px 0;
}

/* line 67, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .promo-section__badges:empty {
  display: none;
}

/* line 70, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .promo-section__badges .text-badge {
  font-size: 14px;
}

/* line 73, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .promo-section__badges .text-badge .fa {
  color: #C0FFFF;
  margin-right: 8px;
}

/* line 77, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .author-link {
  border-color: transparent;
}

/* line 80, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .author-link .author-link__label {
  color: #fff;
}

/* line 83, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .author-link .author-link__name {
  color: #fff;
}

/* line 86, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .author-link:focus, .promo-section .author-link:hover, .promo-section .author-link:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 92, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .a-card-list_solid .card_grey {
  background: rgba(0, 0, 0, 0.2);
}

/* line 95, app/assets/stylesheets/web/blocks/promo-section.sass */
.promo-section .a-card-list_solid .card_grey .card__title {
  color: rgba(255, 255, 255, 0.5);
}
/* line 2, app/assets/stylesheets/web/blocks/prose.sass */
.prose img {
  height: auto !important;
  max-width: 100%;
}

/* line 6, app/assets/stylesheets/web/blocks/prose.sass */
.prose a {
  word-break: break-word;
}

/* line 9, app/assets/stylesheets/web/blocks/prose.sass */
.prose p > img {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/web/blocks/prose.sass */
.prose ol,
.prose ul {
  list-style: none;
  padding-left: 0;
}

/* line 19, app/assets/stylesheets/web/blocks/prose.sass */
.prose kbd {
  background: #fff5f5;
  border-radius: 3px;
  border: 1px solid #feb2b2;
  padding: 0 0.5rem;
}
/* line 1, app/assets/stylesheets/web/blocks/quiz-item.sass */
.quiz-item {
  margin: 10px auto;
  padding: 15px;
  border: 1px solid #efefef;
  width: 100%;
  height: 100%;
  clear: both;
}

/* line 9, app/assets/stylesheets/web/blocks/quiz-item.sass */
.quiz-item ul {
  margin-left: 20px;
  margin-bottom: 20px;
  width: 90%;
}
/* line 4, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__label {
  background: #f7f7f7;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  line-height: 16px;
  padding: 4px 8px;
  text-align: center;
  transition: background 0.1s, color 0.1s;
}

/* line 17, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__label * {
  pointer-events: none;
}

/* line 20, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__label_blue {
  color: #1a73e8;
}

/* line 23, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__label_blue:hover {
  background: #d1e3fa;
}

/* line 26, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__label_green {
  color: #1e8e3e;
}

/* line 29, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__label_green:hover {
  background: #d2e8d8;
}

/* line 32, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__label_purple {
  color: #a142f4;
}

/* line 35, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__label_purple:hover {
  background: #ecd9fd;
}

/* line 38, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__label_red {
  color: #d93025;
}

/* line 41, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__label_red:hover {
  background: #f7d6d3;
}

/* line 44, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__input {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 51, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__input:focus + .radio-button__label {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 5, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/focus.sass */
[data-whatinput="initial"] .radio-button .radio-button__input:focus + .radio-button__label, [data-whatinput="mouse"] .radio-button .radio-button__input:focus + .radio-button__label, [data-whatinput="touch"] .radio-button .radio-button__input:focus + .radio-button__label {
  outline: none;
  outline-offset: 0;
}

/* line 55, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__input:checked + .radio-button__label {
  color: #fff;
}

/* line 58, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__input:checked + .radio-button__label_blue {
  background: #1a73e8;
}

/* line 61, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__input:checked + .radio-button__label_green {
  background: #1e8e3e;
}

/* line 64, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__input:checked + .radio-button__label_purple {
  background: #a142f4;
}

/* line 67, app/assets/stylesheets/web/blocks/radio-button.sass */
.radio-button .radio-button__input:checked + .radio-button__label_red {
  background: #d93025;
}
/* line 3, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card {
  position: relative;
}

/* line 6, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__label {
  align-items: center;
  background: #f7f7f7;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 140px;
  cursor: pointer;
  padding: 12px 10px;
  transition: background 0.1s, border-color 0.1s, color 0.1s;
}

/* line 19, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__label * {
  pointer-events: none;
}

/* line 22, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card a.radio-card__label {
  text-decoration: none;
}

/* line 26, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card span.radio-card__circle {
  background: #fff;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  flex-shrink: 0;
  height: 20px;
  margin-right: 7px;
  position: relative;
  width: 20px;
}

/* line 37, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card span.radio-card__circle::before {
  background: #444;
  border-radius: 50%;
  content: '';
  height: 8px;
  left: 50%;
  margin: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.1s;
  width: 8px;
}

/* line 52, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__label_blue {
  color: #1a73e8;
}

/* line 55, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__label_blue:hover {
  background: #d1e3fa;
}

/* line 58, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__label_dark {
  background: #292524;
  color: #fbcd3c;
}

/* line 62, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__label_dark:hover {
  background: #fbcd3c;
  color: #292524;
}

/* line 66, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__label_green {
  color: #1e8e3e;
}

/* line 69, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__label_green:hover {
  background: #d2e8d8;
}

/* line 72, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__label_purple {
  color: #a142f4;
}

/* line 75, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__label_purple:hover {
  background: #ecd9fd;
}

/* line 78, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__label_red {
  color: #d93025;
}

/* line 81, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__label_red:hover {
  background: #f7d6d3;
}

/* line 84, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__input {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}

/* line 93, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__input:focus + .radio-card__label {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 5, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/focus.sass */
[data-whatinput="initial"] .radio-card .radio-card__input:focus + .radio-card__label, [data-whatinput="mouse"] .radio-card .radio-card__input:focus + .radio-card__label, [data-whatinput="touch"] .radio-card .radio-card__input:focus + .radio-card__label {
  outline: none;
  outline-offset: 0;
}

/* line 97, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__input:checked + .radio-card__label {
  color: #fff;
}

/* line 100, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__input:checked + .radio-card__label .c-grey {
  color: #fff;
}

/* line 104, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__input:checked + .radio-card__label span.radio-card__circle::before {
  opacity: 1;
}

/* line 107, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__input:checked + .radio-card__label_blue {
  background: #1a73e8;
}

/* line 110, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__input:checked + .radio-card__label_green {
  background: #1e8e3e;
}

/* line 113, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__input:checked + .radio-card__label_purple {
  background: #a142f4;
}

/* line 116, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .radio-card__input:checked + .radio-card__label_red {
  background: #d93025;
}

/* line 119, app/assets/stylesheets/web/blocks/radio-card.sass */
.radio-card .crown-image {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
}
/* line 1, app/assets/stylesheets/web/blocks/radio-group.sass */
.radio-group {
  border: 1px solid #ccc;
}

/* line 4, app/assets/stylesheets/web/blocks/radio-group.sass */
.radio-group .radio {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

/* line 9, app/assets/stylesheets/web/blocks/radio-group.sass */
.radio-group .radio label {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  padding: 12px 10px 12px 40px;
  width: 100%;
}

/* line 15, app/assets/stylesheets/web/blocks/radio-group.sass */
.radio-group .radio label:hover {
  background: #f7f7f7;
}

/* line 18, app/assets/stylesheets/web/blocks/radio-group.sass */
.radio-group .radio input[type="radio"] {
  margin-left: -28px;
}

/* line 22, app/assets/stylesheets/web/blocks/radio-group.sass */
.radio-group .radio:last-child label {
  border-bottom: none;
}
/* line 3, app/assets/stylesheets/web/blocks/remodal.sass */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* line 7, app/assets/stylesheets/web/blocks/remodal.sass */
.remodal-overlay {
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.85);
  display: block !important;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: height 0s ease 0.25s, opacity 0.25s, visibility 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

/* line 21, app/assets/stylesheets/web/blocks/remodal.sass */
.remodal-overlay::before {
  background: url(https://www.institute-of-education.com/assets/overlay-close-23fdc73592793c0a7f9dc619a29f528675d1bde34c6190965b2253cfe1439a34.png) 50% 50% no-repeat;
  background-size: 32px 32px;
  content: "";
  height: 32px;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 32px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 1.3dppx) {
  /* line 9, ../../.rvm/gems/ruby-2.6.1/bundler/gems/rails-plus-6cd99acce8a7/app/assets/stylesheets/rails-plus/mixins/svg-bg.scss */
  .svg .remodal-overlay::before {
    background: url(https://www.institute-of-education.com/assets/overlay-close-7266c4e44f9434fabf5df1855eab35e99c12ece2cf007e67dd24a9e68de87d40.svg) 50% 50% no-repeat;
    background-size: 32px 32px;
  }
}

/* line 30, app/assets/stylesheets/web/blocks/remodal.sass */
.remodal-overlay.remodal-is-opened {
  height: 100%;
  opacity: 1;
  transition: height 0s ease 0s, opacity 0.25s, visibility 0.25s;
  visibility: visible;
}

/* line 36, app/assets/stylesheets/web/blocks/remodal.sass */
.remodal-wrapper {
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  display: block !important;
  height: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 0;
  transition: height 0s ease 0.25s, padding 0s ease 0.25s, visibility 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 1000;
}

/* line 52, app/assets/stylesheets/web/blocks/remodal.sass */
.remodal-wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
}

/* line 59, app/assets/stylesheets/web/blocks/remodal.sass */
.remodal-wrapper.remodal-is-opened {
  height: 100%;
  padding: 24px 20px;
  transition: height 0s ease 0s, padding 0s ease 0s, visibility 0.25s;
  visibility: visible;
}

/* line 65, app/assets/stylesheets/web/blocks/remodal.sass */
.remodal {
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.15);
  display: none;
  opacity: 0;
  outline: none;
  position: relative;
  text-align: left;
  transform: scale(0.9);
  transition: opacity 0.25s, transform 0.25s;
  vertical-align: middle;
  width: 100%;
}

/* line 77, app/assets/stylesheets/web/blocks/remodal.sass */
.remodal.remodal-is-opened {
  opacity: 1;
  transform: scale(1);
}

@media (min-width: 640px) {
  /* line 65, app/assets/stylesheets/web/blocks/remodal.sass */
  .remodal {
    max-width: 600px;
  }
}

/* line 84, app/assets/stylesheets/web/blocks/remodal.sass */
.remodal-is-initialized {
  display: inline-block;
}
/* line 1, app/assets/stylesheets/web/blocks/review-block.sass */
.review-block {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

/* line 7, app/assets/stylesheets/web/blocks/review-block.sass */
.review-block .review-block__body {
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 550px;
  padding: 24px 20px;
  position: relative;
  box-shadow: -7px 10px 70px -20px rgba(34, 34, 119, 0.6), 17px 10px 70px -20px rgba(119, 119, 255, 0.6);
}

/* line 16, app/assets/stylesheets/web/blocks/review-block.sass */
.review-block .review-block__body::after {
  border: 16px solid transparent;
  border-left-color: #fff;
  bottom: 30px;
  content: '';
  height: 0;
  position: absolute;
  right: -32px;
  width: 0;
}

/* line 26, app/assets/stylesheets/web/blocks/review-block.sass */
.review-block .review-block__text {
  color: #3a3859;
  font-size: 16px;
  line-height: 27px;
}

/* line 31, app/assets/stylesheets/web/blocks/review-block.sass */
.review-block .review-block__text p {
  margin-bottom: 6px;
}

/* line 34, app/assets/stylesheets/web/blocks/review-block.sass */
.review-block .review-block__text p:last-child {
  margin-bottom: 0;
}

/* line 37, app/assets/stylesheets/web/blocks/review-block.sass */
.review-block .review-block__image {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  max-width: 350px;
  position: relative;
}

/* line 43, app/assets/stylesheets/web/blocks/review-block.sass */
.review-block .review-block__image img {
  border-radius: 3px;
  width: 100%;
}

/* line 47, app/assets/stylesheets/web/blocks/review-block.sass */
.review-block .review-block__author {
  background: rgba(255, 255, 255, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  bottom: 0;
  left: 0;
  padding: 6px 10px;
  position: absolute;
  width: 100%;
}

/* line 58, app/assets/stylesheets/web/blocks/review-block.sass */
.review-block .review-block__name {
  color: #5c5999;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 1px;
}

/* line 65, app/assets/stylesheets/web/blocks/review-block.sass */
.review-block .review-block__position {
  color: #403e62;
  font-size: 14px;
  line-height: 24px;
}

/* line 70, app/assets/stylesheets/web/blocks/review-block.sass */
.review-block .review-block__body + .review-block__image,
.review-block .review-block__image + .review-block__body {
  margin-left: 60px;
}
/* line 1, app/assets/stylesheets/web/blocks/scene.sass */
.scene {
  position: relative;
}

/* line 4, app/assets/stylesheets/web/blocks/scene.sass */
.scene canvas {
  height: 100%;
  position: absolute;
  width: 100%;
}
/* line 2, app/assets/stylesheets/web/blocks/schedule-media-list.sass */
.schedule-media-list.a-media-list .media {
  align-items: flex-start;
}

/* line 5, app/assets/stylesheets/web/blocks/schedule-media-list.sass */
.schedule-media-list.a-media-list .media .media__aside {
  font-size: 16px;
  line-height: 24px;
  min-width: 80px;
  text-align: center;
}

/* line 11, app/assets/stylesheets/web/blocks/schedule-media-list.sass */
.schedule-media-list.a-media-list .media .media__aside sup {
  text-decoration: underline;
}
/* line 1, app/assets/stylesheets/web/blocks/search-popup.sass */
.search-popup {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  left: 0;
  max-height: 400px;
  opacity: 1;
  overflow: auto;
  padding: 12px 10px;
  position: absolute;
  top: 100%;
  transition: opacity 0.25s, visibility 0.25s;
  visibility: visible;
  width: 100%;
  z-index: 10;
}

/* line 17, app/assets/stylesheets/web/blocks/search-popup.sass */
.search-popup .search-popup__title {
  margin: 0 0 24px;
}

/* line 20, app/assets/stylesheets/web/blocks/search-popup.sass */
.search-popup:empty {
  opacity: 0;
  transition: opacity 0s, visibility 0s;
  visibility: hidden;
}
/* line 1, app/assets/stylesheets/web/blocks/search-section.sass */
.search-section {
  padding: 6px 0 48px;
}

/* line 4, app/assets/stylesheets/web/blocks/search-section.sass */
.search-section .search-section__title {
  margin: 0 0 24px;
}
/* line 1, app/assets/stylesheets/web/blocks/select-button.sass */
.select-button {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  font-size: 12px;
  line-height: 24px;
  min-height: 30px;
  overflow: hidden;
  padding: 2px 9px;
  padding-right: 26px;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  translate: background 0.1s;
  white-space: nowrap;
}

/* line 19, app/assets/stylesheets/web/blocks/select-button.sass */
.select-button::after {
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
  display: inline-block;
  height: 0;
  margin-left: 2px;
  margin-top: -2px;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: transform 0.1s;
  vertical-align: middle;
  width: 0;
}

/* line 36, app/assets/stylesheets/web/blocks/select-button.sass */
.select-button.flip__toggle_active {
  background: #f7f7fa;
}

/* line 39, app/assets/stylesheets/web/blocks/select-button.sass */
.select-button.flip__toggle_active::after {
  transform: scaleY(-1);
}
/* line 1, app/assets/stylesheets/web/blocks/semiiconic-button.sass */
.semiiconic-button {
  align-items: center;
  display: flex;
  font-weight: 400;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  text-align: center;
}
/* line 1, app/assets/stylesheets/web/blocks/singapore-section.sass */
.singapore-section {
  background: #e9eff4;
  background-size: 208px 208px;
  color: #06243b;
  padding: 48px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/site-header-section.sass */
.site-header-section {
  background: #f7f7f7;
  font-size: 14px;
  line-height: 30px;
}

/* line 6, app/assets/stylesheets/web/blocks/site-header-section.sass */
.site-header-section .flex-row {
  justify-content: space-between;
}
/* line 1, app/assets/stylesheets/web/blocks/slider-quote.sass */
.slider-quote {
  color: #4a4685;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

/* line 7, app/assets/stylesheets/web/blocks/slider-quote.sass */
.slider-quote .slider-quote__text {
  font-weight: 500;
  margin-bottom: 6px;
}

/* line 11, app/assets/stylesheets/web/blocks/slider-quote.sass */
.slider-quote .slider-quote__author {
  font-weight: 700;
  text-align: right;
}
/* line 1, app/assets/stylesheets/web/blocks/slider-wrapper.sass */
.slider-wrapper {
  position: relative;
}

/* line 4, app/assets/stylesheets/web/blocks/slider-wrapper.sass */
.slider-wrapper .slider-item {
  display: none;
  width: 100%;
}

/* line 8, app/assets/stylesheets/web/blocks/slider-wrapper.sass */
.slider-wrapper .slider-item:first-child {
  display: block;
}

/* line 12, app/assets/stylesheets/web/blocks/slider-wrapper.sass */
.slider-wrapper.flickity-enabled .slider-item {
  display: block;
}
/* line 1, app/assets/stylesheets/web/blocks/social-card.sass */
.social-card.card {
  text-align: center;
}

/* line 4, app/assets/stylesheets/web/blocks/social-card.sass */
.social-card.card .button {
  font-weight: 400;
}
/* line 1, app/assets/stylesheets/web/blocks/soda-avatar-image.sass */
.soda-avatar-image {
  background: #ccc;
  border-radius: 50%;
  border: 1px solid #ccc;
  height: 26px;
  width: 26px;
}
/* line 3, app/assets/stylesheets/web/blocks/soda-header.sass */
.soda-header {
  color: var(--soda-header--color);
}

/* line 9, app/assets/stylesheets/web/blocks/soda-header.sass */
.soda-header .semiiconic-button:hover,
.soda-header .iconic-button:hover,
.soda-header .ios-button:hover {
  background: var(--soda-header__hover--background);
}

/* line 12, app/assets/stylesheets/web/blocks/soda-header.sass */
.soda-header .soda-header__link {
  color: var(--soda-header__link--color);
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/web/blocks/soda-header.sass */
.soda-header .language-group {
  margin-right: 10px;
}

/* line 19, app/assets/stylesheets/web/blocks/soda-header.sass */
.soda-header .iconic-button,
.soda-header .semiiconic-button {
  color: var(--soda-header--color);
}

/* line 23, app/assets/stylesheets/web/blocks/soda-header.sass */
.soda-header .nav-list {
  font-size: 13px;
}
/* line 2, app/assets/stylesheets/web/blocks/soda-layout.sass */
.soda-layout .soda-main {
  min-height: 100vh;
}

/* line 5, app/assets/stylesheets/web/blocks/soda-layout.sass */
.soda-layout .soda-header,
.soda-layout .nav-section {
  background: var(--soda-header--background);
  z-index: 10;
}
/* line 1, app/assets/stylesheets/web/blocks/soda-main.sass */
.soda-main {
  display: flex;
  flex-flow: column nowrap;
}

/* line 5, app/assets/stylesheets/web/blocks/soda-main.sass */
.soda-main .soda-main__content {
  flex: 1 0 auto;
}

/* line 8, app/assets/stylesheets/web/blocks/soda-main.sass */
.soda-main .soda-main__footer {
  flex-shrink: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/soda-mobile-menu.sass */
.soda-mobile-menu {
  background: var(--soda-mobile-menu--background);
  bottom: 0;
  box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1), 0 -2px 4px -1px rgba(0, 0, 0, 0.06);
  color: var(--soda-mobile-menu--color);
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
  left: 0;
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  position: fixed;
  position: sticky;
  width: 100%;
}

/* line 17, app/assets/stylesheets/web/blocks/soda-mobile-menu.sass */
.soda-mobile-menu .ios-button,
.soda-mobile-menu .iconic-button {
  color: var(--soda-mobile-menu--color);
  max-width: 64px;
  min-width: 64px;
}

/* line 24, app/assets/stylesheets/web/blocks/soda-mobile-menu.sass */
.soda-mobile-menu .dropdown .dropdown__body {
  bottom: 100%;
  top: auto;
}
/* line 1, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text {
  font-size: 14px;
  line-height: 1.69;
  max-width: 560px;
  margin: auto;
  /* Let's make sure all's aligned */
}

/* line 7, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text h1, .special-text .h1,
.special-text h2, .special-text .h2,
.special-text h3, .special-text .h3,
.special-text h4, .special-text .h4,
.special-text h5, .special-text .h5 {
  font-weight: 500;
}

/* line 14, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text h1, .special-text .h1 {
  font-size: 40px;
  margin-top: 21px;
  margin-bottom: 48px;
}

/* line 19, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text h2, .special-text .h2 {
  font-size: 28px;
  margin-top: 21px;
  margin-bottom: 21px;
}

/* line 24, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text h3, .special-text .h3 {
  font-size: 20px;
  margin-top: 21px;
  margin-bottom: 11px;
}

/* line 29, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text h4, .special-text .h4 {
  font-size: 14px;
  margin-top: 21px;
  margin-bottom: 11px;
}

/* line 34, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text h5, .special-text .h5 {
  font-size: 12px;
  margin-top: 21px;
  margin-bottom: 0px;
}

/* line 39, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text ul, .special-text ol {
  padding-left: 20px;
  list-style: disc;
}

/* line 43, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text p, .special-text ul, .special-text ol, .special-text pre, .special-text table, .special-text blockquote {
  margin-top: 0px;
  margin-bottom: 21px;
}

/* line 47, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text ul ul, .special-text ol ol, .special-text ul ol, .special-text ol ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 57, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text a, .special-text b, .special-text i, .special-text strong, .special-text em, .special-text small, .special-text code {
  line-height: 0;
}

/* line 60, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text sub, .special-text sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 65, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text sup {
  top: -0.5em;
}

/* line 68, app/assets/stylesheets/web/blocks/special-text.sass */
.special-text sub {
  bottom: -0.25em;
}
/* line 3, app/assets/stylesheets/web/blocks/special-welcome-section.sass */
.special-welcome-section {
  padding: 48px 0;
}

/* line 6, app/assets/stylesheets/web/blocks/special-welcome-section.sass */
.special-welcome-section .special-welcome-section__image {
  background: #f7f7f7 url(https://www.institute-of-education.com/assets/courses-a1a26118033e7e2ea11b54d0acc59167e1cb6167e769a220edd6dd80d64534ba.jpg) 25% 50% no-repeat;
  background-size: cover;
  border-radius: 3px;
  border: 1px solid #E7E5E4;
  filter: grayscale(0.3) contrast(0.5) brightness(1.3);
}
/* line 1, app/assets/stylesheets/web/blocks/specialist-block.sass */
.specialist-block {
  padding: 48px 0 24px;
}

/* line 4, app/assets/stylesheets/web/blocks/specialist-block.sass */
.specialist-block .specialist-block__line {
  margin-bottom: 12px;
}

/* line 7, app/assets/stylesheets/web/blocks/specialist-block.sass */
.specialist-block .specialist-block__subtitle {
  color: #f55f44;
  font-weight: 500;
}

/* line 11, app/assets/stylesheets/web/blocks/specialist-block.sass */
.specialist-block div.specialist-block__subtitle {
  margin-bottom: 6px;
}

/* line 15, app/assets/stylesheets/web/blocks/specialist-block.sass */
.specialist-block .html-section p {
  margin-bottom: 6px;
}
/* line 4, app/assets/stylesheets/web/blocks/specialist-section.sass */
.specialist-section {
  background: url(https://www.institute-of-education.com/assets/kakiashvili-ab7a5a7bc2ba46944171e4b4217eddca7db5b7fbb8d7ff8bc18a915d5baef452.jpg) #f0f0f0 0% 100% no-repeat;
  background-size: 637px 932px;
}

/* line 7, app/assets/stylesheets/web/blocks/specialist-section.sass */
.specialist-section .specialist-block {
  background: rgba(240, 240, 240, 0.75);
  margin-left: 320px;
  min-height: 932px;
  padding-left: 50px;
}

@media (min-width: 1700px) {
  /* line 7, app/assets/stylesheets/web/blocks/specialist-section.sass */
  .specialist-section .specialist-block {
    margin-left: 50px;
  }
}
/* line 1, app/assets/stylesheets/web/blocks/static-item.sass */
.static-item {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 10, app/assets/stylesheets/web/blocks/static-item.sass */
.static-item .static-item__body {
  pointer-events: all;
}
/* line 1, app/assets/stylesheets/web/blocks/sticky-panel.sass */
.sticky-panel {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #efefef;
  padding: 24px 10px;
  position: sticky;
  top: 24px;
  transition: opacity 0.25s;
}
/* line 3, app/assets/stylesheets/web/blocks/subheader-section.sass */
.subheader-section .subheader-section__row .a-button-flex {
  flex-grow: 1;
}

/* line 6, app/assets/stylesheets/web/blocks/subheader-section.sass */
.subheader-section .subheader-section__flex.flex {
  align-items: center;
  margin: -3px -5px;
}

/* line 10, app/assets/stylesheets/web/blocks/subheader-section.sass */
.subheader-section .subheader-section__flex.flex .flex__item {
  margin: 3px 5px;
}

/* line 14, app/assets/stylesheets/web/blocks/subheader-section.sass */
.subheader-section.flip .full-width-dropdown.flip__target {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
  opacity: 0;
  position: absolute;
  transform: translateY(-6px);
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

/* line 25, app/assets/stylesheets/web/blocks/subheader-section.sass */
.subheader-section.flip .full-width-dropdown.flip__target_active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
/* line 1, app/assets/stylesheets/web/blocks/subnav-section.sass */
.subnav-section {
  background: var(--subnav-section--background);
  box-shadow: 0 1px 10px -3px rgba(0, 0, 0, 0.3) inset;
  color: var(--soda-header--color);
  padding: 18px 0 0;
  z-index: 9;
}

/* line 8, app/assets/stylesheets/web/blocks/subnav-section.sass */
.subnav-section_sticky {
  position: sticky;
  top: -14px;
}
/* line 1, app/assets/stylesheets/web/blocks/swap-adaptive-link.sass */
.swap-adaptive-link {
  background: #3b67c4;
  border-radius: 50%;
  bottom: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  left: 5px;
  position: fixed;
  text-decoration: none;
  z-index: 12;
}

/* line 13, app/assets/stylesheets/web/blocks/swap-adaptive-link.sass */
.swap-adaptive-link:hover {
  background: #2f529d;
  text-decoration: none;
}
/* line 1, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  margin: 0;
  min-width: 100%;
}

/* line 8, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block th,
.table-block td {
  background: var(--table-block--background);
  padding: 8px;
  text-align: left;
}

/* line 14, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block th .client-list-group,
.table-block td .client-list-group {
  margin: -8px;
  padding: 8px;
}

/* line 18, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block th.text-center, .table-block th.ta_c,
.table-block td.text-center,
.table-block td.ta_c {
  text-align: center;
}

/* line 22, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block th.text-right,
.table-block td.text-right {
  text-align: right;
}

/* line 25, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block th {
  background: var(--table-block__th--background);
  border-bottom: 1px solid var(--table-block__cell--border-color);
  color: var(--table-block__th--color);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  vertical-align: center;
}

/* line 34, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block td {
  border-bottom: 1px solid var(--table-block__cell--border-color);
  vertical-align: top;
}

/* line 38, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block th.align-middle,
.table-block td.align-middle {
  vertical-align: middle;
}

/* line 44, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block tbody tr:last-child td {
  border-bottom: none;
}

/* line 47, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block .link_block {
  margin: -8px;
  padding: 8px;
}

/* line 51, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block .link_block:hover {
  background: rgba(68, 51, 122, 0.05);
}

/* line 54, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block .code-section {
  margin: -3px;
}

/* line 61, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block_striped tbody tr:nth-child(even) td {
  background: var(--table-block__cell_even--background);
}

/* line 67, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block th.bg-dark,
.table-block td.bg-dark,
.table-block_striped tbody tr:nth-child(even) th.bg-dark,
.table-block_striped tbody tr:nth-child(even) td.bg-dark {
  background: #292524;
}

/* line 71, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block th.bg_grey,
.table-block td.bg_grey,
.table-block_striped tbody tr:nth-child(even) th.bg_grey,
.table-block_striped tbody tr:nth-child(even) td.bg_grey {
  background: #f9f9f9;
}

/* line 75, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block th.bg-green,
.table-block td.bg-green,
.table-block_striped tbody tr:nth-child(even) th.bg-green,
.table-block_striped tbody tr:nth-child(even) td.bg-green {
  background: #d9f0df;
}

/* line 79, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block th.bg-red,
.table-block td.bg-red,
.table-block_striped tbody tr:nth-child(even) th.bg-red,
.table-block_striped tbody tr:nth-child(even) td.bg-red {
  background: #ffeeef;
}

/* line 85, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block_transparent th,
.table-block_transparent td {
  background: none;
}

/* line 91, app/assets/stylesheets/web/blocks/table-block.sass */
.table-block_transparent tbody tr:nth-child(even) td {
  background: none;
}
/* line 1, app/assets/stylesheets/web/blocks/table-wrapper.sass */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

/* line 6, app/assets/stylesheets/web/blocks/table-wrapper.sass */
.table-wrapper_bordered {
  border: 1px solid var(--table-block__cell--border-color);
  border-radius: 5px;
}

/* line 11, app/assets/stylesheets/web/blocks/table-wrapper.sass */
.table-wrapper_grid {
  overflow: initial;
}

/* line 14, app/assets/stylesheets/web/blocks/table-wrapper.sass */
.table-wrapper_grid .table-block {
  display: grid;
}

/* line 17, app/assets/stylesheets/web/blocks/table-wrapper.sass */
.table-wrapper_grid .table-block thead,
.table-wrapper_grid .table-block tbody,
.table-wrapper_grid .table-block tr {
  display: contents;
}

/* line 22, app/assets/stylesheets/web/blocks/table-wrapper.sass */
.table-wrapper_grid .table-block th {
  position: sticky;
  top: 48px;
  z-index: 1;
}

/* line 27, app/assets/stylesheets/web/blocks/table-wrapper.sass */
.table-wrapper_grid .table-block td.sticky {
  background: #f1f2f5;
  position: sticky;
  top: 90px;
  z-index: 1;
}
/* line 3, app/assets/stylesheets/web/blocks/tabs-button.sass */
.tabs-button {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
}

/* line 13, app/assets/stylesheets/web/blocks/tabs-button.sass */
.tabs-button .fa {
  font-size: 16px;
}

/* line 16, app/assets/stylesheets/web/blocks/tabs-button.sass */
.tabs-button {
  background: #fff;
  border-color: #ccc;
  color: #222;
}

/* line 19, app/assets/stylesheets/web/blocks/tabs-button.sass */
.tabs-button:hover {
  background: #3b67c4;
  border-color: #355db0;
  color: #fff;
}

/* line 23, app/assets/stylesheets/web/blocks/tabs-button.sass */
.tabs-button_active, .tabs-button_active:hover {
  background: #3b67c4;
  border-color: #355db0;
  color: #fff;
}
/* line 1, app/assets/stylesheets/web/blocks/tabs-card.sass */
.tabs-card {
  border: none;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
}

/* line 7, app/assets/stylesheets/web/blocks/tabs-card.sass */
.tabs-card .card__sector {
  flex-grow: 1;
}

/* line 10, app/assets/stylesheets/web/blocks/tabs-card.sass */
.tabs-card .tabs-card__tabs {
  flex-shrink: 0;
  margin-left: 20px;
  position: relative;
}

/* line 15, app/assets/stylesheets/web/blocks/tabs-card.sass */
.tabs-card .tabs-card__tabs::before {
  border-radius: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  bottom: -10px;
  content: '';
  left: -18px;
  position: absolute;
  top: -10px;
  width: 10px;
}

/* line 25, app/assets/stylesheets/web/blocks/tabs-card.sass */
.tabs-card .tabs-card__tabs .a-button-column {
  position: sticky;
  top: 10%;
}

/* line 30, app/assets/stylesheets/web/blocks/tabs-card.sass */
.tabs-card .tabs-card__tab {
  border-left: 3px solid transparent;
  cursor: pointer;
  display: block;
  padding: 6px 15px 6px 12px;
}

/* line 36, app/assets/stylesheets/web/blocks/tabs-card.sass */
.tabs-card .tabs-card__tab_special {
  background: #c1ceff;
}

/* line 39, app/assets/stylesheets/web/blocks/tabs-card.sass */
.tabs-card .tabs-card__tab_active {
  border-left-color: var(--link_active--color);
}

/* line 44, app/assets/stylesheets/web/blocks/tabs-card.sass */
.tabs-card.field-set {
  background: none;
  padding: 0;
}

/* line 51, app/assets/stylesheets/web/blocks/tabs-card.sass */
.tabs-card.flip .flip__toggle_active {
  border-left-color: var(--link_active--color);
}

/* line 54, app/assets/stylesheets/web/blocks/tabs-card.sass */
.tabs-card.flip .flip__target {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}

/* line 63, app/assets/stylesheets/web/blocks/tabs-card.sass */
.tabs-card.flip .flip__target_active {
  height: auto;
  opacity: 1;
  overflow: visible;
  position: static;
  transition: opacity 0.25s, visibility 0.25s;
  visibility: visible;
  width: auto;
}
/* line 1, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card {
  text-align: left;
}

/* line 4, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card .tabular-card__tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card .tabular-card__tab_special {
  background: #c1ceff;
}

/* line 10, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card .tabular-card__link {
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-right: 2px;
  padding: 6px 15px 4px;
}

/* line 16, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card .tabular-card__link_active {
  border-bottom-color: #C33535;
  color: #C33535;
}

/* line 21, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card.flip .flip__toggle {
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-right: 2px;
  padding: 6px 15px 4px;
}

/* line 27, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card.flip .flip__toggle:last-child {
  margin-right: 0;
}

/* line 30, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card.flip .flip__toggle:hover {
  background: #f7f7f7;
}

/* line 33, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card.flip .flip__toggle_active {
  border-bottom-color: #C33535;
  color: #C33535;
}

/* line 38, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card.flip .image-link.flip__toggle_active img {
  border-color: #C33535;
}

/* line 41, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card.flip .flip__toggle.tabular-card__tab_special {
  background: #c1ceff;
}

/* line 44, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card.flip .flip__toggle.tabular-card__tab_special:hover {
  background: #a9b8f0;
}

/* line 47, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card.flip .flip__toggle.tabular-card__tab_special.flip__toggle_active {
  background: #c1ceff;
}

/* line 50, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card.flip .flip__target {
  display: none;
  opacity: 0;
  transition: opacity 0.25s;
}

/* line 55, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card.flip .flip__target_active {
  display: block;
  opacity: 1;
}

/* line 61, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card.flip .flip__toggle.image-link:hover {
  background: none;
}

/* line 64, app/assets/stylesheets/web/blocks/tabular-card.sass */
.tabular-card.flip .flip__toggle.image-link:hover .image-link__body {
  background: #f7f7f7;
}
/* line 1, app/assets/stylesheets/web/blocks/tariffs-card.sass */
.tariffs-card.card {
  align-items: flex-start;
  background: #f7f7f7;
  border-radius: 4px;
  border: 10px solid #f7f7f7;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}

/* line 10, app/assets/stylesheets/web/blocks/tariffs-card.sass */
.tariffs-card.card .tariffs-card__image {
  margin-right: 100px;
  padding: 12px 20px;
}

/* line 14, app/assets/stylesheets/web/blocks/tariffs-card.sass */
.tariffs-card.card .tariffs-card__image img {
  max-width: 200px;
  width: 100%;
}

/* line 18, app/assets/stylesheets/web/blocks/tariffs-card.sass */
.tariffs-card.card .tariffs-card__image .flag-icon {
  height: 125px;
  width: 166px;
}

/* line 22, app/assets/stylesheets/web/blocks/tariffs-card.sass */
.tariffs-card.card .tariffs-card__image .flag-icon + .flag-icon {
  margin-left: 30px;
}

/* line 25, app/assets/stylesheets/web/blocks/tariffs-card.sass */
.tariffs-card.card .circle-label {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 120px;
}

/* line 31, app/assets/stylesheets/web/blocks/tariffs-card.sass */
.tariffs-card.card .iconic-group {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 12px 20px;
  text-align: left;
}

/* line 37, app/assets/stylesheets/web/blocks/tariffs-card.sass */
.tariffs-card.card .iconic-group .iconic-group__title {
  font-size: 24px;
}

/* line 40, app/assets/stylesheets/web/blocks/tariffs-card.sass */
.tariffs-card.card .iconic-group .iconic-group__text {
  font-size: 15px;
}

/* line 43, app/assets/stylesheets/web/blocks/tariffs-card.sass */
.tariffs-card.card .tariffs-card__button {
  border-color: #a7a7a7;
  color: var(--body--color);
  font-weight: 400;
}

/* line 48, app/assets/stylesheets/web/blocks/tariffs-card.sass */
.tariffs-card.card .text-badge {
  color: #777;
  display: block;
  padding: 3px 0;
  white-space: normal;
}

/* line 54, app/assets/stylesheets/web/blocks/tariffs-card.sass */
a.tariffs-card.card,
button.tariffs-card.card {
  color: var(--body--color);
  transition: background 0.25s, border-color 0.25s;
}

/* line 59, app/assets/stylesheets/web/blocks/tariffs-card.sass */
a.tariffs-card.card .tariffs-card__button,
button.tariffs-card.card .tariffs-card__button {
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}

/* line 64, app/assets/stylesheets/web/blocks/tariffs-card.sass */
a.tariffs-card_blue.card .circle-label,
button.tariffs-card_blue.card .circle-label {
  background: #c4c0ff;
}

/* line 67, app/assets/stylesheets/web/blocks/tariffs-card.sass */
a.tariffs-card_blue.card:hover,
button.tariffs-card_blue.card:hover {
  background: #c4c0ff;
  border-color: #c4c0ff;
}

/* line 71, app/assets/stylesheets/web/blocks/tariffs-card.sass */
a.tariffs-card_blue.card:hover .tariffs-card__button,
button.tariffs-card_blue.card:hover .tariffs-card__button {
  background: #c4c0ff;
  border-color: #c4c0ff;
  color: #fff;
}

/* line 78, app/assets/stylesheets/web/blocks/tariffs-card.sass */
a.tariffs-card_red.card .circle-label,
button.tariffs-card_red.card .circle-label {
  background: #f55f44;
}

/* line 81, app/assets/stylesheets/web/blocks/tariffs-card.sass */
a.tariffs-card_red.card:hover,
button.tariffs-card_red.card:hover {
  background: #f55f44;
  border-color: #f55f44;
}

/* line 85, app/assets/stylesheets/web/blocks/tariffs-card.sass */
a.tariffs-card_red.card:hover .tariffs-card__button,
button.tariffs-card_red.card:hover .tariffs-card__button {
  background: #f55f44;
  border-color: #f55f44;
  color: #fff;
}
/* line 1, app/assets/stylesheets/web/blocks/tariffs-row.sass */
.tariffs-row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0 -20px;
}

/* line 7, app/assets/stylesheets/web/blocks/tariffs-row.sass */
.tariffs-row .tariffs-card {
  margin: 0 20px;
  max-width: 400px;
  width: 50%;
}
/* line 1, app/assets/stylesheets/web/blocks/tariffs-section.sass */
.tariffs-section {
  background: #46455b;
  padding: 60px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/text-badge.sass */
.text-badge {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 7, app/assets/stylesheets/web/blocks/text-badge.sass */
.text-badge .fa,
.text-badge .svg-inline--fa {
  margin-right: 4px;
}
/* line 1, app/assets/stylesheets/web/blocks/text-banner-button.sass */
.text-banner-button {
  background: linear-gradient(180deg, #580000, #CA0016);
  border-radius: 3px;
  border: 1px dashed #CA0016;
  color: #ddd;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}

/* line 13, app/assets/stylesheets/web/blocks/text-banner-button.sass */
.text-banner-button:hover, .text-banner-button:focus {
  color: #fff;
  text-decoration: none;
}
/* line 2, app/assets/stylesheets/web/blocks/text-group.sass */
.text-group ul, .text-group ol {
  padding-left: 30px;
}

/* line 5, app/assets/stylesheets/web/blocks/text-group.sass */
.text-group .btn-primary {
  border-radius: 1px;
  margin: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/textual-hr.sass */
.textual-hr {
  display: block;
  margin-bottom: 12px;
  margin-top: 12px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

/* line 9, app/assets/stylesheets/web/blocks/textual-hr.sass */
.textual-hr .textual-hr__text {
  display: inline-block;
  position: relative;
}

/* line 13, app/assets/stylesheets/web/blocks/textual-hr.sass */
.textual-hr .textual-hr__text:before, .textual-hr .textual-hr__text:after {
  background: rgba(0, 0, 0, 0.2);
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  width: 9999px;
}

/* line 22, app/assets/stylesheets/web/blocks/textual-hr.sass */
.textual-hr .textual-hr__text:before {
  margin-right: 15px;
  right: 100%;
}

/* line 26, app/assets/stylesheets/web/blocks/textual-hr.sass */
.textual-hr .textual-hr__text:after {
  left: 100%;
  margin-left: 15px;
}
/* line 1, app/assets/stylesheets/web/blocks/thumbnail.sass */
.thumbnail {
  border-radius: 3px;
  display: inline-block;
  padding: 6px;
  position: relative;
}

/* line 7, app/assets/stylesheets/web/blocks/thumbnail.sass */
.thumbnail img,
.thumbnail iframe {
  border-radius: 3px;
  display: block;
  width: 100%;
}

/* line 13, app/assets/stylesheets/web/blocks/thumbnail.sass */
.thumbnail .thumbnail__caption {
  margin-top: 6px;
  text-align: center;
}

/* line 18, app/assets/stylesheets/web/blocks/thumbnail.sass */
.thumbnail.bg-dark {
  background: #292524;
  box-shadow: 0px 1px 1px #5f5f5f, 0px -1px 1px #1C1917;
  color: #f7f7f7;
}

/* line 23, app/assets/stylesheets/web/blocks/thumbnail.sass */
.thumbnail.bg-light {
  background: #f7f7f7;
  box-shadow: 0px 1px 3px -1px rgba(95, 95, 95, 0.5);
  color: #292524;
}

/* line 29, app/assets/stylesheets/web/blocks/thumbnail.sass */
.thumbnail.bd-thin {
  padding: 2px;
}

/* line 32, app/assets/stylesheets/web/blocks/thumbnail.sass */
.thumbnail.bd-thin .thumbnail__caption {
  margin-top: 3px;
}

/* line 36, app/assets/stylesheets/web/blocks/thumbnail.sass */
a.thumbnail {
  text-decoration: none;
}
/* line 1, app/assets/stylesheets/web/blocks/tick.sass */
.tick {
  font-size: 2.5rem;
}

/* line 4, app/assets/stylesheets/web/blocks/tick.sass */
.tick .tick-label.tick-text {
  font-size: 0.75rem;
}

/* line 7, app/assets/stylesheets/web/blocks/tick.sass */
.tick .tick-group {
  margin-right: 0.5rem;
}

/* line 10, app/assets/stylesheets/web/blocks/tick.sass */
.tick .tick-group:last-child {
  margin-right: 0;
}
/* line 1, app/assets/stylesheets/web/blocks/ticket-panel.sass */
.ticket-panel.panel {
  border: 2px solid #A2A2F0;
}

/* line 4, app/assets/stylesheets/web/blocks/ticket-panel.sass */
.ticket-panel.panel .btn-primary {
  margin: 0;
}

/* line 7, app/assets/stylesheets/web/blocks/ticket-panel.sass */
.ticket-panel.panel .panel-heading {
  background: #dcdcf5;
}

/* line 10, app/assets/stylesheets/web/blocks/ticket-panel.sass */
.ticket-panel.panel .ticket-panel__title {
  font-size: 16px;
}

/* line 13, app/assets/stylesheets/web/blocks/ticket-panel.sass */
.ticket-panel.panel .ticket-panel__price {
  font-size: 16px;
  padding: 8px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/tippy.sass */
.tippy-box[data-theme~=light] {
  border-radius: 4px;
  z-index: 20;
}
/* line 1, app/assets/stylesheets/web/blocks/tour-images-grid.sass */
.tour-images-flex.flex {
  align-items: center;
  justify-content: flex-start;
  margin: -6px -5px;
}

/* line 6, app/assets/stylesheets/web/blocks/tour-images-grid.sass */
.tour-images-flex.flex .flex__item {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 6px 5px;
}

/* line 11, app/assets/stylesheets/web/blocks/tour-images-grid.sass */
.tour-images-flex.flex .flex__item img {
  border-radius: 3px;
  display: block;
  max-height: 200px;
  max-width: 300px;
  filter: grayscale(0.7) contrast(0.5) brightness(1.3) sepia(0.5);
  transition: filter 0.2s;
}

/* line 19, app/assets/stylesheets/web/blocks/tour-images-grid.sass */
.tour-images-flex.flex .flex__item:hover {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

/* line 22, app/assets/stylesheets/web/blocks/tour-images-grid.sass */
.tour-images-flex.flex .flex__item:hover img {
  filter: grayscale(0) contrast(1) brightness(1) sepia(0);
}
/* line 4, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section {
  color: #fff;
  position: relative;
}

/* line 8, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section::before, .tour-promo-section::after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 16, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section::before {
  background: linear-gradient(120deg, #333333, rgba(51, 51, 51, 0) 80%);
  width: 50%;
}

/* line 20, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section::after {
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

/* line 25, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section .tour-promo-section__body {
  align-items: center;
  display: flex;
  max-width: 900px;
  min-height: 400px;
  padding: 48px 0 0;
  position: relative;
  z-index: 1;
}

/* line 34, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section .breadcrumb-list {
  --link--color: #fff;
  background: none;
  border: none;
  margin: 0 -10px;
}

/* line 40, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section .breadcrumb-list:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 43, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section_dynamic-bg {
  background: #44403C;
}

/* line 46, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section_dynamic-bg .tour-promo-section__bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

/* line 53, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section_dynamic-bg .tour-promo-section__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.95;
  width: 100%;
}

/* line 59, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section_dynamic-bg .tour-promo-section__bg::before {
  background: transparent linear-gradient(90deg, #44403c, rgba(68, 64, 60, 0));
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 20%;
  z-index: 1;
}

/* line 69, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section_singapore-bg {
  background: #06243b;
}

/* line 72, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section_singapore-bg .tour-promo-section__bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 79, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section_singapore-bg .tour-promo-section__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.95;
  width: 100%;
}

/* line 85, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section_singapore-bg .tour-promo-section__bg::before {
  background: transparent linear-gradient(90deg, #06243b, rgba(6, 36, 59, 0));
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 90%;
  z-index: 1;
}

/* line 95, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section_hadu-bg {
  background: #fff;
}

/* line 98, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section_hadu-bg::before {
  display: none;
}

/* line 101, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section_hadu-bg .tour-promo-section__bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/* line 108, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
.tour-promo-section_hadu-bg .tour-promo-section__bg img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.95;
  width: 100%;
}

/* line 114, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
a.tour-promo-section_dynamic-bg {
  display: block;
  text-decoration: none;
}

/* line 118, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
a.tour-promo-section_dynamic-bg::before {
  opacity: 1;
  transition: opacity 0.1s;
}

/* line 122, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
a.tour-promo-section_dynamic-bg::after {
  box-shadow: 0 2px 20px -5px #010b35 inset;
}

/* line 126, app/assets/stylesheets/web/blocks/tour-promo-section.sass */
a.tour-promo-section_dynamic-bg:hover::before {
  opacity: 0.5;
}
/* line 1, app/assets/stylesheets/web/blocks/tour-section.sass */
.tour-section {
  background: #fff url(https://www.institute-of-education.com/assets/tour-bg-paper-85e780f5c398695bb9c39bfb40b8f277ef0bec5dbea34bad5ffa262700155cdb.jpg);
  background-size: 208px 208px;
  color: #041134;
}

/* line 6, app/assets/stylesheets/web/blocks/tour-section.sass */
.tour-section .tour-section__row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

/* line 11, app/assets/stylesheets/web/blocks/tour-section.sass */
.tour-section .tour-section__content {
  flex-grow: 1;
  padding: 48px 0;
}
/* line 1, app/assets/stylesheets/web/blocks/tv-frame.sass */
.tv-frame {
  background: #222;
  border: 1px solid #444;
  border-radius: 8px;
  border-width: 10px 10px 30px;
  box-sizing: content-box;
  margin: 0 auto 18px;
  position: relative;
}

/* line 10, app/assets/stylesheets/web/blocks/tv-frame.sass */
.tv-frame:before {
  background: #777;
  border-radius: 50%;
  border: 3px solid #f7f7f7;
  bottom: -15px;
  box-sizing: border-box;
  content: '';
  height: 14px;
  left: 50%;
  margin: -7px;
  position: absolute;
  width: 14px;
}

/* line 23, app/assets/stylesheets/web/blocks/tv-frame.sass */
.tv-frame:after {
  background: #333;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  bottom: -30px;
  box-sizing: border-box;
  content: '';
  height: 16px;
  left: 50%;
  margin: -16px -25px;
  position: absolute;
  width: 50px;
}

/* line 36, app/assets/stylesheets/web/blocks/tv-frame.sass */
.tv-frame .tv-frame__iframe {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/* line 42, app/assets/stylesheets/web/blocks/tv-frame.sass */
.tv-frame_16by9 {
  height: 405px;
  width: 720px;
}

/* line 46, app/assets/stylesheets/web/blocks/tv-frame.sass */
.tv-frame_auto {
  height: auto;
  width: auto;
}
/* line 1, app/assets/stylesheets/web/blocks/variables-custom.sass */
:root {
  --font-family--sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family--serif: "Lora", Georgia, Cambria, "Times New Roman", Times, serif;
  --font-family--mono: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --body--background: #fff;
  --body--background_transparent: rgba(237, 242, 247, 0);
  --body--color: #292d3c;
  --breadcrumb-list--border-color: #D6D3D1;
  --breadcrumb-list_hover--background: #fff;
  --footer-section--background: #fff;
  --footer-section--border-color: #fff;
  --globe-textual-logo--color: #336699;
  --globe-textual-logo_hover--color: #E54B4B;
  --input--background: #fff;
  --input--background_transparent: rgba(255, 255, 255, 0);
  --input--color: #292d3c;
  --input--border-color: #ccc;
  --input__placeholder--color: #777;
  --link--color: #3072c4;
  --link_hover--color: #04A8FF;
  --link_active--color: #d93025;
  --menu-item--color: #292d3c;
  --menu-item_hover--background: rgba(0, 0, 0, 0.07);
  --menu-item_hover--color: #292d3c;
  --menu-item_active--background: rgba(0, 0, 0, 0.07);
  --menu-item_active--color: #292d3c;
  --micromodal__dialog--background: #fff;
  --nav-item--color: #292d3c;
  --nav-item_hover--background: rgba(0, 0, 0, 0.05);
  --nav-item_hover--color: #292d3c;
  --nav-item_active--background: rgba(0, 0, 0, 0.05);
  --one-field-form--border-color: #dfe1e6;
  --soda-header--background: #fff;
  --soda-header--color: #292d3c;
  --soda-header__hover--background: rgba(0, 0, 0, 0.07);
  --soda-header__link--color: #3072c4;
  --soda-mobile-menu--background: #D6D3D1;
  --soda-mobile-menu--border-color: #57534E;
  --soda-mobile-menu--color: #57534E;
  --subnav-section--background: #fff;
  --table-block--background: #fff;
  --table-block__th--background: #E7E5E4;
  --table-block__th--color: #5E6C84;
  --table-block__cell--border-color: #DFE1E6;
  --table-block__cell_even--background: #FAF5FF;
}
/* line 1, app/assets/stylesheets/web/blocks/video-block.sass */
.video-block {
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
/* line 1, app/assets/stylesheets/web/blocks/video-frame.sass */
.video-frame {
  background: #222;
  border-radius: 3px;
  border: 3px solid #444;
  overflow: hidden;
  position: relative;
}

/* line 8, app/assets/stylesheets/web/blocks/video-frame.sass */
.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* line 18, app/assets/stylesheets/web/blocks/video-frame.sass */
.video-frame_16by9 {
  width: 100%;
  padding-top: 56.25%;
}
/* line 1, app/assets/stylesheets/web/blocks/videos-grid.sass */
.videos-flex.flex {
  align-items: flex-start;
  justify-content: space-between;
  margin: -6px -5px;
}

/* line 6, app/assets/stylesheets/web/blocks/videos-grid.sass */
.videos-flex.flex .flex__item {
  flex-grow: 1;
  margin: 6px 5px;
  min-width: 270px;
  width: 100%;
}

/* line 13, app/assets/stylesheets/web/blocks/videos-grid.sass */
.videos-flex_25p.flex .flex__item {
  max-width: 24%;
  max-width: calc(25% - 10px);
}

/* line 18, app/assets/stylesheets/web/blocks/videos-grid.sass */
.videos-flex_33p.flex .flex__item {
  max-width: 30%;
  max-width: calc(33.3333% - 10px);
}

/* line 23, app/assets/stylesheets/web/blocks/videos-grid.sass */
.videos-flex_50p.flex .flex__item {
  max-width: 49%;
  max-width: calc(50% - 10px);
}
@media (min-width: 640px) {
  /* line 3, app/assets/stylesheets/web/blocks/visible.sass */
  .visible_640_max {
    display: none;
  }
}

@media (max-width: 639px) {
  /* line 7, app/assets/stylesheets/web/blocks/visible.sass */
  .visible_640_min {
    display: none;
  }
}

@media (min-width: 720px) {
  /* line 12, app/assets/stylesheets/web/blocks/visible.sass */
  .visible_720_max {
    display: none;
  }
}

@media (max-width: 719px) {
  /* line 16, app/assets/stylesheets/web/blocks/visible.sass */
  .visible_720_min {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 21, app/assets/stylesheets/web/blocks/visible.sass */
  .visible_768_max {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 25, app/assets/stylesheets/web/blocks/visible.sass */
  .visible_768_min {
    display: none;
  }
}

@media (min-width: 1024px) {
  /* line 30, app/assets/stylesheets/web/blocks/visible.sass */
  .visible_1024_max {
    display: none;
  }
}

@media (max-width: 1023px) {
  /* line 34, app/assets/stylesheets/web/blocks/visible.sass */
  .visible_1024_min {
    display: none;
  }
}
/* line 5, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .slider-item,
.welcome-slider-section .slider-wrapper .slider-column {
  height: 500px;
}

@media (min-width: 1920px) {
  /* line 5, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
  .welcome-slider-section .slider-wrapper .slider-item,
.welcome-slider-section .slider-wrapper .slider-column {
    height: 26.0416vw;
  }
}

/* line 12, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .slider-column {
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

/* line 18, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .minzdrav-image {
  margin-top: 6px;
}

/* line 21, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .slider-item__link {
  display: block;
  margin-top: 21px;
}

/* line 25, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .slider-item__link + .slider-item__link {
  margin-top: 0;
  margin-left: 5px;
}

/* line 29, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .slider-quote {
  margin-bottom: 48px;
  margin-left: 95px;
}

/* line 33, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .flickity-viewport {
  background: #999;
}

/* line 36, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .flickity-button {
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

/* line 40, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .flickity-button .flickity-button-icon {
  fill: #3b67c4;
}

/* line 43, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .flickity-button:hover {
  background: #3b67c4;
}

/* line 46, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .flickity-button:hover .flickity-button-icon {
  fill: #fff;
}

/* line 49, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .flickity-prev-next-button {
  border-radius: 3px;
  height: 40px;
  top: 50%;
  width: 25px;
}

/* line 55, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .flickity-prev-next-button.previous {
  left: 5px;
}

/* line 58, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .flickity-prev-next-button.next {
  right: 5px;
}

/* line 61, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .flickity-page-dots {
  bottom: 8px;
}

/* line 64, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .flickity-page-dots .dot {
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4) inset;
  height: 12px;
  margin: 0 4px;
  opacity: 1;
  transition: background 0.25s;
  width: 12px;
}

/* line 73, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section .slider-wrapper .flickity-page-dots .dot.is-selected {
  background: #777;
}

/* line 78, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section_cell {
  padding-top: 12px;
}

/* line 82, app/assets/stylesheets/web/blocks/welcome-slider-section.sass */
.welcome-slider-section_cell .slider-wrapper .flickity-viewport {
  border-radius: 1rem;
}
/* line 1, app/assets/stylesheets/web/blocks/wide-grid.sass */
.wide-flex.flex {
  align-items: flex-start;
  justify-content: flex-start;
  margin: -6px -20px;
}

/* line 6, app/assets/stylesheets/web/blocks/wide-grid.sass */
.wide-flex.flex .flex__item {
  flex-grow: 1;
  margin: 6px 20px;
}
/* line 3, app/assets/stylesheets/web/blocks/wide-slider-item.sass */
.wide-slider-item_medvedev {
  background: url(https://www.institute-of-education.com/assets/slide-medvedev-bbea598c4a106b4610cf29176bb35d5744d240c3c455ba2ec15e8e95fcac72a4.jpg) 50% 50% no-repeat;
  background-size: cover;
}

/* line 6, app/assets/stylesheets/web/blocks/wide-slider-item.sass */
.wide-slider-item_minobrnauki {
  background: url(https://www.institute-of-education.com/assets/slide-minobrnauki-8448d70d1dca7f858836a31926ebaef38b6ec1c4eaf9f209ca5691081bef8d8e.jpg) 50% 50% no-repeat;
  background-size: cover;
}

/* line 9, app/assets/stylesheets/web/blocks/wide-slider-item.sass */
.wide-slider-item_minprosvet {
  background: url(https://www.institute-of-education.com/assets/slide-minprosvet-9742e86bff26cd278cd7574790db7891acd7eb1377653c70d841c4addfca0d87.jpg) 50% 50% no-repeat;
  background-size: cover;
}

/* line 12, app/assets/stylesheets/web/blocks/wide-slider-item.sass */
.wide-slider-item_minzdrav {
  background: url(https://www.institute-of-education.com/assets/slide-minzdrav-acdf573f658c8a2d897e898792786459269771e9e0dd63f0f96d8b76fee5191c.jpg) 50% 50% no-repeat;
  background-size: cover;
}

/* line 15, app/assets/stylesheets/web/blocks/wide-slider-item.sass */
.wide-slider-item_president {
  background: url(https://www.institute-of-education.com/assets/slide-president-d44a7214df52051441c3e659ab8e1ded144402554f67b53e3f4a30762ead391d.jpg) 50% 50% no-repeat;
  background-size: cover;
}
/*



















*/
