@charset "UTF-8";
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */ .pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}
.pika-single:after, .pika-single:before {
  content: " ";
  display: table
}
.pika-single:after {
  clear: both
}
.pika-single {
  *zoom: 1
}
.pika-single.is-hidden {
  display: none
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px
}
.pika-title {
  position: relative;
  text-align: center
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0
}
.pika-next, .pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0
}
.pika-next:hover, .pika-prev:hover {
  opacity: 1
}
.is-rtl .pika-next, .pika-prev {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0
}
.is-rtl .pika-prev, .pika-next {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0
}
.pika-next.is-disabled, .pika-prev.is-disabled {
  cursor: default;
  opacity: .2
}
.pika-select {
  display: inline-block;
  *display: inline
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0
}
.pika-table td, .pika-table th {
  width: 14.285714285714286%;
  padding: 0
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5
}
.pika-week {
  font-size: 11px;
  color: #999
}
.is-today .pika-button {
  color: #3af;
  font-weight: 700
}
.has-event .pika-button, .is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9
}
.is-disabled .pika-button, .is-inrange .pika-button {
  background: #d5e9f7
}
.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px
}
.is-endrange .pika-button {
  color: #fff;
  background: #3af;
  box-shadow: none;
  border-radius: 3px
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default
}
.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px
}
.pika-table abbr {
  border-bottom: none;
  cursor: help
}
.pika-button, .pika-single {
  color: #3c4858
}
.pika-button {
  background: #fff
}
.sib-is-today .pika-button {
  color: #0092ff
}
.sib-is-selected .pika-button, .sib-is-today:hover .pika-button {
  color: #fff
}
.pika-button:hover, .pika-row.sib-pick-whole-week:hover .pika-button, .sib-has-event .pika-button, .sib-is-selected .pika-button {
  background: #0092ff
}
.pika-table abbr {
  cursor: default;
  color: #8390a4;
  text-decoration: none
}
.pika-label {
  font-size: 0
}
.pika-title select {
  position: static;
  opacity: 1;
  z-index: inherit
}
.sib-sms-tooltip {
  margin-left: 8px;
  position: relative
}
.sib-sms-tooltip__box {
  display: none;
  border-radius: 5px;
  color: #fff;
  background-color: #333;
  position: absolute;
  bottom: 100%;
  width: 200px;
  padding: 5px;
  right: calc(100% - 60px);
  font-size: 12px
}
.sib-sms-tooltip:hover .sib-sms-tooltip__box {
  display: block
}
.sib-sms-tooltip__icon {
  border-radius: 50%;
  color: #4da6e0;
  width: 24px;
  height: 24px;
  padding: 3px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px
}
.sib-container--medium.sib-container--horizontal .sib-sms-tooltip, .sib-container--small .sib-sms-tooltip {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  margin: 12px 8px;
  background: #687484;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}
.sib-container--medium.sib-container--horizontal .sib-sms-tooltip__icon, .sib-container--small .sib-sms-tooltip__icon {
  color: #fff;
  font-size: 16px
}
.sib-sms-input-wrapper {
  display: flex;
  align-items: center;
  position: relative
}
.sib-sms-field .form__label-row--horizontal {
  flex-wrap: wrap
} /*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */ .sib-flag {
  display: inline-block;
  width: 32px;
  min-width: 2rem;
  height: 32px;
  background: url("https://static.sendinblue.com/images/flags.png") no-repeat
}
.sib-flag.sib-flag-ad {
  background-position: -3px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ae {
  background-position: -36px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-af {
  background-position: -69px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ag {
  background-position: -102px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ai {
  background-position: -135px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-al {
  background-position: -168px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-am {
  background-position: -201px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ao {
  background-position: -234px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-aq {
  background-position: -267px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ar {
  background-position: -300px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-as {
  background-position: -333px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-at {
  background-position: -366px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-au {
  background-position: -399px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-aw {
  background-position: -432px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ax {
  background-position: -465px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-az {
  background-position: -498px 0;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ba {
  background-position: -3px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bb {
  background-position: -36px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bd {
  background-position: -69px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-be {
  background-position: -102px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bf {
  background-position: -135px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bg {
  background-position: -168px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bh {
  background-position: -201px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bi {
  background-position: -234px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bj {
  background-position: -267px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bl {
  background-position: -300px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bm {
  background-position: -333px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bn {
  background-position: -366px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bo {
  background-position: -399px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bq {
  background-position: -432px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-br {
  background-position: -465px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bs {
  background-position: -498px -33px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bt {
  background-position: -3px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bv {
  background-position: -36px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bw {
  background-position: -69px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-by {
  background-position: -102px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-bz {
  background-position: -135px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ca {
  background-position: -168px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cc {
  background-position: -201px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cd {
  background-position: -234px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cf {
  background-position: -267px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cg {
  background-position: -300px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ch {
  background-position: -333px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ci {
  background-position: -366px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ck {
  background-position: -399px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cl {
  background-position: -432px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cm {
  background-position: -465px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cn {
  background-position: -498px -66px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-co {
  background-position: -3px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cr {
  background-position: -36px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cu {
  background-position: -69px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cv {
  background-position: -102px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cw {
  background-position: -135px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cx {
  background-position: -168px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cy {
  background-position: -201px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-cz {
  background-position: -234px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-de {
  background-position: -267px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-dj {
  background-position: -300px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-dk {
  background-position: -333px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-dm {
  background-position: -366px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-do {
  background-position: -399px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-dz {
  background-position: -432px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ec {
  background-position: -465px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ee {
  background-position: -498px -99px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-eg {
  background-position: -3px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-eh {
  background-position: -36px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-er {
  background-position: -69px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-es {
  background-position: -102px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-et {
  background-position: -135px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-fi {
  background-position: -168px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-fj {
  background-position: -201px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-fk {
  background-position: -234px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-fm {
  background-position: -267px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-fo {
  background-position: -300px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-fr {
  background-position: -333px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ga {
  background-position: -366px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gb {
  background-position: -399px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gd {
  background-position: -432px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ge {
  background-position: -465px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gf {
  background-position: -498px -132px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gg {
  background-position: -3px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gh {
  background-position: -36px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gi {
  background-position: -69px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gl {
  background-position: -102px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gm {
  background-position: -135px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gn {
  background-position: -168px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gp {
  background-position: -201px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gq {
  background-position: -234px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gr {
  background-position: -267px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gs {
  background-position: -300px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gt {
  background-position: -333px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gu {
  background-position: -366px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gw {
  background-position: -399px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-gy {
  background-position: -432px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-hk {
  background-position: -465px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-hm {
  background-position: -498px -165px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-hn {
  background-position: -3px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-hr {
  background-position: -36px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ht {
  background-position: -69px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-hu {
  background-position: -102px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-id {
  background-position: -135px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ie {
  background-position: -168px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-il {
  background-position: -201px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-im {
  background-position: -234px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-in {
  background-position: -267px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-io {
  background-position: -300px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-iq {
  background-position: -333px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ir {
  background-position: -366px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-is {
  background-position: -399px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-it {
  background-position: -432px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-je {
  background-position: -465px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-jm {
  background-position: -498px -198px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-jo {
  background-position: -3px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-jp {
  background-position: -36px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ke {
  background-position: -69px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-kg {
  background-position: -102px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-kh {
  background-position: -135px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ki {
  background-position: -168px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-km {
  background-position: -201px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-kn {
  background-position: -234px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-kp {
  background-position: -267px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-kr {
  background-position: -300px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-kw {
  background-position: -333px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ky {
  background-position: -366px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-kz {
  background-position: -399px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-la {
  background-position: -432px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-lb {
  background-position: -465px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-lc {
  background-position: -498px -231px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-li {
  background-position: -3px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-lk {
  background-position: -36px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-lr {
  background-position: -69px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ls {
  background-position: -102px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-lt {
  background-position: -135px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-lu {
  background-position: -168px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-lv {
  background-position: -201px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ly {
  background-position: -234px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ma {
  background-position: -267px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mc {
  background-position: -300px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-md {
  background-position: -333px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-me {
  background-position: -366px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mf {
  background-position: -399px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mg {
  background-position: -432px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mh {
  background-position: -465px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mk {
  background-position: -498px -264px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ml {
  background-position: -3px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mm {
  background-position: -36px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mn {
  background-position: -69px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mo {
  background-position: -102px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mp {
  background-position: -135px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mq {
  background-position: -168px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mr {
  background-position: -201px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ms {
  background-position: -234px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mt {
  background-position: -267px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mu {
  background-position: -300px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mv {
  background-position: -333px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mw {
  background-position: -366px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mx {
  background-position: -399px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-my {
  background-position: -432px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-mz {
  background-position: -465px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-na {
  background-position: -498px -297px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-nc {
  background-position: -3px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ne {
  background-position: -36px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-nf {
  background-position: -69px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ng {
  background-position: -102px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ni {
  background-position: -135px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-nl {
  background-position: -168px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-no {
  background-position: -201px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-np {
  background-position: -234px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-nr {
  background-position: -267px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-nu {
  background-position: -300px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-nz {
  background-position: -333px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-om {
  background-position: -366px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-pa {
  background-position: -399px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-pe {
  background-position: -432px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-pf {
  background-position: -465px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-pg {
  background-position: -498px -330px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ph {
  background-position: -3px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-pk {
  background-position: -36px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-pl {
  background-position: -69px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-pm {
  background-position: -102px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-pn {
  background-position: -135px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-pr {
  background-position: -168px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ps {
  background-position: -201px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-pt {
  background-position: -234px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-pw {
  background-position: -267px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-py {
  background-position: -300px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-qa {
  background-position: -333px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-re {
  background-position: -366px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ro {
  background-position: -399px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-rs {
  background-position: -432px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ru {
  background-position: -465px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-rw {
  background-position: -498px -363px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sa {
  background-position: -3px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sb {
  background-position: -36px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sc {
  background-position: -69px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sd {
  background-position: -102px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-se {
  background-position: -135px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sg {
  background-position: -168px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sh {
  background-position: -201px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-si {
  background-position: -234px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sj {
  background-position: -267px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sk {
  background-position: -300px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sl {
  background-position: -333px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sm {
  background-position: -366px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sn {
  background-position: -399px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-so {
  background-position: -432px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sr {
  background-position: -465px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ss {
  background-position: -498px -396px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-st {
  background-position: -3px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sv {
  background-position: -36px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sx {
  background-position: -69px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sy {
  background-position: -102px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-sz {
  background-position: -135px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tc {
  background-position: -168px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-td {
  background-position: -201px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tf {
  background-position: -234px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tg {
  background-position: -267px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-th {
  background-position: -300px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tj {
  background-position: -333px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tk {
  background-position: -366px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tl {
  background-position: -399px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tm {
  background-position: -432px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tn {
  background-position: -465px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-to {
  background-position: -498px -429px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tr {
  background-position: -3px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tt {
  background-position: -36px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tv {
  background-position: -69px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tw {
  background-position: -102px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-tz {
  background-position: -135px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ua {
  background-position: -168px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ug {
  background-position: -201px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-um {
  background-position: -234px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-us {
  background-position: -267px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-uy {
  background-position: -300px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-uz {
  background-position: -333px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-va {
  background-position: -366px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-vc {
  background-position: -399px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ve {
  background-position: -432px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-vg {
  background-position: -465px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-vi {
  background-position: -498px -462px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-vn {
  background-position: -3px -495px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-vu {
  background-position: -36px -495px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-wf {
  background-position: -69px -495px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ws {
  background-position: -102px -495px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-xk {
  background-position: -135px -495px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-ye {
  background-position: -168px -495px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-yt {
  background-position: -201px -495px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-za {
  background-position: -234px -495px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-zm {
  background-position: -267px -495px;
  width: 30px;
  height: 30px
}
.sib-flag.sib-flag-zw {
  background-position: -300px -495px;
  width: 30px;
  height: 30px
}
.sib-sms-select {
  display: flex;
  width: 100%;
  font-size: 14px;
  position: relative
}
.sib-container--medium.sib-container--horizontal .sib-sms-select, .sib-container--small .sib-sms-select {
  flex-direction: column
}
.sib-sms-select__title {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  height: 3em;
  padding: 8px 16px 8px 8px;
  margin-right: 8px;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 60px
}
.sib-sms-select__title:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000
}
.sib-sms-select__title > .sib-sms-select__label-text {
  display: none
}
.sib-container--medium.sib-container--horizontal .sib-sms-select__title, .sib-container--small .sib-sms-select__title {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: .5rem
}
.sib-container--medium.sib-container--horizontal .sib-sms-select__title:after, .sib-container--small .sib-sms-select__title:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000
}
.sib-container--medium.sib-container--horizontal .sib-sms-select__title > .sib-sms-select__label-text, .sib-container--small .sib-sms-select__title > .sib-sms-select__label-text {
  display: block
}
.sib-sms-select__list {
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  box-sizing: border-box;
  display: none;
  height: 0;
  list-style: none;
  margin: 8px 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999
}
.sib-sms-select__list.sib-is-open {
  display: block;
  height: auto;
  max-height: 250px;
  overflow: scroll;
  opacity: 1
}
.sib-sms-select__list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c0ccda;
  cursor: pointer;
  padding: 8px;
  font-size: 14px
}
.sib-sms-select__list li.sib-is-selected, .sib-sms-select__list li:hover {
  background-color: #8ed8fd
}
.sib-sms-select__number-input {
  display: flex;
  width: 100%;
  height: 3em;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  background: #fff
}
.sib-sms-select__calling-code {
  height: 100%;
  max-width: 70px;
  padding: 8px;
  border-top: 0;
  border-right: 1px solid #c0ccda;
  border-bottom: 0;
  border-left: 0;
  border-radius: 3px 0 0 3px;
  line-height: 1.8em;
  text-align: center;
  font-size: inherit;
  color: inherit;
  outline: none
}
.sib-container--medium.sib-container--horizontal .sib-sms-select__calling-code, .sib-container--small .sib-sms-select__calling-code {
  max-width: 50px;
  padding: 8px 4px
}
.sib-sms-select__phone-number {
  width: calc(100% - 70px);
  height: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 0;
  outline: 0;
  font-size: inherit
}
.sib-sms-select__label-text {
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
@media screen and (max-width:480px) {
  .sib-sms-select {
    display: block
  }
  .sib-sms-select__title {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px
  }
  .sib-container--small .sib-sms-select__title {
    display: flex
  }
  .sib-container--small .sib-sms-select__title .sib-flag {
    margin-left: 0;
    bottom: 0
  }
  .sib-container--small .sib-sms-select__title .sib-sms-select__label-text {
    margin-left: .5rem;
    padding-bottom: 0
  }
  .sib-sms-select__title:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000
  }
  .sib-sms-select__title__phone-number {
    padding-right: 45px
  }
  .sib-sms-select__title > .sib-flag {
    margin-left: 10px;
    float: left;
    position: relative;
    bottom: 4px
  }
  .sib-sms-select__title > .sib-sms-select__label-text {
    display: inline-block;
    max-width: 70%;
    margin-left: 18px;
    padding-bottom: 5px;
    font-size: 20px;
    float: left
  }
}
@media screen and (max-width:480px) {
  .sib-sms-tooltip {
    position: absolute;
    right: 12px;
    top: 56%;
    width: 18px;
    height: 18px
  }
  .sib-sms-tooltip__icon {
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent;
    text-align: center;
    font-size: 12px !important;
    padding: 4px
  }
}
@media screen and (max-width:375px) {
  .g-recaptcha.sib-visible-recaptcha {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
  }
}
.sib-form *, .sib-form :after, .sib-form :before {
  box-sizing: border-box
}
.sib-form {
  background-attachment: fixed;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  padding: 32px 12px;
  margin: 0
}
.sib-form__declaration {
  display: flex;
  padding: 0 16px;
  align-items: center
}
.sib-form__declaration .declaration-block-icon {
  display: flex;
  padding: 0 16px 0 0;
  margin: 0
}
.sib-form__declaration .declaration-block-icon [class^=sib-svgIcon] {
  width: 65px;
  height: 65px
}
.sib-form__declaration p {
  line-height: 1.5em;
  margin: 0
}
.sib-form ol, .sib-form ul {
  padding: 0
}
#sib-container {

  width: 100%
}
#sib-form {
  text-align: center;
}
.sib-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin-top: 8px
}
.sib-menu .entry__choice {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  text-indent: 0
}
.sib-menu__item-list {
  margin: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: none;
  margin-top: 8px;
  max-height: 360px;
  border: none;
  padding: 12px 0
}
.sib-menu__item {
  line-height: 1.5em;
  cursor: pointer;
  padding: 4px 16px;
  overflow: hidden
}
.sib-menu__item:hover {
  background-color: #8ed8fd
}
.sib-menu__apply {
  text-align: right;
  padding: 8px 12px 12px 0
}
@media screen and (max-width:375px) {
  .sib-menu__apply {
    display: flex;
    flex-direction: column-reverse;
    padding: 8px
  }
}
.sib-menu__apply button {
  padding: 8px 16px
}
.sib-menu__separator {
  font-size: 20px;
  vertical-align: sub
}
.sib-menu__select {
  padding: 0 7px
}
.sib-menu__select button {
  padding: 8px 5px
}
.sib-menu .input_replaced {
  opacity: 0;
  position: static;
  width: 0;
  margin: 0
}
.sib-menu .sib-multiselect__label {
  width: 100%
}
.sib-menu .sib-multiselect__label-text {
  text-indent: 0
}
#sib-other-container .entry__controls--other {
  margin-left: 1.5em
}
#sib-other-container .entry__choice--other {
  width: 100%
}
#sib-other-container #sib-other-reason {
  width: 100%;
  padding: 8px;
  resize: vertical;
  border: 1px solid #687484
}
.sib-checkbox__label {
  word-wrap: break-word
}
.sib-checkbox.checkbox_tick_positive:before {
  left: calc(50% - 1px)
}
.input_display {
  line-height: 1.5rem
}
.entry__choice {
  margin-bottom: 3px;
  font-family: Roboto, sans-serif;
  word-wrap: break-all
}
.entry__choice, .entry__label {
  width: 100%;
  word-wrap: break-word
}
.entry__label {
  margin-bottom: 10px;
  font-weight: 500;
  word-break: break-word
}
.entry__label_optin {
  display: inline
}
.entry__label > * {
  float: left
}
.entry__label:after {
  content: attr(data-required);
  font-size: 1em;
  color: #ff4949;
  text-decoration: none;
  word-wrap: break-all;
  word-wrap: break-word;
  display: inline
}
.entry__specification {
  margin: 10px 0
}
.entry__controls {
  margin: 0
}
.entry__error {
  display: none;
  margin-top: 6px;
  margin-bottom: 6px;
  background: transparent
}
.sib-entry_mcq .entry__controls {
  display: block;
  background: transparent;
  border: none;
  outline: none
}
.sib-form-block {
  padding: 0 16px;
  word-wrap: break-word;
  outline: none
}
.sib-form-block ol, .sib-form-block p, .sib-form-block ul {
  text-align: inherit;
  margin: 0;
  line-height: 1.5em
}
.sib-form-block ol, .sib-form-block ul {
  list-style-position: inside
}
.sib-form-block__button {
  display: inline-block;
  padding: 8px 18px;
  border: none;
  overflow-wrap: break-word;
  max-width: 100%
}
.sib-form-block__button-disabled {
  opacity: .5
}
.sib-form-block__button-with-loader {
  min-height: 40px;
  line-height: 23px
}
.sib-image-form-block {
  padding: 2px
}
.sib-image-form-block a {
  display: block;
  overflow: hidden
}
.sib-image-form-block img {
  max-width: 100%
}
.sib-divider-form-block {
  border: 0;
  margin: 0
}
.form__label-row {
  display: flex;
  flex-direction: column;
  justify-content: stretch
}
.form__label-row--horizontal {
  flex-direction: row;
  align-items: flex-start;
  margin: 10px 0
}
.form__label-row--horizontal > :first-child {
  margin-right: 20px
}
.form__label-row--horizontal > * {
  width: 50%;
  flex-grow: 1
}
.input {
  width: calc(100% - 1rem)
}
.input--multiselect {
  position: relative;
  padding-right: 32px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.input--multiselect:before {
  content: "";
  position: absolute;
  right: 8px;
  border: 8px solid transparent;
  border-top-color: #343f4e;
  top: calc(50% - 4px)
}
.input--select {
  position: relative;
  width: 100%
}
.input--select:after, .input--select:before {
  content: "";
  position: absolute;
  right: 8px
}
.input--select:before {
  top: calc(50% - 12px);
  border: 5px solid transparent;
  border-bottom-color: #343f4e
}
.input--select:after {
  top: calc(50% + 2px);
  border: 5px solid transparent;
  border-top-color: #343f4e
}
.input--hidden {
  display: none !important
}
input::-webkit-input-placeholder {
  color: #bfcad8
}
input::-moz-placeholder {
  color: #bfcad8
}
input:-ms-input-placeholder {
  color: #bfcad8
}
input:-moz-placeholder {
  color: #bfcad8
}
textarea.input {
  padding: calc(.5rem - 1px)
}
.sib-form-container a {
  text-decoration: underline;
  color: #2bb2fc
}
.sib-sms-input {
  width: 100%;
  display: flex;
  align-items: center
}
.sib-sms-input .sib-smscode-select {
  width: 70px;
  margin-right: 10px;
  flex-shrink: 0
}
.sib-sms-input .entry__controls {
  width: 100%
}
.sib-sms-input .sib-menu__item {
  padding: 4px 2px
}
.form__entry {
  position: static;
  margin-left: 0;
  padding-left: 0
}
.sib-panel {
  position: relative;
  width: 100%;
  margin: 24px 0;
  padding: 10px 25px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  color: #3c4858;
  text-align: center;
  box-shadow: none
}
.sib-panel--active {
  display: block
}
.sib-panel--inactive {
  display: none
}
.sib-panel__text {
  margin: 0;
  font-weight: 600;
  text-align: left
}
.sib-panel__link {
  padding: 0 5px;
  color: #3c4858;
  text-decoration: underline;
  cursor: pointer
}
.sib-panel__close-icon {
  position: absolute;
  top: 12px;
  right: 25px;
  cursor: pointer
}
.sib-form-message-panel {
  margin: 0 0 1.25rem;
  width: 100%;
  padding: .4375rem;
  border: 1px solid;
  display: none
}
.sib-form-message-panel--active {
  display: inline-block
}
.sib-form-message-panel__text {
  display: flex;
  align-items: center;
  margin: 0;
  padding: .5rem
}
.sib-form-message-panel__text .sib-icon {
  contain: strict;
  display: inline-block;
  fill: currentColor
}
.sib-form-message-panel__text .sib-notification__icon {
  height: 1.5em;
  width: 1.5em;
  flex-shrink: 0;
  margin-right: calc(1rem - 1px)
}
.sib-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px
}
.checkbox_tick_positive:before {
  left: 49%
}
@media screen and (max-width:500px) {
  #sib-container {
   
  }
  .form__label-row--horizontal {
    flex-direction: column
  }
  .form__label-row--horizontal > * {
    width: 100%
  }
}
.sib-loader div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  animation: loader 1.2s linear infinite
}
.sib-loader div:first-child {
  animation-delay: 0s;
  top: 29px;
  left: 53px
}
.sib-loader div:nth-child(2) {
  animation-delay: -.1s;
  top: 18px;
  left: 50px
}
.sib-loader div:nth-child(3) {
  animation-delay: -.2s;
  top: 9px;
  left: 41px
}
.sib-loader div:nth-child(4) {
  animation-delay: -.3s;
  top: 6px;
  left: 29px
}
.sib-loader div:nth-child(5) {
  animation-delay: -.4s;
  top: 9px;
  left: 18px
}
.sib-loader div:nth-child(6) {
  animation-delay: -.5s;
  top: 18px;
  left: 9px
}
.sib-loader div:nth-child(7) {
  animation-delay: -.6s;
  top: 29px;
  left: 6px
}
.sib-loader div:nth-child(8) {
  animation-delay: -.7s;
  top: 41px;
  left: 9px
}
.sib-loader div:nth-child(9) {
  animation-delay: -.8s;
  top: 50px;
  left: 18px
}
.sib-loader div:nth-child(10) {
  animation-delay: -.9s;
  top: 53px;
  left: 29px
}
.sib-loader div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px
}
.sib-loader div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px
}
.entry__choice label p {
  display: inline
}
@keyframes loader {
  0%, 20%, 80%, to {
    transform: scale(1)
  }
  50% {
    transform: scale(1.5)
  }
}
@media screen and (max-width:400px) {
  #sib-container {
    
  }
}
@media screen and (max-width:480px) {
  .sib-image-form-block img {
    height: auto !important
  }
}
.sib-progress-indicator {
  background: transparent
}
.sib-hide-loader-icon {
  display: none
}