/* RWD */
@keyframes Rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/***** HEADERS *****/
.section-header {
  padding: 0 0 32px 0;
}

.section-subheader {
  padding: 0 0 20px 0;
}

.subsection-header {
  padding: 0 0 32px 0;
}

.subsection-subheader {
  padding: 0 0 20px 0;
}

.section-pretitle {
  font-size: 14px;
  color: #3D3D3D;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1300px) {
  .section-pretitle {
    font-size: 16px;
  }
}

.simple-header {
  padding: 0 0 16px 0;
}

.plain-header {
  padding: 0 0 8px 0;
}
@media (min-width: 1700px) {
  .plain-header {
    padding-bottom: 12px;
  }
}

.section-title {
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 420px) {
  .section-title {
    font-size: 28px;
  }
}
@media (min-width: 480px) {
  .section-title {
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .section-title {
    font-size: 34px;
  }
}
@media (min-width: 1700px) {
  .section-title {
    font-size: 40px;
  }
}

.section-title--large {
  font-size: 30px;
}
@media (min-width: 420px) {
  .section-title--large {
    font-size: 34px;
  }
}
@media (min-width: 480px) {
  .section-title--large {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  .section-title--large {
    font-size: 40px;
  }
}
@media (min-width: 1700px) {
  .section-title--large {
    font-size: 50px;
  }
}

.section-title--small {
  font-size: 22px;
}
@media (min-width: 420px) {
  .section-title--small {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .section-title--small {
    font-size: 26px;
  }
}
@media (min-width: 1300px) {
  .section-title--small {
    font-size: 28px;
  }
}
@media (min-width: 1700px) {
  .section-title--small {
    font-size: 30px;
  }
}

.section-subtitle {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 420px) {
  .section-subtitle {
    font-size: 22px;
  }
}
@media (min-width: 480px) {
  .section-subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle {
    font-size: 26px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle {
    font-size: 28px;
  }
}

.section-subtitle--large {
  font-size: 24px;
}
@media (min-width: 420px) {
  .section-subtitle--large {
    font-size: 26px;
  }
}
@media (min-width: 480px) {
  .section-subtitle--large {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle--large {
    font-size: 30px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle--large {
    font-size: 34px;
  }
}

.section-subtitle--small {
  font-size: 16px;
}
@media (min-width: 420px) {
  .section-subtitle--small {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .section-subtitle--small {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle--small {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle--small {
    font-size: 24px;
  }
}

.subsection-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 420px) {
  .subsection-title {
    font-size: 15px;
  }
}
@media (min-width: 480px) {
  .subsection-title {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .subsection-title {
    font-size: 18px;
  }
}
@media (min-width: 1700px) {
  .subsection-title {
    font-size: 20px;
  }
}

.subsection-title--large {
  font-size: 16px;
}
@media (min-width: 420px) {
  .subsection-title--large {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .subsection-title--large {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .subsection-title--large {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .subsection-title--large {
    font-size: 26px;
  }
}

.subsection-title--small {
  font-size: 12px;
}
@media (min-width: 420px) {
  .subsection-title--small {
    font-size: 13px;
  }
}
@media (min-width: 480px) {
  .subsection-title--small {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .subsection-title--small {
    font-size: 15px;
  }
}
@media (min-width: 1700px) {
  .subsection-title--small {
    font-size: 16px;
  }
}

.simple-title {
  font-size: 20px;
}
@media (min-width: 1700px) {
  .simple-title {
    font-size: 22px;
  }
}

.simple-title--small {
  font-size: 16px;
}
@media (min-width: 1700px) {
  .simple-title--small {
    font-size: 18px;
  }
}

.small-title {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 1700px) {
  .small-title {
    font-size: 14px;
  }
}

.text-title {
  font-weight: 700;
}

.subsection-subtitle {
  font-size: 16px;
  font-style: italic;
}

/***** CONTAINERS *****/
.container:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.flex-container--immediately {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-container--horizontally-center {
  align-items: center;
}

.flex-container--stretch {
  align-items: stretch;
}

.flex-container--horizontally-south {
  align-items: flex-end;
}

@media (min-width: 768px) {
  .flex-container--reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(1) {
    padding-left: 18px;
    padding-right: 0;
  }
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(2) {
    padding-right: 18px;
    padding-left: 0;
    padding-top: 0;
  }
}
@media (min-width: 1100px) {
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(1) {
    padding-left: 30px;
  }
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(2) {
    padding-right: 30px;
  }
}
@media (min-width: 1500px) {
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(1) {
    padding-left: 48px;
  }
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(2) {
    padding-right: 48px;
  }
}

.flex-container--from-tablet-xl {
  display: block;
}
@media (min-width: 992px) {
  .flex-container--from-tablet-xl {
    display: flex;
  }
}

.flex-column {
  min-height: 1px;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .flex-column {
    padding: 0;
  }
}
.flex-column:first-child {
  padding-top: 0;
}

.flex-column--space {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .flex-column--space {
    padding: 0 12px;
  }
}
.flex-column--space:first-child {
  padding-left: 0;
}
.flex-column--space:last-child {
  padding-right: 0;
}

.flex-column--small-space {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .flex-column--small-space {
    padding: 0 8px;
  }
}
.flex-column--small-space:first-child {
  padding-left: 0;
}
.flex-column--small-space:last-child {
  padding-right: 0;
}

.flex-column--big-space {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .flex-column--big-space {
    padding: 0 20px;
  }
}
@media (min-width: 1300px) {
  .flex-column--big-space {
    padding: 0 40px;
  }
}
.flex-column--big-space:first-child {
  padding-left: 0;
}
.flex-column--big-space:last-child {
  padding-right: 0;
}

.flex-column--no-top-space {
  padding-top: 0;
}

@media (min-width: 768px) {
  .flex-column--8 {
    min-width: 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 768px) {
  .flex-column--8.flex-column--space:nth-child(1) {
    padding-right: 12px;
  }
  .flex-column--8.flex-column--space:nth-child(2) {
    padding-left: 12px;
  }
}
@media (min-width: 1300px) {
  .flex-column--8.flex-column--space:nth-child(1) {
    padding-right: 20px;
  }
  .flex-column--8.flex-column--space:nth-child(2) {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .flex-column--7 {
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

.flex-column--7-from-tablet-xl {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .flex-column--7-from-tablet-xl {
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .flex-column--6 {
    min-width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--small-space:nth-child(1) {
    padding-right: 10px;
  }
  .flex-column--6.flex-column--small-space:nth-child(2) {
    padding-left: 10px;
  }
}
@media (min-width: 1100px) {
  .flex-column--6.flex-column--small-space:nth-child(1) {
    padding-right: 16px;
  }
  .flex-column--6.flex-column--small-space:nth-child(2) {
    padding-left: 16px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--small-space:nth-child(1) {
    padding-right: 24px;
  }
  .flex-column--6.flex-column--small-space:nth-child(2) {
    padding-left: 24px;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 18px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 18px;
  }
}
@media (min-width: 1100px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 30px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 30px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 48px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 48px;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--big-space:nth-child(1) {
    padding-right: 40px;
  }
  .flex-column--6.flex-column--big-space:nth-child(2) {
    padding-left: 40px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--big-space:nth-child(1) {
    padding-right: 60px;
  }
  .flex-column--6.flex-column--big-space:nth-child(2) {
    padding-left: 60px;
  }
}
@media (min-width: 1700px) {
  .flex-column--6.flex-column--big-space:nth-child(1) {
    padding-right: 80px;
  }
  .flex-column--6.flex-column--big-space:nth-child(2) {
    padding-left: 80px;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 32px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 32px;
  }
}
@media (min-width: 1300px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 48px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 48px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 80px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 80px;
  }
}
@media (min-width: 1700px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 100px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 100px;
  }
}

@media (min-width: 768px) {
  .flex-column--5 {
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

.flex-column--5--from-tablet-xl {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .flex-column--5--from-tablet-xl {
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .flex-column--4 {
    min-width: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 768px) {
  .flex-column--4.flex-column--space:nth-child(1) {
    padding-right: 24px;
  }
  .flex-column--4.flex-column--space:nth-child(2) {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex-column--4.flex-column--space:nth-child(3) {
    padding-left: 24px;
  }
}
@media (min-width: 1300px) {
  .flex-column--4.flex-column--space:nth-child(1) {
    padding-right: 40px;
  }
  .flex-column--4.flex-column--space:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex-column--4.flex-column--space:nth-child(3) {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .flex-column--3 {
    min-width: 25%;
    max-width: 25%;
  }
}

.horizontal-items {
  list-style-type: none;
}
.horizontal-items > li {
  padding: 8px 0;
}
@media (min-width: 420px) {
  .horizontal-items > li {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 1700px) {
  .horizontal-items > li {
    padding: 0 32px;
  }
}
.horizontal-items > li:first-child {
  padding-top: 0;
}
@media (min-width: 420px) {
  .horizontal-items > li:first-child {
    padding-left: 0;
  }
}
.horizontal-items > li:last-child {
  padding-bottom: 0;
}
@media (min-width: 420px) {
  .horizontal-items > li:last-child {
    padding-right: 0;
  }
}
.horizontal-items__distinguished {
  font-weight: 500;
}

.simple-list {
  list-style-type: none;
}
.simple-list > li {
  display: block;
  padding: 4px 0;
}

.simple-list--more-space > li {
  padding: 12px 0;
}
.simple-list--more-space > li:first-child {
  padding-top: 0;
}
.simple-list--more-space > li:last-child {
  padding-bottom: 0;
}

.plain-list {
  list-style-type: none;
}
.plain-list > li {
  display: block;
  padding: 2px 0;
}

/***** TEXT *****/
.text, .text-title {
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
}
@media (min-width: 1700px) {
  .text, .text-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.text p, .text-title p {
  padding: 5px 0;
  margin: 0;
}
.text p:first-child, .text-title p:first-child {
  padding-top: 0;
}
.text p:last-child, .text-title p:last-child {
  padding-bottom: 0;
}
.text em, .text-title em {
  font-style: italic;
}
.text a, .text-title a {
  color: #000;
}
.text a:hover, .text-title a:hover, .text a:focus, .text-title a:focus {
  color: #3687FF;
}
.text ol, .text-title ol {
  list-style-type: none;
  padding: 0 0 0 8px;
  counter-reset: textOrderedList;
}
.text ol > li, .text-title ol > li {
  position: relative;
  padding: 2px 0 2px 32px;
}
.text ol > li:before, .text-title ol > li:before {
  content: counters(textOrderedList, ".") ".";
  counter-increment: textOrderedList;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  padding: 0;
  text-align: right;
}
.text ul, .text-title ul {
  list-style-type: none;
  padding: 0 0 0 24px;
}
.text ul > li, .text-title ul > li {
  position: relative;
  padding: 2px 0 2px 16px;
}
.text ul > li:before, .text-title ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.text--light a {
  color: #fff;
}

.text--large {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1700px) {
  .text--large {
    font-size: 20px;
    line-height: 28px;
  }
}
.text--large p {
  padding: 8px 0;
}
.text--large ul {
  padding: 0 0 0 24px;
}
.text--large ul > li {
  padding: 2px 0 2px 16px;
}
.text--large ul > li:before {
  top: 12px;
  width: 6px;
  height: 6px;
}

.text--small {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .text--small {
    font-size: 14px;
    line-height: 22px;
  }
}
.text--small ol {
  padding: 0 0 0 6px;
}
.text--small ol > li {
  padding: 1px 0 1px 30px;
}
.text--small ol > li:before {
  top: 1px;
}
.text--small ul {
  padding: 0 0 0 24px;
}
.text--small ul > li {
  padding: 1px 0 1px 12px;
}
.text--small ul > li:before {
  top: 10px;
  width: 4px;
  height: 4px;
}

.text--no-indent-lists ul,
.text--no-indent-lists ol {
  padding-left: 0;
}

.text--distinguished {
  font-weight: 700;
}

/***** BUTTONS *****/
.button {
  clear: both;
  display: inline-block;
  margin: 0 0 0 -3px;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  border: 0;
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  white-space: nowrap;
}
.button__wrapper {
  padding: 8px 32px;
  position: relative;
}
.button__wrapper:before, .button__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button__wrapper:before {
  top: 0;
  background: #3687FF;
}
.button__wrapper:after {
  top: -100%;
  background: #23AABA;
}
.button__inner {
  position: relative;
  z-index: 10;
}
.button:hover .button__wrapper:after {
  top: 0;
}

.button--large {
  font-size: 16px;
}
.button--large .button__wrapper {
  padding: 10px 40px;
}

.button--small {
  font-size: 12px;
}
.button--small .button__wrapper {
  padding: 8px 24px;
}

.button--dark .button__wrapper:before {
  background: #000;
}

.button--light {
  color: #3687FF;
}
.button--light .button__wrapper:before {
  background: #fff;
}
.button--light .button__wrapper:after {
  background: #3687FF;
}
.button--light:hover, .button--light:focus {
  color: #fff;
}

.button--stroke {
  color: #3687FF;
}
.button--stroke .button__wrapper:before {
  border: 1px solid #3687FF;
  background: transparent;
}
.button--stroke .button__wrapper:after {
  background: #3687FF;
}
.button--stroke:hover, .button--stroke:focus {
  color: #fff;
}
.button--dark.button--stroke {
  color: #000;
}
.button--dark.button--stroke .button__wrapper:before {
  border-color: #000;
}
.button--dark.button--stroke .button__wrapper:after {
  background: #000;
}
.button--dark.button--stroke:hover, .button--dark.button--stroke:focus {
  color: #fff;
}

.button--light.button--stroke {
  color: #fff;
}
.button--light.button--stroke .button__wrapper:before {
  border-color: #fff;
}
.button--light.button--stroke .button__wrapper:after {
  background: #fff;
}
.button--light.button--stroke:hover, .button--light.button--stroke:focus {
  color: #3687FF;
}

.button--static:hover .button__wrapper:after, .button--static:focus .button__wrapper:after {
  top: -100%;
}

.button-container {
  padding: 20px 0 0 0;
}

/***** FORMS *****/
.form__field-container {
  padding: 12px 0;
}
.form__field-container:first-child {
  padding-top: 0;
}
.form__field-container:last-child {
  padding-bottom: 0;
}
.form__field-container--separated-top {
  border-top: 1px solid #aaa;
  margin-top: 12px;
}
.form__field-container--separated-bottom {
  border-bottom: 1px solid #aaa;
  margin-bottom: 12px;
}
.form__info-container {
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form--bounded {
  max-width: 400px;
}

.horizontal-form__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.horizontal-form__item {
  padding: 0 16px;
}
.horizontal-form__item:first-child {
  padding-left: 0;
}
.horizontal-form__item:last-child {
  padding-right: 0;
}

.form-field {
  display: block;
  width: 100%;
  position: relative;
}
.form-field__wrapper {
  position: relative;
  display: block;
}
.form-field__inner {
  position: relative;
}
.form-field__decoration {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-field__core, .std-dropdown__header {
  display: block;
  padding: 8px 8px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  color: #000;
  position: relative;
  font-size: 14px;
  text-align: left;
  z-index: 5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1700px) {
  .form-field__core, .std-dropdown__header {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.form-field__core:focus, .std-dropdown__header:focus {
  border-color: #000;
}
.form-field__core--code {
  font-family: "Courier New", monospace;
}
.form-field__core::-webkit-input-placeholder, .std-dropdown__header::-webkit-input-placeholder, .form-field__core:-moz-placeholder, .std-dropdown__header:-moz-placeholder, .form-field__core::-moz-placeholder, .std-dropdown__header::-moz-placeholder, .form-field__core:-ms-input-placeholder, .std-dropdown__header:-ms-input-placeholder {
  color: #E1E1E1;
  opacity: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .form-field__core::-webkit-input-placeholder, .std-dropdown__header::-webkit-input-placeholder, .form-field__core:-moz-placeholder, .std-dropdown__header:-moz-placeholder, .form-field__core::-moz-placeholder, .std-dropdown__header::-moz-placeholder, .form-field__core:-ms-input-placeholder, .std-dropdown__header:-ms-input-placeholder {
    text-align: left;
  }
}
.form-field__field-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field__suffix {
  padding: 0 0 0 12px;
}
.form-field.error .form-field__title {
  color: #DB2B39;
}
.form-field.error .form-field__core, .form-field.error .std-dropdown__header {
  border-color: #DB2B39;
}

.form-field--underline .form-field__header {
  padding: 0 0 2px 0;
}
@media (min-width: 420px) {
  .form-field--underline .form-field__header {
    padding: 0 0 5px 0;
  }
}
.form-field--underline .form-field__core, .form-field--underline .std-dropdown__header {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-field--horizontal .form-field__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field--horizontal .form-field__header {
  padding: 0 12px 0 0;
}
.form-field--horizontal .form-field__field-container {
  width: 100%;
}

.form-field--file {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field--file .form-field__side-container {
  padding: 0 0 0 16px;
}
.form-field--file input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -999;
}

.form-field-wrapper {
  display: block;
  width: 100%;
  position: relative;
}
.form-field-wrapper__header {
  padding: 0 0 5px 0;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
}
@media (min-width: 420px) {
  .form-field-wrapper__header {
    padding: 0 0 8px 0;
  }
}
@media (min-width: 768px) {
  .form-field-wrapper__header {
    text-align: left;
  }
}
@media (min-width: 1700px) {
  .form-field-wrapper__header {
    font-size: 16px;
  }
}
.form-field-wrapper__title {
  color: #000;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.icon-form-field {
  display: block;
}
.icon-form-field__icon-container {
  background: #3687FF;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #3687FF;
  border-right: 0;
}
.icon-form-field__container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.icon-form-field__core {
  display: block;
  padding: 8px 8px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  border: 1px solid #3687FF;
  border-left: 0;
  background: none;
  color: #000;
  position: relative;
  font-size: 14px;
  text-align: left;
  z-index: 5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  outline: none;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1500px) {
  .icon-form-field__core {
    font-size: 16px;
  }
}
.icon-form-field__core::-webkit-input-placeholder, .icon-form-field__core:-moz-placeholder, .icon-form-field__core::-moz-placeholder, .icon-form-field__core:-ms-input-placeholder {
  color: #E1E1E1;
  opacity: 1;
  text-align: left;
}
.icon-form-field__header {
  padding: 0 0 4px 0;
}
@media (min-width: 1500px) {
  .icon-form-field__header {
    padding-bottom: 8px;
  }
}
.icon-form-field__title {
  font-size: 16px;
  color: #3687FF;
  font-weight: 400;
}
@media (min-width: 1500px) {
  .icon-form-field__title {
    font-size: 20px;
  }
}

.icon-form-field.error .icon-form-field__core {
  border-color: #DB2B39;
}
.icon-form-field.error .icon-form-field__icon-container {
  border-color: #DB2B39;
}

.choice-field {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}
@media (min-width: 1700px) {
  .choice-field {
    width: 18px;
    height: 18px;
  }
}
.choice-field__core {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
}
.choice-field__field {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.choice-field__field:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1700px) {
  .choice-field__field:before {
    width: 12px;
    height: 12px;
  }
}
.choice-field__core:focus ~ .choice-field__field:before {
  background: #000;
}
.choice-field__core:checked ~ .choice-field__field {
  border-color: #000;
}
.choice-field__core:checked ~ .choice-field__field:before {
  background: #3687FF;
}
.choice-field.choice-field--radio .choice-field__field {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.choice-field.choice-field--radio .choice-field__field:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.choice-field--light .choice-field__field {
  border: 1px solid #fff;
}
.choice-field--light .choice-field__core:focus ~ .choice-field__field:before {
  background: #fff;
}
.choice-field--light .choice-field__core:focus ~ .choice-field__field:before {
  background: #3687FF;
}
.choice-field--light .choice-field__core:checked ~ .choice-field__field {
  border-color: #fff;
}

.choice-field.error .choice-field__field {
  border-color: #DB2B39;
}

.choice-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.choice-item__field {
  padding: 2px 0 0 0;
}
.choice-item__description {
  padding: 0 0 0 12px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .choice-item__description {
    font-size: 16px;
    line-height: 22px;
    padding-left: 16px;
  }
}

.choice-list {
  list-style-type: none;
}
.choice-list > li {
  padding: 4px 0;
}
.choice-list > li:first-child {
  padding-top: 0;
}
.choice-list > li:last-child {
  padding-bottom: 0;
}

.invisible-form-field {
  background: none;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-appearance: none;
  outline: none;
}
.invisible-form-field:focus {
  border: 0;
}

/***** VARIA *****/
.tile {
  max-width: 460px;
  cursor: pointer;
}
.tile__wrapper {
  position: relative;
}
.tile__base-layer {
  background-size: cover;
  background-position: center;
  padding: 0 0 65% 0;
}
.tile__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tile__content-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  -moz-background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -o-background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -ms-background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
}
.tile__inner {
  padding: 32px 20px;
}
.tile__header {
  padding: 0 0 8px 0;
}
.tile__content-container {
  padding: 20px 0 0 0;
}
.tile:hover .tile__above-layer, .tile:focus .tile__above-layer {
  opacity: 0.3;
}

.tile--square {
  max-width: 300px;
}
.tile--square .tile__base-layer {
  padding-bottom: 100%;
}

.tile--content-revealing .tile__content-layer {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tile--content-revealing:hover .tile__content-layer, .tile--content-revealing:focus .tile__content-layer {
  opacity: 1;
}

.icon-item {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .icon-item {
    max-width: 400px;
  }
}
.icon-item__icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .icon-item__icon {
    width: 120px;
    height: 120px;
  }
}
.icon-item__icon-container {
  padding: 0 0 20px 0;
}
.icon-item__header {
  padding: 0 0 20px 0;
}

.icon-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.icon-label__icon-container {
  padding: 0 12px 0 0;
}
.icon-label__icon {
  display: block;
  width: 26px;
}
@media (min-width: 1700px) {
  .icon-label__icon {
    width: 32px;
  }
}
.icon-label__icon--small {
  width: 20px;
}
@media (min-width: 1700px) {
  .icon-label__icon--small {
    width: 24px;
  }
}

.icon-label--small-space .icon-label__icon-container {
  padding-right: 8px;
}

.icon-label--reverse .icon-label__icon-container {
  padding: 0 0 0 12px;
}

.icon-label--decorated .icon-label__icon-container {
  position: relative;
  padding-right: 32px;
}
.icon-label--decorated .icon-label__icon-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 16px;
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.2);
}

.titled-label__header {
  font-size: 14px;
  padding: 0 0 8px 0;
}
@media (min-width: 1700px) {
  .titled-label__header {
    font-size: 15px;
  }
}
.titled-label__content {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1300px) {
  .titled-label__content {
    font-size: 24px;
  }
}
@media (min-width: 1700px) {
  .titled-label__content {
    font-size: 26px;
  }
}

/***** ICONS *****/
.extended-icon, .icon-email {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -10000px;
  text-align: left;
}
.extended-icon:before, .icon-email:before, .extended-icon:after, .icon-email:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.extended-icon:after, .icon-email:after {
  opacity: 0;
}

.extended-icon--interactive, .icon-email {
  cursor: pointer;
}
.extended-icon--interactive:hover:after, .icon-email:hover:after, .extended-icon--interactive:focus:after, .icon-email:focus:after {
  opacity: 1;
}

.icon-email {
  width: 48px;
  height: 48px;
}
.icon-email:before {
  background-image: url("/img/icons/medium/icon-email.svg");
}
.icon-email:after {
  background-image: url("/img/icons/medium/icon-email-primary.svg");
}

.plain-extended-icon {
  display: inline-block;
  position: relative;
}
.plain-extended-icon__base-layer {
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.plain-extended-icon__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.plain-extended-icon--interactive {
  cursor: pointer;
}
.plain-extended-icon--interactive:hover .plain-extended-icon__above-layer, .plain-extended-icon--interactive:focus .plain-extended-icon__above-layer {
  opacity: 1;
}

.icon-plus {
  width: 16px;
  height: 16px;
  position: relative;
}
.icon-plus:before, .icon-plus:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
}
.icon-plus:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin: -1px 0 0 0;
}
.icon-plus:after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
}

.icon-plus--rotated {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-plus--light:before, .icon-plus--light:after {
  background: #fff;
}

.icon-arrow {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.icon-arrow--small {
  width: 8px;
  height: 8px;
}

.icon-arrow--large {
  width: 16px;
  height: 16px;
}

.icon-arrow--huge {
  width: 20px;
  height: 20px;
}

.icon-arrow--thin {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.icon-arrow--west {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

.icon-arrow--north {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1px;
}

.icon-arrow--east {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-arrow--south {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
  top: -2px;
}

.icon-arrow--primary {
  border-color: #3687FF;
}

.icon-loader {
  width: 32px;
  height: 32px;
  display: block;
  background: url("/img/icons/icon-loader.svg") no-repeat center;
  background-size: contain;
}

.icon-loader--light {
  background-image: url("/img/icons/icon-loader-light.svg");
}

.icon-loader--animated {
  -webkit-animation: Rotate 2s infinite linear;
  -moz-animation: Rotate 2s infinite linear;
  animation: Rotate 2s infinite linear;
}

/***** MODULES *****/
.hawk-dropdown {
  position: relative;
  display: block;
}
.hawk-dropdown__sensor, .hawk-dropdown__start-escape-sensor {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -10000;
}
.hawk-dropdown__end-sensor, .hawk-dropdown__escape-sensor {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -10000;
}
.hawk-dropdown__header {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.hawk-dropdown__list-container {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 200px;
  overflow: hidden;
}
.hawk-dropdown__list > li {
  display: block;
}
.hawk-dropdown__list a {
  display: block;
}
.hawk-dropdown.hawk-dropdown--open {
  z-index: 8000;
}

.hawk-dropdown--expanding .hawk-dropdown__list-container {
  position: relative;
  top: 0;
}

.hawk-dropdown--upwards .hawk-dropdown__list-container {
  top: auto;
  bottom: 100%;
}

.std-dropdown__header:hover, .std-dropdown__header:focus {
  border-color: #000;
}
.std-dropdown__title {
  font-size: 14px;
  font-weight: 500;
}
.std-dropdown__list-container {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  border-top: 0;
  padding: 8px 0;
}
.std-dropdown.hawk-dropdown--open .std-dropdown__header {
  border-color: #3687FF;
  border-bottom-color: transparent;
}
.std-dropdown.hawk-dropdown--open .std-dropdown__list-container {
  border-color: #3687FF;
}

.dropdown-item {
  cursor: pointer;
  position: relative;
}
.dropdown-item__description {
  padding: 4px 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropdown-item__description:hover, .dropdown-item__field:focus ~ .dropdown-item__description {
  background: #98C1FF;
  color: #fff;
}
.dropdown-item__field:checked ~ .dropdown-item__description {
  background: #69D2E7;
}
.dropdown-item__field {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.std-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.std-pager__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.std-pager__item {
  padding: 0 4px;
}
.std-pager__separator {
  padding: 0 10px;
}
.std-pager__previous, .std-pager__next {
  cursor: pointer;
}
.std-pager__previous {
  padding: 0 12px 0 0;
}
.std-pager__next {
  padding: 0 0 0 12px;
}

.pager-item {
  cursor: pointer;
  position: relative;
}
.pager-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #3687FF;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pager-item.active:before {
  opacity: 1;
}

.form__info-wrapper {
  display: none;
}
.form__info {
  opacity: 0;
}

.hawk-layered-section {
  position: relative;
}
.hawk-layered-section__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hawk-layered-section__above-layer-inner, .hawk-layered-section__base-layer-inner {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hawk-more-content {
  display: none;
}

.hawk-sliding-layer-section {
  position: relative;
  overflow: hidden;
}
.hawk-sliding-layer-section__layer {
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  margin: 0 40px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1000;
}
@media (min-width: 1700px) {
  .hawk-sliding-layer-section__layer {
    width: 40%;
    right: -40%;
  }
}

.hawk-sliding-layer-section--active .hawk-sliding-layer-section__layer {
  right: 0;
  margin: 0;
}

.overlayer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9000;
}
.overlayer__content-container {
  display: none;
}

.std-overlayer {
  background: rgba(0, 0, 0, 0.7);
}
.std-overlayer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.std-overlayer__inner {
  background: #fff;
  padding: 32px 20px;
  margin: 40px 0;
}
@media (min-width: 650px) {
  .std-overlayer__inner {
    margin: 60px 32px;
    padding: 40px;
  }
}
@media (min-width: 1300px) {
  .std-overlayer__inner {
    margin: 80px auto;
    max-width: 900px;
  }
}
.std-overlayer__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.std-overlayer__loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

.ajax-overlayer-button {
  cursor: pointer;
}

.hawk-details-list {
  list-style-type: none;
}
.hawk-details-list__header {
  cursor: pointer;
}
.hawk-details-list__content-container {
  display: none;
}

.details-list-item {
  padding: 20px 0;
  border-top: 1px solid #E5E5E5;
}
.details-list-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-list-item__icon-container {
  padding: 0 0 0 32px;
}
.details-list-item__content-container {
  padding: 20px 0 0 0;
}

@media (min-width: 768px) {
  .details-list-item--lose-the-separator-on-desktop {
    padding-top: 0;
    border-top: 0;
  }
}

.details-list-item--lose-the-separator-always {
  padding-top: 0;
  border-top: 0;
}

.pulling-item__inner {
  position: relative;
  padding: 20px 0;
}
.pulling-item__content {
  position: relative;
}
.pulling-item__after-item-pattern {
  display: block;
  width: 100%;
  opacity: 0;
}
.pulling-item__after-item-container {
  position: relative;
}
.pulling-item__after-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  max-width: 100%;
}
.pulling-item__before-item-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  max-width: 100%;
}
.pulling-item__before-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.pulling-item__pulling-bar {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 100%;
  padding: 20px 0;
}
.pulling-item__pulling-bar-wrapper {
  height: 100%;
  width: 40px;
}
.pulling-item__pulling-bar-line {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.pulling-item__pulling-bar-line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -5px;
  width: 0;
  border-top: 6px solid #3687FF;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.pulling-item__pulling-bar-line:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -5px;
  width: 0;
  border-bottom: 6px solid #3687FF;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.pulling-item__pulling-bar-line > div {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #3687FF;
  margin: 0 0 0 -1px;
}

/***** COMPONENTS *****/
.hawk-single-instance-container__loading-layer {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hawk-instances-container {
  position: relative;
  min-height: 32px;
}
.hawk-instances-container__loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** END_MODULES **/
