@import "twoo.seo.blessed.1.css";

.tw3-dropdown--mixed__content__separator:first-child {
  border: 0;
  margin-top: 0;
}

.tw3-dropdown--mixed__content__option {
  padding: 7px 10px;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.tw3-dropdown--mixed__content__option .tw3-iconCheckThin {
  visibility: hidden;
  display: inline;
  margin-right: 3px;
}

.tw3-dropdown--mixed__content__option .tw3-iconPlus,
.tw3-dropdown--mixed__content__option .tw3-dropdownHolder--blue .tw3-iconArrowDown,
.tw3-dropdownHolder--blue .tw3-dropdown--mixed__content__option .tw3-iconArrowDown,
.tw3-dropdown--mixed__content__option .tw3-dropdownHolder--green .tw3-iconArrowDown,
.tw3-dropdownHolder--green .tw3-dropdown--mixed__content__option .tw3-iconArrowDown {
  margin-right: 3px;
  font-size: 11px;
}

.tw3-dropdown--mixed__content__option .tw3-iconCheckboxUnchecked {
  display: inline;
}

.tw3-dropdown--mixed__content__option .tw3-iconCheckboxChecked {
  color: #ff7102;
  display: none;
}

.tw3-dropdown--mixed__content__option.selected .tw3-iconCheckThin {
  visibility: visible;
}

.tw3-dropdown--mixed__content__option.selected .tw3-iconCheckboxUnchecked {
  display: none;
}

.tw3-dropdown--mixed__content__option.selected .tw3-iconCheckboxChecked {
  display: inline;
}

.tw3-dropdown--mixed__content__option--green {
  color: #4CAF50;
}

.tw3-dropdown--mixed__content__option--green i {
  color: #4CAF50;
}

.tw3-dropdown--mixed__content__option--cyan {
  color: #00b0aa;
}

.tw3-dropdown--mixed__content__option--cyan i {
  color: #00b0aa;
}

.tw3-dropdown--mixed__content__option:hover {
  background-color: #f7f7f7;
}

.tw3-dropdown--mixed__content__option i {
  left: 10px;
  top: 10px;
  position: absolute;
}

.tw3-dropdown--mixed.open>.tw3-dropdown--mixed__label {
  border-bottom: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}

.tw3-dropdown--mixed.open>.tw3-dropdown--mixed__content {
  display: block;
}

.tw3-dropdownHolder {
  outline: 0;
}

.tw3-dropdownHolder--small .tw3-dropdown--custom__content {
  max-height: 200px;
}

.tw3-dropdownHolder--mobile,
.tw3-dropdownHolder--desktop {
  display: none;
}

.notouch .tw3-dropdownHolder--desktop {
  display: block;
  outline: 0;
}

.touch .tw3-dropdownHolder--mobile {
  display: block;
}

.touch .tw3-dropdownHolder--mobile .tw3-dropdown--multiple--native__content {
  right: 0;
}

.notouch .tw3-dropdownHolder--nativeOnly .tw3-dropdownHolder--mobile {
  display: block;
}

.tw3-dropdownHolder--blue .tw3-dropdown--multiple--native .tw3-dropdown--multiple__label,
.tw3-dropdownHolder--blue .tw3-dropdown--custom__label {
  background: #eaf4ff;
  color: #007be6;
  border: 1px solid #bddefb;
}

.tw3-dropdownHolder--blue .tw3-iconArrowDown {
  color: #007be6;
  font-size: 11px;
}

.tw3-dropdownHolder--blue:hover .tw3-dropdown--native,
.tw3-dropdownHolder--blue:hover .tw3-dropdown--custom__label {
  border: 1px solid #007be6;
}

.tw3-dropdownHolder--green .tw3-dropdown--multiple--native .tw3-dropdown--multiple__label,
.tw3-dropdownHolder--green .tw3-dropdown--custom__label {
  background: #f1f9ea;
  color: #4CAF50;
  border: 1px solid #4CAF50;
}

.tw3-dropdownHolder--green .tw3-iconArrowDown {
  color: #4CAF50;
  font-size: 11px;
}

.tw3-dropdownHolder--green:hover .tw3-dropdown--native,
.tw3-dropdownHolder--green:hover .tw3-dropdown--custom__label {
  border: 1px solid #4CAF50;
}

.tw3-dropdownHolder--blue.tw3-dropdownHolder--outline .tw3-dropdown--native select,
.tw3-dropdownHolder--blue.tw3-dropdownHolder--outline .tw3-dropdown--custom__label {
  border: 1px solid #bddefb;
  background: none;
  color: #007be6;
}

.tw3-dropdownHolder--blue.tw3-dropdownHolder--outline .tw3-dropdown--native select {
  color: #007be6;
}

.tw3-dropdownHolder--blue.tw3-dropdownHolder--outline .tw3-iconArrowDown {
  color: #007be6;
  font-size: 11px;
}

body.ios .tw3-dropdownHolder--blue.tw3-dropdownHolder--outline .tw3-dropdown--native .tw3-dropdown--custom__actions {
  right: 7px;
  top: 7px;
}

.tw3-dropdownHolder--blue.tw3-dropdownHolder--outline:hover .tw3-dropdown--native,
.tw3-dropdownHolder--blue.tw3-dropdownHolder--outline:hover .tw3-dropdown--custom__label {
  border: 1px solid #007be6;
}

.tw3-dropdown--native select:focus {
  border: 1px solid #007be6;
}

.tw3-dropdownHolder--green.tw3-dropdownHolder--outline .tw3-dropdown--multiple__label,
.tw3-dropdownHolder--green.tw3-dropdownHolder--outline .tw3-dropdown--custom__label {
  border: 1px solid #4CAF50;
  background: none;
  color: #4CAF50;
}

.tw3-dropdownHolder--green.tw3-dropdownHolder--outline .tw3-dropdown--custom__actions__delete:hover {
  text-decoration: none;
}

.tw3-dropdownHolder--green.tw3-dropdownHolder--outline .tw3-iconRemove {
  color: #4CAF50;
}

.tw3-dropdownHolder--green.tw3-dropdownHolder--outline .tw3-iconArrowDown {
  color: #4CAF50;
  font-size: 11px;
}

.tw3-dropdownHolder--green.tw3-dropdownHolder--outline:hover .tw3-dropdown--native,
.tw3-dropdownHolder--green.tw3-dropdownHolder--outline:hover .tw3-dropdown--custom__label {
  border: 1px solid #4CAF50;
}

.error .tw3-dropdown {
  border: 1px solid #fe3636;
}

.tw3-form__row--error .tw3-dropdown {
  border: 1px solid #fe3636;
}

.tw3-form__row--error .tw3-dropdown--native select {
  border: 1px solid #fe3636;
}

.tw3-form__row--success .tw3-dropdown--custom__label,
.tw3-form__row--success .tw3-dropdown--native select {
  border: 1px solid #00ef29;
}

.tw3-rangeHolder {
  outline: 0;
}

.tw3-dropdown--custom__actions__delete+.tw3-dropdown--custom,
.tw3-dropdown--custom__actions__delete+.tw3-dropdownHolder--desktop,
.tw3-dropdown--custom__actions__delete+.tw3-range,
.tw3-dropdown--custom__actions__delete+.tw3-dropdown--native {
  margin-left: 30px;
}

.tw3-thumb {
  position: relative;
  display: block;
  width: 33.3333333333%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .tw3-thumb {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 680px) {
  .tw3-thumb {
    font-size: 14px;
  }
}

.tw3-thumb__link {
  display: block;
  position: relative;
  padding-top: 100%;
}

.tw3-thumb__link__image {
  vertical-align: middle;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 15px;
  background-color: #E6E6E6;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tw3-thumb__link__name {
  left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  position: absolute;
  bottom: 10px;
  color: #fff;
  width: 90%;
  text-shadow: 0 1px 1px rgba(0,0,0,0.75);
  font-weight: 600;
}

.tw3-thumb__link:hover {
  opacity: 0.75;
  -webkit-transition: all false false,.2s false false,ease-in false false;
  -moz-transition: all false false false,.2s false false false,ease-in false false false;
  -o-transition: all false false false,.2s false false false,ease-in false false false;
  transition: all .2s ease-in;
}

.tw3-thumb--selected .tw3-thumb__link__name,
.tw3-thumb.active .tw3-thumb__link__name {
  color: #fff;
  opacity: 1;
}

.tw3-thumb--selected .tw3-thumb__link__image,
.tw3-thumb.active .tw3-thumb__link__image {
  -webkit-box-shadow: inset 0 0 0 2px #fabc3f;
  -moz-box-shadow: inset 0 0 0 2px #fabc3f;
  box-shadow: inset 0 0 0 2px #fabc3f;
}

.tw3-thumb--addPhoto .tw3-thumb__link__image {
  background: #007be6;
  color: #fff;
  cursor: pointer;
}

.tw3-thumb--addPhoto .heightBlock {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}

.tw3-thumbsHolder {
  zoom: 1;
}

.tw3-thumbsHolder:before,
.tw3-thumbsHolder:after {
  content: "";
  display: table;
}

.tw3-thumbsHolder:after {
  clear: both;
}

.tw3-thumbsHolder--stacked .tw3-thumb {
  display: none;
}

.tw3-thumbsHolder--stacked .tw3-thumb:first-child {
  display: block;
}

.tw3-thumbsHolder--stacked .tw3-thumb:first-child:before,
.tw3-thumbsHolder--stacked .tw3-thumb:first-child:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 10px;
  right: 10px;
  height: 3px;
  border-radius: 3px;
  background: #E5E5E5;
}

.tw3-thumbsHolder--stacked .tw3-thumb:first-child:after {
  bottom: -12px;
  left: 15px;
  right: 15px;
}

.tw3-range__label__max,
.tw3-range__label__min {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 1px 5px;
  border: 1px solid transparent;
  text-decoration: underline;
  line-height: normal;
}

.tw3-range__edit input {
  max-width: 45px;
  border: 1px solid #bbb;
}

.tw3-range__edit input:focus {
  border: 1px solid #007be6;
}

.tw3-range {
  position: relative;
}

.tw3-range__content {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 12px;
  line-height: normal;
  background-color: #F8F8F8;
  border: 1px solid rgba(0,0,0,0.2);
  color: #283740;
  position: relative;
  width: auto;
  position: relative;
  font-size: 100%;
  background-size: 10px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding-right: 25px;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.6);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.6);
  box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.6);
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  z-index: 1;
}

.tw3-range__content label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
}

.tw3-range__content::-ms-expand {
  display: none;
}

.tw3-range__content.error {
  border: 1px solid #fe3636;
}

.tw3-range__content.success {
  border: 1px solid #fe3636;
}

.tw3-range__content input {
  border-width: 0px;
  background-color: transparent;
  font-weight: 500;
  font-size: 100%;
  text-decoration: underline;
  color: #6d7c85;
  margin: 0;
  padding: 0;
  max-width: 50px;
  text-align: center;
}

.tw3-range__label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 12px;
  line-height: normal;
  background-color: #F8F8F8;
  border: 1px solid rgba(0,0,0,0.2);
  color: #283740;
  position: relative;
  width: auto;
  position: relative;
  font-size: 100%;
  background-size: 10px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding-right: 25px;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.6);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.6);
  box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.6);
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  z-index: 1;
  line-height: 1.428;
  padding: 8px 14px 8px;
  display: block;
}

.tw3-range__label label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
}

.tw3-range__label::-ms-expand {
  display: none;
}

.tw3-range__label.error {
  border: 1px solid #fe3636;
}

.tw3-range__label.success {
  border: 1px solid #fe3636;
}

body.windows .tw3-range__content {
  padding-bottom: 9px;
}

.tw3-range__actions {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  z-index: 2;
  display: block;
}

.tw3-range__actions__delete+.tw3-range__actions__open {
  display: none;
}

.tw3-range__actions--deletable {
  z-index: 4;
}

.tw3-range__edit {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 12px;
  line-height: normal;
  background-color: #F8F8F8;
  border: 1px solid rgba(0,0,0,0.2);
  color: #283740;
  position: relative;
  width: auto;
  position: relative;
  font-size: 100%;
  background-size: 10px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding-right: 25px;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.6);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.6);
  box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,0.6);
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  z-index: 1;
  padding: 8px 14px 8px;
  border: 1px solid #bbb;
  display: none;
}

.tw3-range__edit label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
}

.tw3-range__edit::-ms-expand {
  display: none;
}

.tw3-range__edit.error {
  border: 1px solid #fe3636;
}

.tw3-range__edit.success {
  border: 1px solid #fe3636;
}

.tw3-range.open .tw3-range__content input {
  background-color: white;
  border: 1px solid #bbb;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-range.open .tw3-range__label {
  display: none;
}

.tw3-range.open .tw3-range__edit {
  display: block;
}

.tw3-sidebar {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.tw3-sidebar:before,
.tw3-sidebar:after {
  content: "";
  display: table;
}

.tw3-sidebar:after {
  clear: both;
}

.tw3-sidebar.tw3-box--subtle {
  border: 1px solid #E5E5E5;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 960px) {
  .tw3-sidebar {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
  }
}

.boostMenuSidebar {
  position: relative;
}

.boostMenuSidebar .boostSlideIn {
  background: #fff;
  position: absolute;
  left: 312px;
  text-align: center;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  padding: 0;
  display: none !important;
}

.boostMenuSidebar .boostSlideIn:before,
.boostMenuSidebar .boostSlideIn:after {
  content: "";
  display: table;
}

.boostMenuSidebar .boostSlideIn:after {
  clear: both;
}

.boostMenuSidebar .boostSlideIn.tw3-box--subtle {
  border: 1px solid #E5E5E5;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 960px) {
  .boostMenuSidebar .boostSlideIn {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
  }
}

@media (min-width: 1388px) {
  .boostMenuSidebar .boostSlideIn {
    display: block !important;
  }
}

.boostMenuSidebar .boostSlideIn>.boostSlideInLink {
  display: block;
  text-decoration: none;
}

.boostMenuSidebar .boostSlideIn>.boostSlideInLink>.boostSlideInTitle {
  padding: 20px 10px 10px 10px;
  background-color: #00bee7;
}

.boostMenuSidebar .boostSlideIn>.boostSlideInLink>.boostSlideInTitle>h1 {
  font-size: 16px;
  color: #fff;
}

.boostMenuSidebar .boostSlideIn>.boostSlideInLink>.boostSlideInTitle>.ficonBoost {
  display: inline-block;
  font-size: 20px;
  padding: 5px;
  margin-bottom: 20px;
  text-align: center;
}

.boostMenuSidebar .boostSlideIn>.boostSlideInLink>.boostSlideInTitle>.ficonBoost:before {
  color: #00bee7;
}

.boostMenuSidebar .boostSlideIn>.boostedUsers {
  text-align: left;
  max-height: 350px;
  overflow-y: auto;
}

.boostMenuSidebar .boostSlideIn>.boostedUsers>li>a {
  padding: 10px;
  clear: both;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.boostMenuSidebar .boostSlideIn>.boostedUsers>li>a:hover {
  background-color: #f4f9ff;
  text-decoration: none;
}

.boostMenuSidebar .boostSlideIn>.boostedUsers>li>a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  float: left;
}

.boostMenuSidebar .boostSlideIn>.boostedUsers>li>a img+div {
  padding: 0 10px 0 60px;
}

.boostMenuSidebar .boostSlideIn>.boostedUsers>li>a span {
  display: block;
}

.boostMenuSidebar .boostSlideIn>.boostedUsers>li>a .name {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.boostMenuSidebar .boostSlideIn>.boostedUsers>li>a .city {
  text-decoration: none;
  color: #666666;
}

.boostMenuSidebar .boostSlideIn {
  border: 1px solid #E5E5E5;
}

.tw3-switch {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 14px;
}

@media (min-width: 680px) {
  .tw3-switch {
    font-size: 14px;
  }
}

.tw3-switch:before {
  position: absolute;
  top: 4px;
  right: 5px;
  z-index: 1;
  color: #fff;
  width: 20px;
  text-align: center;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}

.tw3-switch:after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  left: 4px;
  position: absolute;
  top: 4px;
  z-index: 1;
  color: #fff;
  width: 20px;
  text-align: center;
}

.tw3-switch__ui {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.tw3-switch__ui+label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.tw3-switch__ui--flat+label {
  padding: 2px;
  width: 40px;
  height: 20px;
  background-color: #b6bdc2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: background 0.4s;
}

.tw3-switch__ui--flat+label:before,
.tw3-switch__ui--flat+label:after {
  display: block;
  position: absolute;
  content: "";
}

.tw3-switch__ui--flat+label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #b6bdc2;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: background 0.4s;
}

.tw3-switch__ui--flat+label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 16px;
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  transition: margin 0.4s, background 0.4s;
}

.tw3-switch__ui--flat:checked+label:after {
  margin-left: 20px;
  background-color: #45c000;
}

.tw3-switch__ui--flat:checked+label {
  background-color: #45c000;
}

.tw3-switch__ui--flat:checked+label:after {
  background: #ffffff;
}

.tw3-switch__ui--flat:checked+label:before {
  background: #45c000;
}

.tw3-switch:hover .tw3-switch__ui--flat+label,
.tw3-switch:hover .tw3-switch__ui--flat+label:before {
  background-color: #9aa4ab;
}

.tw3-switch:hover .tw3-switch__ui--flat:checked+label,
.tw3-switch:hover .tw3-switch__ui--flat:checked+label:before {
  background-color: #338d00;
}

.tw3-promo--iphone {
  background: url("/static/98195438305997441139569/images/bkg/bkg-mobile-promote.png") no-repeat #f9f9f9;
  background-size: 315px 250px;
  height: 250px;
  color: #fff;
  position: relative;
  -webkit-transition: all false false,100ms false false,ease-in false false;
  -moz-transition: all false false false,100ms false false false,ease-in false false false;
  -o-transition: all false false false,100ms false false false,ease-in false false false;
  transition: all 100ms ease-in;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 20px;
}

.tw3-promo--iphone:hover {
  opacity: .8;
}

.tw3-promo--iphone .mobileInfo {
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 125px;
  text-transform: uppercase;
}

body.el .tw3-promo--iphone .mobileInfo {
  text-transform: none;
}

.tw3-promo--iphone a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.sidebar li.appStore,
.adsbytwo li.appStore {
  background: url("/static/98195438305997441139569/images/bkg/bkg-mobile-promote.png") no-repeat #f9f9f9;
  background-size: 300px 250px;
  height: 250px;
  color: #fff;
  position: relative;
  -webkit-transition: all false false,100ms false false,ease-in false false;
  -moz-transition: all false false false,100ms false false false,ease-in false false false;
  -o-transition: all false false false,100ms false false false,ease-in false false false;
  transition: all 100ms ease-in;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: left;
}

.sidebar li.appStore:hover,
.adsbytwo li.appStore:hover {
  opacity: .8;
}

.sidebar li.appStore .mobileInfo,
.adsbytwo li.appStore .mobileInfo {
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 125px;
  text-transform: uppercase;
}

body.el .sidebar li.appStore .mobileInfo,
body.el .adsbytwo li.appStore .mobileInfo {
  text-transform: none;
}

.sidebar li.appStore a,
.adsbytwo li.appStore a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.tw3-adCard__container {
  height: 260px;
  color: #6d7c85;
}

@media (min-width: 680px) {
  .tw3-adCard {
    display: none;
  }
}

.tw3-ad__holder {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.tw3-showMoreContainer {
  height: 200px;
  overflow: hidden;
}

.tw3-showMoreContainer+.tw3-showMore {
  margin-top: 10px;
}

.tw3-showMore {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 680px) {
  .tw3-showMore {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.tw3-showMore a {
  display: block;
}

.tw3-showMore:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 80px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
  top: -90px;
}

.tw3-showMore.active:before {
  display: none;
}

.tw3-showMore--breakout:before {
  left: -5px;
  right: -5px;
}

.inhouseAds {
  display: inline-block;
  width: 310px;
  height: 250px;
  text-align: left;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.inhouseAds h5,
.inhouseAds h4 {
  color: #fff;
  font-weight: 600;
}

.inhouseAds--boost1 {
  background: url("/static/7493194841967495115302/images/v3/ads-inhouse/boost1.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--boost1 .tw3-avatar {
  position: absolute;
  top: 43px;
  right: 42px;
}

.inhouseAds--boost2 {
  background: url("/static/6286301843949978247731/images/v3/ads-inhouse/boost2.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--boost2 .tw3-avatar {
  position: absolute;
  top: 28px;
  right: 11px;
}

.inhouseAds--boost3 {
  background: url("/static/503064188928699469099/images/v3/ads-inhouse/boost3.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--boost3 .tw3-avatar {
  position: absolute;
  top: 48px;
  right: 56px;
}

.inhouseAds--boost4 {
  background: url("/static/518504660344834461/images/v3/ads-inhouse/boost4.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--fis1 {
  background: url("/static/265590989530877236767/images/v3/ads-inhouse/fis1.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--fis1 .tw3-avatar {
  position: absolute;
  top: 81px;
  right: 12px;
}

.inhouseAds--fis1__crown {
  position: absolute;
  top: 34px;
  right: 31px;
}

.inhouseAds--bomb1 {
  background: url("/static/96674234497726012772/images/v3/ads-inhouse/bomb1.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--bomb2 {
  background: url("/static/0413830560177732241/images/v3/ads-inhouse/bomb2.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--pickme1 {
  background: url("/static/677156417588821489880/images/v3/ads-inhouse/pickme1.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--pickme1 .tw3-avatar {
  position: absolute;
  top: 68px;
  right: 39px;
}

.inhouseAds--pickme2 {
  background: url("/static/43894648856023024/images/v3/ads-inhouse/pickme2.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--pickme2__filmroll {
  position: absolute;
  top: 0;
  right: 27px;
}

.inhouseAds--pickme2 .avatar1 {
  position: absolute;
  top: -3px;
  right: 54px;
}

.inhouseAds--pickme2 .avatar2 {
  position: absolute;
  top: 35px;
  right: 54px;
}

.inhouseAds--pickme2 .avatar3 {
  position: absolute;
  top: 73px;
  right: 54px;
}

.inhouseAds--pickme2 .avatar4 {
  position: absolute;
  top: 111px;
  right: 54px;
}

.inhouseAds--pickme2 .avatar5 {
  position: absolute;
  top: 149px;
  right: 54px;
}

.inhouseAds--spotlight1 {
  background: url("/static/531710526343712696/images/v3/ads-inhouse/spotlight1.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--spotlight1 .tw3-avatar {
  position: absolute;
  top: 74px;
  right: 47px;
}

.inhouseAds--spotlight1__beam {
  position: absolute;
  top: 0;
  right: 0;
}

.inhouseAds--spotlight2 {
  background: url("/static/414797648234597452712/images/v3/ads-inhouse/spotlight2.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--spotlight2 .tw3-avatar {
  position: absolute;
  top: 74px;
  right: 47px;
}

.inhouseAds--spotlight2__beam {
  position: absolute;
  top: 0;
  right: 0;
}

.inhouseAds--stickerpack {
  background: url("/static/0589668975607130713/images/v3/ads-inhouse/stickerpack.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--premium {
  background: url("/static/37863646107572428382/images/v3/ads-inhouse/premium/bkg-premium.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--premium__images img {
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1);
  display: inline-block;
}

.inhouseAds--premium__images--stacked {
  height: 250px;
}

.inhouseAds--premium__images--stacked img:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -40px;
}

.inhouseAds--premium__images--stacked img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 60px;
  margin-left: -40px;
}

.inhouseAds--premium__images--stacked img:nth-child(3) {
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -40px;
}

.inhouseAds--premium__images--stacked img:nth-child(4) {
  position: absolute;
  left: 50%;
  top: 140px;
  margin-left: -40px;
}

.inhouseAds--premium__images--stacked img:nth-child(5) {
  position: absolute;
  left: 50%;
  top: 180px;
  margin-left: -40px;
}

.inhouseAds--premium__images--stacked img:first-child {
  margin-top: -10px;
}

.inhouseAds--premium__images--tripple img {
  display: inline-block;
  vertical-align: middle;
}

.inhouseAds--premium__images--tripple img:nth-child(2) {
  position: relative;
  z-index: 1;
}

.inhouseAds--premium--invisible__spook {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -57px;
}

.inhouseAds--premium--chemistry__bottle {
  position: absolute;
  right: 0;
  margin-top: 0;
}

.inhouseAds--premium--most {
  background: url("/static/684389814369362989/images/v3/ads-inhouse/premium/bkg-premium-bubble.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--premium--discover__panel {
  position: absolute;
  right: 0;
  bottom: 0;
}

.inhouseAds--premium--discover__avatar {
  position: absolute;
  top: 24px;
  right: 32px;
}

.inhouseAds--premium--test {
  background: url("/static/23524993695273465421553/images/v3/ads-inhouse/premium/bkg-premium-test.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--premium--messages__avatar {
  position: absolute;
  top: 32px;
  left: 32px;
}

.inhouseAds--credits {
  background: url("/static/585988380340371375/images/v3/ads-inhouse/credits/bkg-credits.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--credits--double {
  background: url("/static/0886385887304303668076/images/v3/ads-inhouse/credits/bkg-credits-deal.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--credits--boost {
  background: url("/static/33965765450430416033/images/v3/ads-inhouse/credits/bkg-credits-boost.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--credits--boost__avatar {
  position: absolute;
  top: 76px;
  right: 46px;
}

.inhouseAds--credits--stickers {
  background: url("/static/704689657359262901478890/images/v3/ads-inhouse/credits/bkg-credits-stickers.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--credits--free {
  background: url("/static/8163342947553602/images/v3/ads-inhouse/credits/bkg-credits-free.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--whoyouknow {
  background: url("/static/554812177598794283583992/images/v3/ads-inhouse/whoyouknow/bkg-whoyouknow.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--whoyouknow__images {
  padding: 15px;
  text-align: center;
}

.inhouseAds--whoyouknow__images img {
  vertical-align: middle;
  border: 2px solid #4098FF;
  position: relative;
  z-index: 2;
}

.inhouseAds--whoyouknow__images img:first-child {
  margin-right: -15px;
  z-index: 1;
}

.inhouseAds--whoyouknow__images img:last-child {
  margin-left: -15px;
  z-index: 1;
}

.inhouseAds--like {
  background: #73CF40;
  padding: 10px;
}

.inhouseAds--like .tw3-box--gift {
  background: #fff;
}

.inhouseAds--like .tw3-box--gift textarea {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  resize: none;
  height: 58px;
}

.inhouseAds--like .tw3-avatarContainer .tw3-indicator {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  bottom: -10px;
}

.inhouseAds--like .tw3-avatarContainer .tw3-indicator--green span {
  color: #45c000;
  font-size: 30px;
  height: 30px;
  width: 30px;
  font-family: "icons";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: "icons";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
}

.inhouseAds--like .tw3-avatarContainer .tw3-indicator--green span:before {
  font-family: "icons";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.inhouseAds--like .tw3-avatarContainer .tw3-indicator--green span>i {
  color: #45c000;
  font-size: 30px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  margin-top: -6.8181818182px;
  margin-left: -6.8181818182px;
  font-size: 13.6363636364px;
}

html.notouch .inhouseAds--like .tw3-avatarContainer .tw3-indicator--green span:hover:before {
  color: #fff;
}

.inhouseAds--like h4 {
  font-weight: normal;
}

.inhouseAds--like__avatar {
  border: 3px solid #fff;
}

.inhouseAds--match {
  background: #FE6868;
  padding: 10px;
}

.inhouseAds--match .tw3-box--gift {
  background: #fff;
}

.inhouseAds--match .tw3-box--gift textarea {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: transparent;
  resize: none;
  height: 58px;
}

.inhouseAds--match .tw3-avatarContainer .tw3-indicator {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  bottom: -10px;
}

.inhouseAds--match .tw3-avatarContainer .tw3-indicator--red span {
  color: #fe3636;
  font-size: 30px;
  height: 30px;
  width: 30px;
  font-family: "icons";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: "icons";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
}

.inhouseAds--match .tw3-avatarContainer .tw3-indicator--red span:before {
  font-family: "icons";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.inhouseAds--match .tw3-avatarContainer .tw3-indicator--red span>i {
  color: #fe3636;
  font-size: 30px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  margin-top: -6.8181818182px;
  margin-left: -6.8181818182px;
  font-size: 13.6363636364px;
}

html.notouch .inhouseAds--match .tw3-avatarContainer .tw3-indicator--red span:hover:before {
  color: #fff;
}

.inhouseAds--match h4 {
  font-weight: normal;
}

.inhouseAds--match__avatar {
  border: 3px solid #fff;
}

.inhouseAds--chat {
  background: url("/static/3264549362574625389/images/v3/ads-inhouse/chat/bkg-chat.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--chat-v2 {
  background: url("/static/9775702782053821968/images/v3/ads-inhouse/chat/bkg-chat-v2.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--chat-v2--avatar {
  position: absolute;
  top: 103px;
  left: 95px;
}

.inhouseAds--photos {
  background: url("/static/469342427693315151224/images/v3/ads-inhouse/photos/bkg-photos.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--photos-v2 {
  background: url("/static/492526404679327911910/images/v3/ads-inhouse/photos/bkg-photos-v2.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--questions {
  background: url("/static/4719174704103478/images/v3/ads-inhouse/questions/bkg-questions.png") no-repeat;
  background-size: 100%;
}

.inhouseAds--questions__skip {
  position: absolute;
  top: 60px;
  width: 30px;
  height: 30px;
  left: 250px;
  z-index: 200;
}

.inhouseAds--questions__footer {
  background: #4098FF;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.inhouseAds--questions__footer .tw3-button {
  border: 2px solid #fff;
}

.inhouseAds--doubleCredits {
  background: url("/static/399863210180995502596/images/v3/promos/bkg-promo-credits.png") no-repeat center;
  background-size: 75%;
}

.inhouseAds--doubleCredits__text {
  position: absolute;
  top: 153px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
}

.inboxContainer .tw3-personList li.facebookAd .fbAdLink.messageItem {
  width: 100%;
}

.inboxContainer .tw3-personList li.facebookAd #ad_root {
  width: 100%;
  padding: 0;
}

.inboxContainer .tw3-personList li.facebookAd .thirdPartyMediaClass {
  width: 30px;
  height: 30px;
  float: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  overflow: hidden;
}

.inboxContainer .tw3-personList li.facebookAd .thirdPartyTitleClass {
  max-width: 100%;
  margin: 0;
  height: 18px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: auto;
  font-weight: 500;
  font-size: 14px;
}

.inboxContainer .tw3-personList li.facebookAd .thirdPartyBodyClass {
  max-width: 75%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inherit;
  float: left;
  overflow: auto;
  padding: 0 5px 0 0;
}

.tw3-adCard .thirdPartyRoot {
  background-color: white;
  color: #444;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 16px;
  width: 320px;
  text-align: left;
  position: relative;
  margin: 0 auto;
}

.tw3-adCard .thirdPartyMediaClass {
  width: 320px;
  height: 168px;
  margin: 12px 0;
}

.tw3-adCard .thirdPartySubtitleClass {
  font-size: 18px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 16px;
  -webkit-box-orient: vertical;
}

.tw3-adCard .thirdPartyTitleClass {
  font-weight: 600;
  font-size: 12px;
  padding-right: 12px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 36px;
  -webkit-box-orient: vertical;
  margin: 5px 0 0 0;
  white-space: nowrap;
}

@media (min-width: 680px) {
  .tw3-adCard .thirdPartyTitleClass {
    font-size: 12px;
  }
}

.tw3-adCard .thirdPartyCallToActionClass {
  background-color: #416BC4;
  color: white;
  border-radius: 4px;
  padding: 6px 20px;
  float: right;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}

.tw3-adCard .fbDefaultNativeAdWrapper {
  font-size: 12px;
  line-height: 14px;
  margin: 12px 0;
  height: 36px;
  vertical-align: top;
}

.adnwBanner {
  width: auto !important;
  height: 53px !important;
}

.adnwBannerCallToAction {
  background: none !important;
  color: #007be6 !important;
  text-transform: uppercase;
  margin-top: 33px;
}

.adnwBannerIcon {
  width: 63px !important;
  height: 63px !important;
  padding-left: 5px;
  padding-right: 5px;
}

.adnwBannerIcon img {
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.adnwBannerTitle,
.adnwBannerSocialContext {
  margin-left: 10px;
}

.tw3-media .tw3-media__figure {
  float: left;
  margin-right: 10px;
}

.tw3-media .tw3-media__body {
  zoom: 1;
  margin-left: -5px;
  margin-right: -5px;
}

.tw3-media .tw3-media__body:before,
.tw3-media .tw3-media__body:after {
  content: "";
  display: table;
}

.tw3-media .tw3-media__body:after {
  clear: both;
}

.tw3-media .tw3-media__body__actions {
  text-align: center;
}

.tw3-media--figure--fixed .tw3-media__figure {
  float: left;
  margin-right: 10px;
}

.tw3-media--figure--fixed .tw3-media__body {
  zoom: 1;
  margin-left: -5px;
  margin-right: -5px;
}

.tw3-media--figure--fixed .tw3-media__body:before,
.tw3-media--figure--fixed .tw3-media__body:after {
  content: "";
  display: table;
}

.tw3-media--figure--fixed .tw3-media__body:after {
  clear: both;
}

.tw3-media--figure--fixed .tw3-media__body__actions {
  text-align: center;
}

.tw3-media {
  zoom: 1;
}

.tw3-media:before,
.tw3-media:after {
  content: "";
  display: table;
}

.tw3-media:after {
  clear: both;
}

.tw3-media--actions--active .tw3-media__body__content {
  overflow: hidden;
  padding-bottom: 2px;
}

.tw3-media--actions--active .tw3-media__body__actions {
  width: 25%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  float: right;
}

@media (min-width: 480px) {
  .tw3-media--actions--active .tw3-media__body__actions {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
  }
}

.tw3-media--actions--active .tw3-media__actions {
  width: 33.3333333333%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-media--figure--fluid .tw3-media__figure {
  width: 16.6666666667%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-media--figure--fluid .tw3-media__body {
  width: 83.3333333333%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-media--figure--fluid.tw3-media--actions--active .tw3-media__figure {
  width: 16.6666666667%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-media--figure--fluid.tw3-media--actions--active .tw3-media__body__content {
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-media--figure--fluid.tw3-media--actions--active .tw3-media__body__actions {
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-media--figure--fluid.tw3-media--actions--active.tw3-media--middle .tw3-media__figure,
.tw3-media--figure--fluid.tw3-media--actions--active.tw3-media--middle .tw3-media__body__content,
.tw3-media--figure--fluid.tw3-media--actions--active.tw3-media--middle .tw3-media__body__actions {
  vertical-align: middle;
  display: table-cell;
  float: none;
}

@media (min-width: 680px) {
  .tw3-media--middle {
    display: table-row;
  }
}

.tw3-media--middle .tw3-media__figure,
.tw3-media--middle .tw3-media__body__content,
.tw3-media--middle .tw3-media__body__actions {
  vertical-align: middle;
  display: table-cell;
  float: none;
}

.tw3-mediaHolder {
  display: table;
  width: 100%;
}

@media (min-width: 480px) {
  .tw3-mediav2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

.tw3-mediav2 .tw3-mediav2__figure {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  position: relative;
}

.tw3-mediav2 .tw3-mediav2__figure .tw3-mediav2__figure__img {
  display: block;
  max-width: 100%;
}

@media (min-width: 480px) {
  .tw3-mediav2 .tw3-mediav2__body {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 480px) {
  .tw3-mediav2 .tw3-mediav2__actions {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-left: 10px;
  }
}

.tw3-mediav2--fixed .tw3-mediav2__figure {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  position: relative;
}

.tw3-mediav2--fixed .tw3-mediav2__figure .tw3-mediav2__figure__img {
  display: block;
  max-width: 100%;
}

.tw3-mediav2--auto .tw3-mediav2__figure {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  position: relative;
}

.tw3-mediav2--auto .tw3-mediav2__figure .tw3-mediav2__figure__img {
  display: block;
  max-width: 100%;
}

.tw3-mediav2--desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.tw3-mediav2--desktop .tw3-mediav2__actions {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: 10px;
}

.tw3-mediav2--desktop .tw3-mediav2__body {
  padding: 0 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tw3-mediav2 {
  zoom: 1;
}

.tw3-mediav2:before,
.tw3-mediav2:after {
  content: "";
  display: table;
}

.tw3-mediav2:after {
  clear: both;
}

.tw3-mediav2--top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.tw3-mediav2--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.tw3-mediaContainer {
  height: 100%;
  outline: none;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.tw3-mediaContainer .tw3-mediav2 {
  border: 0;
  position: relative;
  -webkit-transition: all false false,.2s false false,ease-in false false;
  -moz-transition: all false false false,.2s false false false,ease-in false false false;
  -o-transition: all false false false,.2s false false false,ease-in false false false;
  transition: all .2s ease-in;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.tw3-mediaContainer .tw3-mediav2--selected:before {
  content: '';
  background: #e6effb;
  position: absolute;
  left: -20px;
  top: -15px;
  right: -20px;
  bottom: 0;
  display: block;
}

.tw3-mediaContainer .tw3-mediav2--selected div {
  position: relative;
}

.tw3-mediaContainer .tw3-mediav2:hover {
  opacity: .8;
}

.tw3-mediaContainer .tw3-mediav2:first-of-type {
  padding-top: 20px;
}

.tw3-mediaContainer .tw3-mediav2:after {
  display: block;
  content: '';
  position: absolute;
  left: -20px;
  right: -20px;
  border-bottom: 1px solid #E5E5E5;
  bottom: 0;
}

.tw3-mediaContainer .tw3-mediav2:last-of-type:after {
  display: none;
}

.tw3-mediaContainer .tw3-mediav2__body a {
  color: #283740;
}

.tw3-mediaContainer .tw3-mediav2__body a:hover {
  text-decoration: none;
}

.tw3-mediaContainer .tw3-mediav2--header {
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.tw3-mediaContainer .tw3-mediav2--header:hover {
  opacity: 1;
}

.tw3-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.tw3-flex__child--grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tw3-flex--hor {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.tw3-h1 {
  font-size: 36px;
}

@media (min-width: 680px) {
  .tw3-h1 {
    font-size: 36px;
  }
}

.tw3-h2 {
  font-size: 34px;
}

@media (min-width: 680px) {
  .tw3-h2 {
    font-size: 36px;
  }
}

.tw3-h3 {
  font-size: 23px;
}

@media (min-width: 680px) {
  .tw3-h3 {
    font-size: 24px;
  }
}

.tw3-h4 {
  font-size: 17px;
}

@media (min-width: 680px) {
  .tw3-h4 {
    font-size: 18px;
  }
}

.tw3-h5 {
  font-size: 16px;
}

@media (min-width: 680px) {
  .tw3-h5 {
    font-size: 16px;
  }
}

.tw3-body {
  font-size: 15px;
}

@media (min-width: 680px) {
  .tw3-body {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.428;
  background: #fff;
  color: #283740;
  font-family: "Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  position: relative;
  background: #f9f9f9;
}

body.iphone body {
  -webkit-text-size-adjust: none;
}

body.tr body {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

body h1,
body .h1 {
  font-size: 36px;
}

@media (min-width: 680px) {
  body h1,
  body .h1 {
    font-size: 36px;
  }
}

body h2,
body .h2 {
  font-size: 34px;
}

@media (min-width: 680px) {
  body h2,
  body .h2 {
    font-size: 36px;
  }
}

body h3,
body .h3 {
  font-size: 23px;
}

@media (min-width: 680px) {
  body h3,
  body .h3 {
    font-size: 24px;
  }
}

body h3.h3--line,
body .h3.h3--line {
  border-bottom: 1px solid #b6bdc2;
  padding-bottom: 10px;
}

body h4,
body .h4 {
  font-size: 17px;
}

@media (min-width: 680px) {
  body h4,
  body .h4 {
    font-size: 18px;
  }
}

body h5,
body .h5 {
  font-size: 16px;
}

@media (min-width: 680px) {
  body h5,
  body .h5 {
    font-size: 16px;
  }
}

body h6,
body .h6 {
  font-size: 14px;
}

@media (min-width: 680px) {
  body h6,
  body .h6 {
    font-size: 14px;
  }
}

body .text--small,
body small {
  font-size: 12px;
}

@media (min-width: 680px) {
  body .text--small,
  body small {
    font-size: 12px;
  }
}

body .text--smaller {
  font-size: 14px;
}

@media (min-width: 680px) {
  body .text--smaller {
    font-size: 14px;
  }
}

@media (min-width: 680px) {
  body {
    font-size: 16px;
  }
}

body,
.tw3-wrapper {
  height: auto;
  min-height: 100%;
}

.tw3-unsupportedScreen {
  display: none;
}

html,
body {
  overflow-x: hidden;
}

@media (min-width: 680px) {
  html,
  body {
    overflow-x: auto;
  }
}

strong {
  font-weight: 600;
}

.tw3-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 680px) {
  .tw3-wrapper {
    padding-bottom: 172px;
    min-height: 100vh;
  }
}

body.warning .tw3-wrapper {
  padding-bottom: 103px;
}

.tw3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tw3-content--fabActive {
  padding-bottom: 70px;
}

body.search .tw3-content {
  padding-top: 10px;
}

.tw3-footerContainer {
  display: none;
}

@media (min-width: 680px) {
  .tw3-footerContainer {
    display: block;
  }
}

#welcome.friends * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tw3-sidebarContainer {
  display: none;
}

@media (min-width: 680px) {
  .tw3-sidebarContainer {
    display: block;
  }
}

.tw3-wrapper #smartbanner {
  z-index: 1;
  top: 0;
  position: relative !important;
}

#container.emptySpotlight.smartbanner--active {
  padding-top: 0;
}

.tw3-container {
  zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 320px) {
  .tw3-container .tw3-bp1-col-0 {
    width: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp1-col-1 {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp1-col-2 {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp1-col-3 {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp1-col-4 {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp1-col-5 {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp1-col-6 {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp1-col-7 {
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp1-col-8 {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp1-col-9 {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp1-col-10 {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp1-col-11 {
    width: 91.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp1-col-12 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }
}

@media (min-width: 480px) {
  .tw3-container .tw3-bp2-col-0 {
    width: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-0 {
    margin-left: 0%;
  }

  .tw3-container .tw3-bp2-offset-right-0 {
    margin-right: 0%;
  }

  .tw3-container .tw3-bp2-col-1 {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-1 {
    margin-left: 8.3333333333%;
  }

  .tw3-container .tw3-bp2-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .tw3-container .tw3-bp2-col-2 {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-2 {
    margin-left: 16.6666666667%;
  }

  .tw3-container .tw3-bp2-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .tw3-container .tw3-bp2-col-3 {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-3 {
    margin-left: 25%;
  }

  .tw3-container .tw3-bp2-offset-right-3 {
    margin-right: 25%;
  }

  .tw3-container .tw3-bp2-col-4 {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-4 {
    margin-left: 33.3333333333%;
  }

  .tw3-container .tw3-bp2-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .tw3-container .tw3-bp2-col-5 {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-5 {
    margin-left: 41.6666666667%;
  }

  .tw3-container .tw3-bp2-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .tw3-container .tw3-bp2-col-6 {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-6 {
    margin-left: 50%;
  }

  .tw3-container .tw3-bp2-offset-right-6 {
    margin-right: 50%;
  }

  .tw3-container .tw3-bp2-col-7 {
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-7 {
    margin-left: 58.3333333333%;
  }

  .tw3-container .tw3-bp2-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .tw3-container .tw3-bp2-col-8 {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-8 {
    margin-left: 66.6666666667%;
  }

  .tw3-container .tw3-bp2-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .tw3-container .tw3-bp2-col-9 {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-9 {
    margin-left: 75%;
  }

  .tw3-container .tw3-bp2-offset-right-9 {
    margin-right: 75%;
  }

  .tw3-container .tw3-bp2-col-10 {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-10 {
    margin-left: 83.3333333333%;
  }

  .tw3-container .tw3-bp2-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .tw3-container .tw3-bp2-col-11 {
    width: 91.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-11 {
    margin-left: 91.6666666667%;
  }

  .tw3-container .tw3-bp2-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .tw3-container .tw3-bp2-col-12 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp2-offset-left-12 {
    margin-left: 100%;
  }

  .tw3-container .tw3-bp2-offset-right-12 {
    margin-right: 100%;
  }
}

@media (min-width: 680px) {
  .tw3-container .tw3-bp3-col-0 {
    width: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-0 {
    margin-left: 0%;
  }

  .tw3-container .tw3-bp3-offset-right-0 {
    margin-right: 0%;
  }

  .tw3-container .tw3-bp3-col-1 {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-1 {
    margin-left: 8.3333333333%;
  }

  .tw3-container .tw3-bp3-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .tw3-container .tw3-bp3-col-2 {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-2 {
    margin-left: 16.6666666667%;
  }

  .tw3-container .tw3-bp3-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .tw3-container .tw3-bp3-col-3 {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-3 {
    margin-left: 25%;
  }

  .tw3-container .tw3-bp3-offset-right-3 {
    margin-right: 25%;
  }

  .tw3-container .tw3-bp3-col-4 {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-4 {
    margin-left: 33.3333333333%;
  }

  .tw3-container .tw3-bp3-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .tw3-container .tw3-bp3-col-5 {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-5 {
    margin-left: 41.6666666667%;
  }

  .tw3-container .tw3-bp3-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .tw3-container .tw3-bp3-col-6 {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-6 {
    margin-left: 50%;
  }

  .tw3-container .tw3-bp3-offset-right-6 {
    margin-right: 50%;
  }

  .tw3-container .tw3-bp3-col-7 {
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-7 {
    margin-left: 58.3333333333%;
  }

  .tw3-container .tw3-bp3-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .tw3-container .tw3-bp3-col-8 {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-8 {
    margin-left: 66.6666666667%;
  }

  .tw3-container .tw3-bp3-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .tw3-container .tw3-bp3-col-9 {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-9 {
    margin-left: 75%;
  }

  .tw3-container .tw3-bp3-offset-right-9 {
    margin-right: 75%;
  }

  .tw3-container .tw3-bp3-col-10 {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-10 {
    margin-left: 83.3333333333%;
  }

  .tw3-container .tw3-bp3-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .tw3-container .tw3-bp3-col-11 {
    width: 91.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-11 {
    margin-left: 91.6666666667%;
  }

  .tw3-container .tw3-bp3-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .tw3-container .tw3-bp3-col-12 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp3-offset-left-12 {
    margin-left: 100%;
  }

  .tw3-container .tw3-bp3-offset-right-12 {
    margin-right: 100%;
  }
}

@media (min-width: 960px) {
  .tw3-container .tw3-bp4-col-0 {
    width: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-0 {
    margin-left: 0%;
  }

  .tw3-container .tw3-bp4-offset-right-0 {
    margin-right: 0%;
  }

  .tw3-container .tw3-bp4-col-1 {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-1 {
    margin-left: 8.3333333333%;
  }

  .tw3-container .tw3-bp4-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .tw3-container .tw3-bp4-col-2 {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-2 {
    margin-left: 16.6666666667%;
  }

  .tw3-container .tw3-bp4-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .tw3-container .tw3-bp4-col-3 {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-3 {
    margin-left: 25%;
  }

  .tw3-container .tw3-bp4-offset-right-3 {
    margin-right: 25%;
  }

  .tw3-container .tw3-bp4-col-4 {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-4 {
    margin-left: 33.3333333333%;
  }

  .tw3-container .tw3-bp4-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .tw3-container .tw3-bp4-col-5 {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-5 {
    margin-left: 41.6666666667%;
  }

  .tw3-container .tw3-bp4-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .tw3-container .tw3-bp4-col-6 {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-6 {
    margin-left: 50%;
  }

  .tw3-container .tw3-bp4-offset-right-6 {
    margin-right: 50%;
  }

  .tw3-container .tw3-bp4-col-7 {
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-7 {
    margin-left: 58.3333333333%;
  }

  .tw3-container .tw3-bp4-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .tw3-container .tw3-bp4-col-8 {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-8 {
    margin-left: 66.6666666667%;
  }

  .tw3-container .tw3-bp4-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .tw3-container .tw3-bp4-col-9 {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-9 {
    margin-left: 75%;
  }

  .tw3-container .tw3-bp4-offset-right-9 {
    margin-right: 75%;
  }

  .tw3-container .tw3-bp4-col-10 {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-10 {
    margin-left: 83.3333333333%;
  }

  .tw3-container .tw3-bp4-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .tw3-container .tw3-bp4-col-11 {
    width: 91.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-11 {
    margin-left: 91.6666666667%;
  }

  .tw3-container .tw3-bp4-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .tw3-container .tw3-bp4-col-12 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp4-offset-left-12 {
    margin-left: 100%;
  }

  .tw3-container .tw3-bp4-offset-right-12 {
    margin-right: 100%;
  }
}

@media (min-width: 1140px) {
  .tw3-container .tw3-bp5-col-0 {
    width: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-0 {
    margin-left: 0%;
  }

  .tw3-container .tw3-bp5-offset-right-0 {
    margin-right: 0%;
  }

  .tw3-container .tw3-bp5-col-1 {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-1 {
    margin-left: 8.3333333333%;
  }

  .tw3-container .tw3-bp5-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .tw3-container .tw3-bp5-col-2 {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-2 {
    margin-left: 16.6666666667%;
  }

  .tw3-container .tw3-bp5-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .tw3-container .tw3-bp5-col-3 {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-3 {
    margin-left: 25%;
  }

  .tw3-container .tw3-bp5-offset-right-3 {
    margin-right: 25%;
  }

  .tw3-container .tw3-bp5-col-4 {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-4 {
    margin-left: 33.3333333333%;
  }

  .tw3-container .tw3-bp5-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .tw3-container .tw3-bp5-col-5 {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-5 {
    margin-left: 41.6666666667%;
  }

  .tw3-container .tw3-bp5-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .tw3-container .tw3-bp5-col-6 {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-6 {
    margin-left: 50%;
  }

  .tw3-container .tw3-bp5-offset-right-6 {
    margin-right: 50%;
  }

  .tw3-container .tw3-bp5-col-7 {
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-7 {
    margin-left: 58.3333333333%;
  }

  .tw3-container .tw3-bp5-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .tw3-container .tw3-bp5-col-8 {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-8 {
    margin-left: 66.6666666667%;
  }

  .tw3-container .tw3-bp5-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .tw3-container .tw3-bp5-col-9 {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-9 {
    margin-left: 75%;
  }

  .tw3-container .tw3-bp5-offset-right-9 {
    margin-right: 75%;
  }

  .tw3-container .tw3-bp5-col-10 {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-10 {
    margin-left: 83.3333333333%;
  }

  .tw3-container .tw3-bp5-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .tw3-container .tw3-bp5-col-11 {
    width: 91.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-11 {
    margin-left: 91.6666666667%;
  }

  .tw3-container .tw3-bp5-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .tw3-container .tw3-bp5-col-12 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp5-offset-left-12 {
    margin-left: 100%;
  }

  .tw3-container .tw3-bp5-offset-right-12 {
    margin-right: 100%;
  }
}

@media (min-width: 1388px) {
  .tw3-container .tw3-bp6-col-0 {
    width: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-0 {
    margin-left: 0%;
  }

  .tw3-container .tw3-bp6-offset-right-0 {
    margin-right: 0%;
  }

  .tw3-container .tw3-bp6-col-1 {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-1 {
    margin-left: 8.3333333333%;
  }

  .tw3-container .tw3-bp6-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .tw3-container .tw3-bp6-col-2 {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-2 {
    margin-left: 16.6666666667%;
  }

  .tw3-container .tw3-bp6-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .tw3-container .tw3-bp6-col-3 {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-3 {
    margin-left: 25%;
  }

  .tw3-container .tw3-bp6-offset-right-3 {
    margin-right: 25%;
  }

  .tw3-container .tw3-bp6-col-4 {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-4 {
    margin-left: 33.3333333333%;
  }

  .tw3-container .tw3-bp6-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .tw3-container .tw3-bp6-col-5 {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-5 {
    margin-left: 41.6666666667%;
  }

  .tw3-container .tw3-bp6-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .tw3-container .tw3-bp6-col-6 {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-6 {
    margin-left: 50%;
  }

  .tw3-container .tw3-bp6-offset-right-6 {
    margin-right: 50%;
  }

  .tw3-container .tw3-bp6-col-7 {
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-7 {
    margin-left: 58.3333333333%;
  }

  .tw3-container .tw3-bp6-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .tw3-container .tw3-bp6-col-8 {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-8 {
    margin-left: 66.6666666667%;
  }

  .tw3-container .tw3-bp6-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .tw3-container .tw3-bp6-col-9 {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-9 {
    margin-left: 75%;
  }

  .tw3-container .tw3-bp6-offset-right-9 {
    margin-right: 75%;
  }

  .tw3-container .tw3-bp6-col-10 {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-10 {
    margin-left: 83.3333333333%;
  }

  .tw3-container .tw3-bp6-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .tw3-container .tw3-bp6-col-11 {
    width: 91.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-11 {
    margin-left: 91.6666666667%;
  }

  .tw3-container .tw3-bp6-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .tw3-container .tw3-bp6-col-12 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container .tw3-bp6-offset-left-12 {
    margin-left: 100%;
  }

  .tw3-container .tw3-bp6-offset-right-12 {
    margin-right: 100%;
  }
}

.tw3-container .tw3-col-hide {
  display: none;
}

@media (min-width: 320px) {
  .tw3-container .tw3-bp1-col-hide {
    display: none;
  }
}

@media (min-width: 480px) {
  .tw3-container .tw3-bp2-col-hide {
    display: none;
  }
}

@media (min-width: 680px) {
  .tw3-container .tw3-bp3-col-hide {
    display: none;
  }
}

@media (min-width: 960px) {
  .tw3-container .tw3-bp4-col-hide {
    display: none;
  }
}

@media (min-width: 1140px) {
  .tw3-container .tw3-bp5-col-hide {
    display: none;
  }
}

@media (min-width: 1388px) {
  .tw3-container .tw3-bp6-col-hide {
    display: none;
  }
}

@media (min-width: 320px) {
  .tw3-container .tw3-bp1-col-show-block {
    display: block;
  }

  .tw3-container .bp1-col-show-inline-block {
    display: inline-block;
  }
}

@media (min-width: 480px) {
  .tw3-container .tw3-bp2-col-show-block {
    display: block;
  }

  .tw3-container .bp2-col-show-inline-block {
    display: inline-block;
  }
}

@media (min-width: 680px) {
  .tw3-container .tw3-bp3-col-show-block {
    display: block;
  }

  .tw3-container .bp3-col-show-inline-block {
    display: inline-block;
  }
}

@media (min-width: 960px) {
  .tw3-container .tw3-bp4-col-show-block {
    display: block;
  }

  .tw3-container .bp4-col-show-inline-block {
    display: inline-block;
  }
}

@media (min-width: 1140px) {
  .tw3-container .tw3-bp5-col-show-block {
    display: block;
  }

  .tw3-container .bp5-col-show-inline-block {
    display: inline-block;
  }
}

@media (min-width: 1388px) {
  .tw3-container .tw3-bp6-col-show-block {
    display: block;
  }

  .tw3-container .bp6-col-show-inline-block {
    display: inline-block;
  }
}

.tw3-container .tw3-row--height {
  display: table-row;
}

.tw3-container .tw3-col--middle,
.tw3-container .peopleList li .peopleList__item__image,
.peopleList li .tw3-container .peopleList__item__image,
.tw3-container .peopleList li .peopleList__item__info,
.peopleList li .tw3-container .peopleList__item__info,
.tw3-container .peopleList li .peopleList__item__actions,
.peopleList li .tw3-container .peopleList__item__actions {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.tw3-container:before,
.tw3-container:after {
  content: "";
  display: table;
}

.tw3-container:after {
  clear: both;
}

@media (min-width: 960px) {
  .tw3-container {
    padding-left: 5px;
    padding-right: 5px;
    width: 960px;
  }
}

.tw3-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tw3-container--compact {
  padding-left: 10px;
  padding-right: 10px;
}

.tw3-container--fluid {
  zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 320px) {
  .tw3-container--fluid .tw3-bp1-col-0 {
    width: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp1-col-1 {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp1-col-2 {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp1-col-3 {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp1-col-4 {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp1-col-5 {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp1-col-6 {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp1-col-7 {
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp1-col-8 {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp1-col-9 {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp1-col-10 {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp1-col-11 {
    width: 91.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp1-col-12 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }
}

@media (min-width: 480px) {
  .tw3-container--fluid .tw3-bp2-col-0 {
    width: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-0 {
    margin-left: 0%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-0 {
    margin-right: 0%;
  }

  .tw3-container--fluid .tw3-bp2-col-1 {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-1 {
    margin-left: 8.3333333333%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .tw3-container--fluid .tw3-bp2-col-2 {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-2 {
    margin-left: 16.6666666667%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .tw3-container--fluid .tw3-bp2-col-3 {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-3 {
    margin-left: 25%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-3 {
    margin-right: 25%;
  }

  .tw3-container--fluid .tw3-bp2-col-4 {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-4 {
    margin-left: 33.3333333333%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .tw3-container--fluid .tw3-bp2-col-5 {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-5 {
    margin-left: 41.6666666667%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .tw3-container--fluid .tw3-bp2-col-6 {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-6 {
    margin-left: 50%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-6 {
    margin-right: 50%;
  }

  .tw3-container--fluid .tw3-bp2-col-7 {
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-7 {
    margin-left: 58.3333333333%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .tw3-container--fluid .tw3-bp2-col-8 {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-8 {
    margin-left: 66.6666666667%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .tw3-container--fluid .tw3-bp2-col-9 {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-9 {
    margin-left: 75%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-9 {
    margin-right: 75%;
  }

  .tw3-container--fluid .tw3-bp2-col-10 {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-10 {
    margin-left: 83.3333333333%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .tw3-container--fluid .tw3-bp2-col-11 {
    width: 91.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-11 {
    margin-left: 91.6666666667%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .tw3-container--fluid .tw3-bp2-col-12 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp2-offset-left-12 {
    margin-left: 100%;
  }

  .tw3-container--fluid .tw3-bp2-offset-right-12 {
    margin-right: 100%;
  }
}

@media (min-width: 680px) {
  .tw3-container--fluid .tw3-bp3-col-0 {
    width: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-0 {
    margin-left: 0%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-0 {
    margin-right: 0%;
  }

  .tw3-container--fluid .tw3-bp3-col-1 {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-1 {
    margin-left: 8.3333333333%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .tw3-container--fluid .tw3-bp3-col-2 {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-2 {
    margin-left: 16.6666666667%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .tw3-container--fluid .tw3-bp3-col-3 {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-3 {
    margin-left: 25%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-3 {
    margin-right: 25%;
  }

  .tw3-container--fluid .tw3-bp3-col-4 {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-4 {
    margin-left: 33.3333333333%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .tw3-container--fluid .tw3-bp3-col-5 {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-5 {
    margin-left: 41.6666666667%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .tw3-container--fluid .tw3-bp3-col-6 {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-6 {
    margin-left: 50%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-6 {
    margin-right: 50%;
  }

  .tw3-container--fluid .tw3-bp3-col-7 {
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-7 {
    margin-left: 58.3333333333%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .tw3-container--fluid .tw3-bp3-col-8 {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-8 {
    margin-left: 66.6666666667%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .tw3-container--fluid .tw3-bp3-col-9 {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-9 {
    margin-left: 75%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-9 {
    margin-right: 75%;
  }

  .tw3-container--fluid .tw3-bp3-col-10 {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-10 {
    margin-left: 83.3333333333%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .tw3-container--fluid .tw3-bp3-col-11 {
    width: 91.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-11 {
    margin-left: 91.6666666667%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .tw3-container--fluid .tw3-bp3-col-12 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp3-offset-left-12 {
    margin-left: 100%;
  }

  .tw3-container--fluid .tw3-bp3-offset-right-12 {
    margin-right: 100%;
  }
}

@media (min-width: 960px) {
  .tw3-container--fluid .tw3-bp4-col-0 {
    width: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-0 {
    margin-left: 0%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-0 {
    margin-right: 0%;
  }

  .tw3-container--fluid .tw3-bp4-col-1 {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-1 {
    margin-left: 8.3333333333%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .tw3-container--fluid .tw3-bp4-col-2 {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-2 {
    margin-left: 16.6666666667%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .tw3-container--fluid .tw3-bp4-col-3 {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-3 {
    margin-left: 25%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-3 {
    margin-right: 25%;
  }

  .tw3-container--fluid .tw3-bp4-col-4 {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-4 {
    margin-left: 33.3333333333%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .tw3-container--fluid .tw3-bp4-col-5 {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-5 {
    margin-left: 41.6666666667%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .tw3-container--fluid .tw3-bp4-col-6 {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-6 {
    margin-left: 50%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-6 {
    margin-right: 50%;
  }

  .tw3-container--fluid .tw3-bp4-col-7 {
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-7 {
    margin-left: 58.3333333333%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .tw3-container--fluid .tw3-bp4-col-8 {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-8 {
    margin-left: 66.6666666667%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .tw3-container--fluid .tw3-bp4-col-9 {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-9 {
    margin-left: 75%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-9 {
    margin-right: 75%;
  }

  .tw3-container--fluid .tw3-bp4-col-10 {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-10 {
    margin-left: 83.3333333333%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .tw3-container--fluid .tw3-bp4-col-11 {
    width: 91.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-11 {
    margin-left: 91.6666666667%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .tw3-container--fluid .tw3-bp4-col-12 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp4-offset-left-12 {
    margin-left: 100%;
  }

  .tw3-container--fluid .tw3-bp4-offset-right-12 {
    margin-right: 100%;
  }
}

@media (min-width: 1140px) {
  .tw3-container--fluid .tw3-bp5-col-0 {
    width: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-0 {
    margin-left: 0%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-0 {
    margin-right: 0%;
  }

  .tw3-container--fluid .tw3-bp5-col-1 {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-1 {
    margin-left: 8.3333333333%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .tw3-container--fluid .tw3-bp5-col-2 {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-2 {
    margin-left: 16.6666666667%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .tw3-container--fluid .tw3-bp5-col-3 {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-3 {
    margin-left: 25%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-3 {
    margin-right: 25%;
  }

  .tw3-container--fluid .tw3-bp5-col-4 {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-4 {
    margin-left: 33.3333333333%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .tw3-container--fluid .tw3-bp5-col-5 {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-5 {
    margin-left: 41.6666666667%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .tw3-container--fluid .tw3-bp5-col-6 {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-6 {
    margin-left: 50%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-6 {
    margin-right: 50%;
  }

  .tw3-container--fluid .tw3-bp5-col-7 {
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-7 {
    margin-left: 58.3333333333%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .tw3-container--fluid .tw3-bp5-col-8 {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-8 {
    margin-left: 66.6666666667%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .tw3-container--fluid .tw3-bp5-col-9 {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-9 {
    margin-left: 75%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-9 {
    margin-right: 75%;
  }

  .tw3-container--fluid .tw3-bp5-col-10 {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-10 {
    margin-left: 83.3333333333%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .tw3-container--fluid .tw3-bp5-col-11 {
    width: 91.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-11 {
    margin-left: 91.6666666667%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .tw3-container--fluid .tw3-bp5-col-12 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp5-offset-left-12 {
    margin-left: 100%;
  }

  .tw3-container--fluid .tw3-bp5-offset-right-12 {
    margin-right: 100%;
  }
}

@media (min-width: 1388px) {
  .tw3-container--fluid .tw3-bp6-col-0 {
    width: 0%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-0 {
    margin-left: 0%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-0 {
    margin-right: 0%;
  }

  .tw3-container--fluid .tw3-bp6-col-1 {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-1 {
    margin-left: 8.3333333333%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-1 {
    margin-right: 8.3333333333%;
  }

  .tw3-container--fluid .tw3-bp6-col-2 {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-2 {
    margin-left: 16.6666666667%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-2 {
    margin-right: 16.6666666667%;
  }

  .tw3-container--fluid .tw3-bp6-col-3 {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-3 {
    margin-left: 25%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-3 {
    margin-right: 25%;
  }

  .tw3-container--fluid .tw3-bp6-col-4 {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-4 {
    margin-left: 33.3333333333%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-4 {
    margin-right: 33.3333333333%;
  }

  .tw3-container--fluid .tw3-bp6-col-5 {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-5 {
    margin-left: 41.6666666667%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-5 {
    margin-right: 41.6666666667%;
  }

  .tw3-container--fluid .tw3-bp6-col-6 {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-6 {
    margin-left: 50%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-6 {
    margin-right: 50%;
  }

  .tw3-container--fluid .tw3-bp6-col-7 {
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-7 {
    margin-left: 58.3333333333%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-7 {
    margin-right: 58.3333333333%;
  }

  .tw3-container--fluid .tw3-bp6-col-8 {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-8 {
    margin-left: 66.6666666667%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-8 {
    margin-right: 66.6666666667%;
  }

  .tw3-container--fluid .tw3-bp6-col-9 {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-9 {
    margin-left: 75%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-9 {
    margin-right: 75%;
  }

  .tw3-container--fluid .tw3-bp6-col-10 {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-10 {
    margin-left: 83.3333333333%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-10 {
    margin-right: 83.3333333333%;
  }

  .tw3-container--fluid .tw3-bp6-col-11 {
    width: 91.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-11 {
    margin-left: 91.6666666667%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-11 {
    margin-right: 91.6666666667%;
  }

  .tw3-container--fluid .tw3-bp6-col-12 {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .tw3-container--fluid .tw3-bp6-offset-left-12 {
    margin-left: 100%;
  }

  .tw3-container--fluid .tw3-bp6-offset-right-12 {
    margin-right: 100%;
  }
}

.tw3-container--fluid .tw3-col-hide {
  display: none;
}

@media (min-width: 320px) {
  .tw3-container--fluid .tw3-bp1-col-hide {
    display: none;
  }
}

@media (min-width: 480px) {
  .tw3-container--fluid .tw3-bp2-col-hide {
    display: none;
  }
}

@media (min-width: 680px) {
  .tw3-container--fluid .tw3-bp3-col-hide {
    display: none;
  }
}

@media (min-width: 960px) {
  .tw3-container--fluid .tw3-bp4-col-hide {
    display: none;
  }
}

@media (min-width: 1140px) {
  .tw3-container--fluid .tw3-bp5-col-hide {
    display: none;
  }
}

@media (min-width: 1388px) {
  .tw3-container--fluid .tw3-bp6-col-hide {
    display: none;
  }
}

@media (min-width: 320px) {
  .tw3-container--fluid .tw3-bp1-col-show-block {
    display: block;
  }

  .tw3-container--fluid .bp1-col-show-inline-block {
    display: inline-block;
  }
}

@media (min-width: 480px) {
  .tw3-container--fluid .tw3-bp2-col-show-block {
    display: block;
  }

  .tw3-container--fluid .bp2-col-show-inline-block {
    display: inline-block;
  }
}

@media (min-width: 680px) {
  .tw3-container--fluid .tw3-bp3-col-show-block {
    display: block;
  }

  .tw3-container--fluid .bp3-col-show-inline-block {
    display: inline-block;
  }
}

@media (min-width: 960px) {
  .tw3-container--fluid .tw3-bp4-col-show-block {
    display: block;
  }

  .tw3-container--fluid .bp4-col-show-inline-block {
    display: inline-block;
  }
}

@media (min-width: 1140px) {
  .tw3-container--fluid .tw3-bp5-col-show-block {
    display: block;
  }

  .tw3-container--fluid .bp5-col-show-inline-block {
    display: inline-block;
  }
}

@media (min-width: 1388px) {
  .tw3-container--fluid .tw3-bp6-col-show-block {
    display: block;
  }

  .tw3-container--fluid .bp6-col-show-inline-block {
    display: inline-block;
  }
}

.tw3-container--fluid .tw3-row--height {
  display: table-row;
}

.tw3-container--fluid .tw3-col--middle,
.tw3-container--fluid .peopleList li .peopleList__item__image,
.peopleList li .tw3-container--fluid .peopleList__item__image,
.tw3-container--fluid .peopleList li .peopleList__item__info,
.peopleList li .tw3-container--fluid .peopleList__item__info,
.tw3-container--fluid .peopleList li .peopleList__item__actions,
.peopleList li .tw3-container--fluid .peopleList__item__actions {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.tw3-container--fluid:before,
.tw3-container--fluid:after {
  content: "";
  display: table;
}

.tw3-container--fluid:after {
  clear: both;
}

.tw3 .colLeft {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 680px) {
  .tw3 .colLeft {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.tw3 .colRight {
  width: 33.3333333333%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-onboardingSteps {
  font-family: "Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

body.tr .tw3-onboardingSteps {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.tw3-onboardingSteps h1,
.tw3-onboardingSteps .h1 {
  font-size: 36px;
}

@media (min-width: 680px) {
  .tw3-onboardingSteps h1,
  .tw3-onboardingSteps .h1 {
    font-size: 36px;
  }
}

.tw3-onboardingSteps h2,
.tw3-onboardingSteps .h2 {
  font-size: 34px;
}

@media (min-width: 680px) {
  .tw3-onboardingSteps h2,
  .tw3-onboardingSteps .h2 {
    font-size: 36px;
  }
}

.tw3-onboardingSteps h3,
.tw3-onboardingSteps .h3 {
  font-size: 23px;
}

@media (min-width: 680px) {
  .tw3-onboardingSteps h3,
  .tw3-onboardingSteps .h3 {
    font-size: 24px;
  }
}

.tw3-onboardingSteps h3.h3--line,
.tw3-onboardingSteps .h3.h3--line {
  border-bottom: 1px solid #b6bdc2;
  padding-bottom: 10px;
}

.tw3-onboardingSteps h4,
.tw3-onboardingSteps .h4 {
  font-size: 17px;
}

@media (min-width: 680px) {
  .tw3-onboardingSteps h4,
  .tw3-onboardingSteps .h4 {
    font-size: 18px;
  }
}

.tw3-onboardingSteps h5,
.tw3-onboardingSteps .h5 {
  font-size: 16px;
}

@media (min-width: 680px) {
  .tw3-onboardingSteps h5,
  .tw3-onboardingSteps .h5 {
    font-size: 16px;
  }
}

.tw3-onboardingSteps h6,
.tw3-onboardingSteps .h6 {
  font-size: 14px;
}

@media (min-width: 680px) {
  .tw3-onboardingSteps h6,
  .tw3-onboardingSteps .h6 {
    font-size: 14px;
  }
}

.tw3-onboardingSteps .text--small,
.tw3-onboardingSteps small {
  font-size: 12px;
}

@media (min-width: 680px) {
  .tw3-onboardingSteps .text--small,
  .tw3-onboardingSteps small {
    font-size: 12px;
  }
}

.tw3-onboardingSteps .text--smaller {
  font-size: 14px;
}

@media (min-width: 680px) {
  .tw3-onboardingSteps .text--smaller {
    font-size: 14px;
  }
}

@media (min-width: 680px) {
  .tw3-onboardingSteps {
    font-size: 16px;
  }
}

@media (min-width: 680px) {
  .tw3-onboardingSteps {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.contactListContainer {
  display: none;
}

@media (min-width: 960px) {
  .contactListContainer {
    display: block;
  }
}

.link--anchor {
  position: absolute;
  top: -52px;
}

@media (min-width: 680px) {
  .link--anchor {
    top: -60px;
  }
}

.tw3-page--grey {
  background: #f9f9f9;
}

.tw3-page--grey .tw3-box {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.tw3-page--grey .tw3-card {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.tw3-page--grey .tw3-promoCard {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

body.paywall--nomq {
  padding-bottom: 90px;
}

body.paywall--nomq--credits {
  padding-bottom: 140px;
}

.activity-header {
  position: relative;
  height: 54px;
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
}

@media (min-width: 680px) {
  .activity-header {
    display: none;
  }
}

.activity-header__title {
  padding-top: 17px;
  padding-bottom: 17px;
  margin-bottom: 0px;
}

.activity-header__avatar {
  position: absolute;
  top: 8px;
  right: 20px;
}

.activity .tw3-content {
  font-family: "Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  padding-top: 0;
}

body.tr .activity .tw3-content {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.activity .tw3-content h1,
.activity .tw3-content .h1 {
  font-size: 36px;
}

@media (min-width: 680px) {
  .activity .tw3-content h1,
  .activity .tw3-content .h1 {
    font-size: 36px;
  }
}

.activity .tw3-content h2,
.activity .tw3-content .h2 {
  font-size: 34px;
}

@media (min-width: 680px) {
  .activity .tw3-content h2,
  .activity .tw3-content .h2 {
    font-size: 36px;
  }
}

.activity .tw3-content h3,
.activity .tw3-content .h3 {
  font-size: 23px;
}

@media (min-width: 680px) {
  .activity .tw3-content h3,
  .activity .tw3-content .h3 {
    font-size: 24px;
  }
}

.activity .tw3-content h3.h3--line,
.activity .tw3-content .h3.h3--line {
  border-bottom: 1px solid #b6bdc2;
  padding-bottom: 10px;
}

.activity .tw3-content h4,
.activity .tw3-content .h4 {
  font-size: 17px;
}

@media (min-width: 680px) {
  .activity .tw3-content h4,
  .activity .tw3-content .h4 {
    font-size: 18px;
  }
}

.activity .tw3-content h5,
.activity .tw3-content .h5 {
  font-size: 16px;
}

@media (min-width: 680px) {
  .activity .tw3-content h5,
  .activity .tw3-content .h5 {
    font-size: 16px;
  }
}

.activity .tw3-content h6,
.activity .tw3-content .h6 {
  font-size: 14px;
}

@media (min-width: 680px) {
  .activity .tw3-content h6,
  .activity .tw3-content .h6 {
    font-size: 14px;
  }
}

.activity .tw3-content .text--small,
.activity .tw3-content small {
  font-size: 12px;
}

@media (min-width: 680px) {
  .activity .tw3-content .text--small,
  .activity .tw3-content small {
    font-size: 12px;
  }
}

.activity .tw3-content .text--smaller {
  font-size: 14px;
}

@media (min-width: 680px) {
  .activity .tw3-content .text--smaller {
    font-size: 14px;
  }
}

@media (min-width: 680px) {
  .activity .tw3-content {
    font-size: 16px;
  }
}

@media (min-width: 960px) {
  .activity .tw3-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.activity__title {
  display: none;
}

@media (min-width: 680px) {
  .activity__title {
    display: block;
  }
}

.activity--matches .h4--line {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-top: 20px;
}

.activity .peopleList {
  margin-top: 0;
}

.activity .peopleList li {
  padding: 10px;
}

@media (min-width: 680px) {
  .activity .peopleList li {
    padding: 10px 0;
  }
}

.activity .peopleList li .peopleList__item__image {
  width: 16.6666666667%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 680px) {
  .activity .peopleList li .peopleList__item__image {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 960px) {
  .activity .peopleList li .peopleList__item__image {
    width: 8.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.activity .peopleList li .peopleList__item__info {
  width: 66.6666666667%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 680px) {
  .activity .peopleList li .peopleList__item__info {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 960px) {
  .activity .peopleList li .peopleList__item__info {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.activity .peopleList li .peopleList__item__info__description.text--red {
  color: #fe3636;
}

.activity .peopleList li .peopleList__item__actions {
  width: 16.6666666667%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.activity .peopleList li .peopleList__item__actions .tw3-button>span {
  display: none;
}

.activity .peopleList li.peopleList__item--anonymous .peopleList__item--anonymous__ask {
  display: block;
}

.activity .peopleList li.peopleList__item--anonymous .peopleList__item--anonymous__asked {
  display: none;
}

.activity .peopleList li.peopleList__item--anonymous--asked .peopleList__item--anonymous__ask {
  display: none;
}

.activity .peopleList li.peopleList__item--anonymous--asked .peopleList__item--anonymous__asked {
  display: block;
}

.activity .peopleList li.peopleList__item--anonymous .peopleList__item__actions {
  width: 41.6666666667%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 680px) {
  .activity .peopleList li.peopleList__item--anonymous .peopleList__item__actions {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 960px) {
  .activity .peopleList li.peopleList__item--anonymous .peopleList__item__actions {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.activity .peopleList li.peopleList__item--anonymous .peopleList__item__info {
  width: 41.6666666667%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 680px) {
  .activity .peopleList li.peopleList__item--anonymous .peopleList__item__info {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 960px) {
  .activity .peopleList li.peopleList__item--anonymous .peopleList__item__info {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.activity .tw3-footerContainer {
  display: none;
}

@media (min-width: 960px) {
  .activity .tw3-footerContainer {
    display: block;
  }
}

.activity .adsLeft {
  display: none;
}

@media (min-width: 680px) {
  .activity .adsLeft {
    display: block;
  }
}

.activity .promoPosabove .tw3-box--padding--off {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.activity .tw3-itpContainer {
  display: block;
}

.activity .activity__trigger__title {
  display: none;
}

@media (min-width: 680px) {
  .activity .activity__trigger__title {
    display: block;
  }
}

@media (min-width: 680px) {
  .activity--followers,
  .activity--likesyou {
    background: #fff;
  }
}

@media (min-width: 960px) {
  .activity--followers,
  .activity--likesyou {
    background: #f9f9f9;
  }
}

.activity--followers .tw3-whoLikesYouContainer .likesContainer,
.activity--likesyou .tw3-whoLikesYouContainer .likesContainer {
  width: 100%;
}

@media (min-width: 960px) {
  .activity--followers .tw3-whoLikesYouContainer .likesContainer,
  .activity--likesyou .tw3-whoLikesYouContainer .likesContainer {
    width: 33.3333333333%;
  }
}

.activity--followers .tw3-whoLikesYouContainer .tw3-likeContainer,
.activity--likesyou .tw3-whoLikesYouContainer .tw3-likeContainer {
  display: none;
}

@media (min-width: 960px) {
  .activity--followers .tw3-whoLikesYouContainer .tw3-likeContainer,
  .activity--likesyou .tw3-whoLikesYouContainer .tw3-likeContainer {
    display: block;
  }
}

@media (min-width: 680px) {
  .activity--followers .tw3-whoLikesYouContainer .tw3-personList,
  .activity--likesyou .tw3-whoLikesYouContainer .tw3-personList {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
  }
}

@media (min-width: 960px) {
  .activity--followers .tw3-whoLikesYouContainer .tw3-personList,
  .activity--likesyou .tw3-whoLikesYouContainer .tw3-personList {
    margin: 0;
    padding: 0;
    width: auto;
    float: none;
  }
}

@media (min-width: 680px) {
  .activity--followers .tw3-whoLikesYouContainer .likesContainer__filter,
  .activity--likesyou .tw3-whoLikesYouContainer .likesContainer__filter {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 8.3333333333%;
    margin-right: 8.3333333333%;
    float: none;
  }
}

@media (min-width: 960px) {
  .activity--followers .tw3-whoLikesYouContainer .likesContainer__filter,
  .activity--likesyou .tw3-whoLikesYouContainer .likesContainer__filter {
    margin: 0;
    padding: 10px;
    width: auto;
    border-bottom: 1px solid #E5E5E5;
  }
}

.activity--followers .tw3-whoLikesYouContainer .likesContainer .tw3-personList li.selected:not(:hover),
.activity--likesyou .tw3-whoLikesYouContainer .likesContainer .tw3-personList li.selected:not(:hover) {
  background: none;
}

@media (min-width: 960px) {
  .activity--followers .tw3-whoLikesYouContainer .likesContainer .tw3-personList li.selected:not(:hover),
  .activity--likesyou .tw3-whoLikesYouContainer .likesContainer .tw3-personList li.selected:not(:hover) {
    background: #e7f3fe;
  }
}

.activity--followers .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__image,
.activity--likesyou .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__image {
  width: 16.6666666667%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 0px;
  padding-right: 5px;
}

@media (min-width: 960px) {
  .activity--followers .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__image,
  .activity--likesyou .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__image {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.activity--followers .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__info,
.activity--followers .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person--large__info,
.activity--likesyou .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__info,
.activity--likesyou .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person--large__info {
  width: 41.6666666667%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 960px) {
  .activity--followers .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__info,
  .activity--followers .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person--large__info,
  .activity--likesyou .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__info,
  .activity--likesyou .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person--large__info {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.activity--followers .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__action,
.activity--likesyou .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__action {
  text-align: right;
  width: 41.6666666667%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 960px) {
  .activity--followers .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__action,
  .activity--likesyou .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__action {
    display: none;
  }
}

.activity--followers .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__action .tw3-button:first-child,
.activity--likesyou .tw3-whoLikesYouContainer .likesContainer .tw3-personList li .tw3-person__action .tw3-button:first-child {
  margin-right: 5px;
}

.activity--followers .tw3-whoLikesYouContainer .likesContainer__actions,
.activity--likesyou .tw3-whoLikesYouContainer .likesContainer__actions {
  background: #007be6;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.activity--followers .tw3-whoLikesYouContainer .likesContainer__actions [class^="tw3-col-"]:last-child,
.activity--likesyou .tw3-whoLikesYouContainer .likesContainer__actions [class^="tw3-col-"]:last-child {
  border-left: 1px solid #fff;
}

.activity--followers .tw3-whoLikesYouContainer .likesContainer__actions div,
.activity--likesyou .tw3-whoLikesYouContainer .likesContainer__actions div {
  padding: 0;
}

.activity--followers .tw3-whoLikesYouContainer .likesContainer__actions div .iconLink,
.activity--likesyou .tw3-whoLikesYouContainer .likesContainer__actions div .iconLink {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.activity--visitors .photoCoverHolder {
  height: auto;
  position: relative;
}

.activity--visitors .photoCover__bkg .scrollableHolder {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.activity--visitors .photoCover__bkg .scrollableHolder__width {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.activity--visitors .photoCover__info {
  text-align: left;
  padding: 20px;
  color: #fff;
  zoom: 1;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
}

.activity--visitors .photoCover__info:before,
.activity--visitors .photoCover__info:after {
  content: "";
  display: table;
}

.activity--visitors .photoCover__info:after {
  clear: both;
}

.activity--visitors .photoCover__info__title a {
  color: #fff;
}

.activity--visitors .photoCover__photoCount {
  bottom: 10px;
  top: auto;
  display: none;
}

@media (min-width: 680px) {
  .activity--visitors .photoCover__photoCount {
    display: inline-block;
  }
}

.activity--visitors .photoCoverHolder__actions {
  padding-top: 0;
  bottom: 30px;
  top: auto;
}

.tw3-activity--whoiknow__addContacts {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
  border-right: 1px solid #E5E5E5;
}

@media (min-width: 960px) {
  .tw3-activity--whoiknow__addContacts {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .tw3-activity--whoiknow__addContacts {
    min-height: 600px;
    margin-right: 41.6666666667%;
    width: 58.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.tw3-activity--whoiknow__existingContacts {
  background: #f9f9f9;
}

@media (min-width: 960px) {
  .tw3-activity--whoiknow__existingContacts {
    width: 41.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 63px;
  }
}

.tw3-activity--whoiknow__existingContacts__header {
  border-bottom: 1px solid #E5E5E5;
}

.tw3-activity--whoiknow__existingContacts .existingContacts__container {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  margin-top: 20px;
}

.tw3-activity--whoiknow__existingContacts .existingContacts__container ul:first-of-type {
  padding-top: 20px;
}

@media (min-width: 680px) {
  .tw3-activity--whoiknow__existingContacts .existingContacts__container {
    margin-top: 0;
  }
}

.tw3-activity--whoiknow__existingContacts .tw3-mediav2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.tw3-activity--whoiknow__existingContacts .tw3-mediav2:after {
  display: block;
  content: '';
  position: absolute;
  left: -25px;
  right: -25px;
  border-bottom: 1px solid #E5E5E5;
  bottom: 0;
}

.tw3-activity--whoiknow__empty {
  min-height: 535px;
  text-align: center;
}

html.flexbox .tw3-activity--whoiknow__empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.game .gameV3,
.game .tw3-content,
.game .tw3-container,
.game .container__snapToEdge,
.game .container__content,
.game .discover,
.game .photoCoverHolder,
.game .photoCover {
  height: 100%;
}

.game .tw3-container__live {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  bottom: 0;
}

.game .tw3-spotlight {
  display: none;
}

.game .tw3-content {
  padding-top: 0;
}

@media (min-width: 680px) {
  .game .tw3-content {
    padding-top: 20px;
  }
}

.photoCover__info__basic {
  zoom: 1;
  margin-bottom: 10px;
}

.photoCover__info__basic:before,
.photoCover__info__basic:after {
  content: "";
  display: table;
}

.photoCover__info__basic:after {
  clear: both;
}

.photoCover__info__basic .tw3-avatarContainer {
  width: 85px;
  float: left;
}

@media (min-width: 680px) {
  .game .liveMeUsersContainer {
    right: -117px;
  }

  .game .tw3-spotlight {
    display: block;
  }

  .game .container__content .photoCoverHolder {
    height: auto;
    position: relative;
  }

  .game .container__content .photoCover__bkg {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding-top: 100%;
    width: 100%;
  }

  .game .container__content .photoCover__bkg .scrollableHolder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .game .container__content .photoCover__info {
    text-align: left;
    padding: 20px;
    margin-top: 10px;
    position: static;
    color: #283740;
    zoom: 1;
  }

  .game .container__content .photoCover__info:before,
  .game .container__content .photoCover__info:after {
    content: "";
    display: table;
  }

  .game .container__content .photoCover__info:after {
    clear: both;
  }

  .game .container__content .photoCover__photoCount {
    bottom: auto;
    top: 10px;
  }

  .game .container__content .photoCover__tabbedButtons {
    bottom: auto;
    top: 10px;
  }

  .game .container__sideBar {
    height: 500px;
  }
}

#gameContainerV3 .adsLeft {
  display: none;
  position: relative;
  z-index: 1;
}

@media (min-width: 960px) {
  #gameContainerV3 .adsLeft {
    display: block;
  }
}

@media (min-width: 1388px) {
  #gameContainerV3 .adsLeft {
    position: absolute;
  }
}

.game__overlay,
.activity--followers__overlay,
.activity--likesyou__overlay {
  background: #373a47;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.game__overlay img,
.activity--followers__overlay img,
.activity--likesyou__overlay img {
  border: 2px solid #fff;
}

.game .photoCoverHolder,
.activity--followers .photoCoverHolder,
.activity--likesyou .photoCoverHolder {
  height: auto;
  position: relative;
}

.game .photoCover__bkg,
.activity--followers .photoCover__bkg,
.activity--likesyou .photoCover__bkg {
  padding-top: 100%;
  position: relative;
  width: 100%;
  background: #283740;
}

@media (min-width: 680px) {
  .game .photoCover__bkg,
  .activity--followers .photoCover__bkg,
  .activity--likesyou .photoCover__bkg {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding-top: 65%;
  }
}

.game .photoCover__bkg .scrollableHolder,
.activity--followers .photoCover__bkg .scrollableHolder,
.activity--likesyou .photoCover__bkg .scrollableHolder {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.game .photoCover__bkg .scrollableHolder__width,
.activity--followers .photoCover__bkg .scrollableHolder__width,
.activity--likesyou .photoCover__bkg .scrollableHolder__width {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 680px) {
  .game .photoCover__bkg .scrollableHolder__width,
  .activity--followers .photoCover__bkg .scrollableHolder__width,
  .activity--likesyou .photoCover__bkg .scrollableHolder__width {
    left: 15%;
    right: 15%;
  }
}

@media (min-width: 680px) {
  .game .photoCover__bkg .scrollableHolder__navLeft,
  .activity--followers .photoCover__bkg .scrollableHolder__navLeft,
  .activity--likesyou .photoCover__bkg .scrollableHolder__navLeft {
    left: -12.5%;
  }
}

@media (min-width: 680px) {
  .game .photoCover__bkg .scrollableHolder__navRight,
  .activity--followers .photoCover__bkg .scrollableHolder__navRight,
  .activity--likesyou .photoCover__bkg .scrollableHolder__navRight {
    right: -12.5%;
  }
}

@media (min-width: 680px) {
  .game .photoCover__bkg .scrollableHolder--videoBios .scrollableHolder__navLeft,
  .activity--followers .photoCover__bkg .scrollableHolder--videoBios .scrollableHolder__navLeft,
  .activity--likesyou .photoCover__bkg .scrollableHolder--videoBios .scrollableHolder__navLeft {
    left: 2%;
  }
}

@media (min-width: 680px) {
  .game .photoCover__bkg .scrollableHolder--videoBios .scrollableHolder__navRight,
  .activity--followers .photoCover__bkg .scrollableHolder--videoBios .scrollableHolder__navRight,
  .activity--likesyou .photoCover__bkg .scrollableHolder--videoBios .scrollableHolder__navRight {
    right: 2%;
  }
}

.game .photoCover__info,
.activity--followers .photoCover__info,
.activity--likesyou .photoCover__info {
  text-align: left;
  padding: 30px 20px 20px 20px;
  position: static;
  color: #283740;
  zoom: 1;
}

.game .photoCover__info:before,
.game .photoCover__info:after,
.activity--followers .photoCover__info:before,
.activity--followers .photoCover__info:after,
.activity--likesyou .photoCover__info:before,
.activity--likesyou .photoCover__info:after {
  content: "";
  display: table;
}

.game .photoCover__info:after,
.activity--followers .photoCover__info:after,
.activity--likesyou .photoCover__info:after {
  clear: both;
}

.game .photoCover__photoCount,
.activity--followers .photoCover__photoCount,
.activity--likesyou .photoCover__photoCount {
  bottom: auto;
  top: 80px;
}

@media (min-width: 680px) {
  .game .photoCover__photoCount,
  .activity--followers .photoCover__photoCount,
  .activity--likesyou .photoCover__photoCount {
    top: 10px;
  }
}

.bigNotification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0;
  font-size: 18px;
  text-align: left;
  z-index: 100;
}

.bigNotificationOrange {
  padding: 0px;
  background: #f66d1e;
  border-bottom: 1px solid #000;
  font-size: 24px;
  color: #fff;
}

.bigNotificationOrange.bigNotificationSmartMatch {
  padding: 20px;
  font-size: 16px;
}

.profilev4seo,
.profilev4 {
  font-size: 14px;
}

.profilev4seo *,
.profilev4 * {
  box-sizing: border-box;
}

.profilev4seo.interstitial--premium,
.profilev4.interstitial--premium {
  background: #DCF1DA;
}

@media (min-width: 680px) {
  .profilev4seo.interstitial--premium,
  .profilev4.interstitial--premium {
    background: #f9f9f9;
  }

  .profilev4seo.interstitial--premium .hideOnInterstitial,
  .profilev4.interstitial--premium .hideOnInterstitial {
    display: block;
  }

  .profilev4seo.interstitial--premium .showOnInterstitial,
  .profilev4.interstitial--premium .showOnInterstitial {
    display: none;
  }
}

.profilev4seo.interstitial--premiumVip,
.profilev4.interstitial--premiumVip {
  background: #fff8d1;
}

@media (min-width: 680px) {
  .profilev4seo.interstitial--premiumVip,
  .profilev4.interstitial--premiumVip {
    background: #f9f9f9;
  }

  .profilev4seo.interstitial--premiumVip .hideOnInterstitial,
  .profilev4.interstitial--premiumVip .hideOnInterstitial {
    display: block;
  }

  .profilev4seo.interstitial--premiumVip .showOnInterstitial,
  .profilev4.interstitial--premiumVip .showOnInterstitial {
    display: none;
  }
}

.profilev4seo .tw3-content,
.profilev4 .tw3-content {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-content,
  .profilev4 .tw3-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.profilev4seo-avatar,
.profilev4-avatar {
  margin-top: -15px;
}

@media (min-width: 680px) {
  .profilev4seo-avatar,
  .profilev4-avatar {
    margin-top: 0;
  }
}

@media (min-width: 680px) {
  .profilev4seo,
  .profilev4 {
    font-size: 14px;
  }
}

.profilev4seo .tw3-profile__interstitial,
.profilev4 .tw3-profile__interstitial {
  border-top: 1px solid #E5E5E5;
  margin-left: -15px;
  margin-right: -15px;
}

.profilev4seo .tw3-profile__interstitial--premium,
.profilev4 .tw3-profile__interstitial--premium {
  background: #DCF1DA;
}

.profilev4seo .tw3-profile__interstitial--premium .tw3-profile__interstitial__edit:after,
.profilev4 .tw3-profile__interstitial--premium .tw3-profile__interstitial__edit:after {
  background: url("/static/1226052047875836530329/images/bkg/bkg-curve-premium.png") no-repeat top;
}

.profilev4seo .tw3-profile__interstitial--premium .perksCarousel,
.profilev4 .tw3-profile__interstitial--premium .perksCarousel {
  background: #DCF1DA;
}

.profilev4seo .tw3-profile__interstitial--vip,
.profilev4 .tw3-profile__interstitial--vip {
  background: #fff8d1;
}

.profilev4seo .tw3-profile__interstitial--vip .tw3-profile__interstitial__edit:after,
.profilev4 .tw3-profile__interstitial--vip .tw3-profile__interstitial__edit:after {
  background: url("/static/195548332772767221762/images/bkg/bkg-curve-vip.png") no-repeat top;
}

.profilev4seo .tw3-profile__interstitial--vip .perksCarousel,
.profilev4 .tw3-profile__interstitial--vip .perksCarousel {
  background: #fff8d1;
}

.profilev4seo .tw3-profile__interstitial--vip .perksCarousel .slick-dots li.slick-active button,
.profilev4 .tw3-profile__interstitial--vip .perksCarousel .slick-dots li.slick-active button {
  background: #283740;
}

.profilev4seo .tw3-profile__interstitial--vip .perksCarousel .slick-dots li button,
.profilev4 .tw3-profile__interstitial--vip .perksCarousel .slick-dots li button {
  background: #ffda00;
}

.profilev4seo .tw3-profile__interstitial__edit,
.profilev4 .tw3-profile__interstitial__edit {
  position: relative;
  background: #fff;
  padding: 15px 20px 25px 20px;
  font-weight: 600;
  color: #6d7c85;
  margin-bottom: 20px;
}

.profilev4seo .tw3-profile__interstitial__edit:after,
.profilev4 .tw3-profile__interstitial__edit:after {
  display: block;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: -10px;
  right: -10px;
  content: " ";
  background-size: initial;
}

.profilev4seo .tw3-profile__interstitial .perksCarousel,
.profilev4 .tw3-profile__interstitial .perksCarousel {
  padding-top: 0;
}

body.interstitial--premium .profilev4seo body,
body.interstitial--premium .profilev4 body {
  background: #DCF1DA;
}

body.interstitial--premiumVip .profilev4seo body,
body.interstitial--premiumVip .profilev4 body {
  background: #fff8d1;
}

.profilev4seo .tw3-profile__message,
.profilev4 .tw3-profile__message {
  text-align: left;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}

.profilev4seo .tw3-profile__message:before,
.profilev4seo .tw3-profile__message:after,
.profilev4 .tw3-profile__message:before,
.profilev4 .tw3-profile__message:after {
  content: "";
  display: table;
}

.profilev4seo .tw3-profile__message:after,
.profilev4 .tw3-profile__message:after {
  clear: both;
}

.profilev4seo .tw3-profile__message.tw3-box--subtle,
.profilev4 .tw3-profile__message.tw3-box--subtle {
  border: 1px solid #E5E5E5;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 960px) {
  .profilev4seo .tw3-profile__message,
  .profilev4 .tw3-profile__message {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
  }
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__message,
  .profilev4 .tw3-profile__message {
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    position: relative;
    padding: 20px;
  }

  .profilev4seo .tw3-profile__message:before,
  .profilev4seo .tw3-profile__message:after,
  .profilev4 .tw3-profile__message:before,
  .profilev4 .tw3-profile__message:after {
    content: "";
    display: table;
  }

  .profilev4seo .tw3-profile__message:after,
  .profilev4 .tw3-profile__message:after {
    clear: both;
  }

  .profilev4seo .tw3-profile__message.tw3-box--subtle,
  .profilev4 .tw3-profile__message.tw3-box--subtle {
    border: 1px solid #E5E5E5;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 680px) and (min-width: 960px) {
  .profilev4seo .tw3-profile__message,
  .profilev4 .tw3-profile__message {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
  }
}

.profilev4seo .tw3-profile__info,
.profilev4 .tw3-profile__info {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  padding: 20px 15px 0 15px;
  border-bottom: 1px solid #E5E5E5;
  border-bottom: 0;
}

.profilev4seo .tw3-profile__info h3,
.profilev4 .tw3-profile__info h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 69.544px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  position: relative;
  word-break: break-all;
}

.profilev4seo .tw3-profile__info h3:after,
.profilev4 .tw3-profile__info h3:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 34.272px;
  content: '';
}

.profilev4seo .tw3-profile__info:before,
.profilev4seo .tw3-profile__info:after,
.profilev4 .tw3-profile__info:before,
.profilev4 .tw3-profile__info:after {
  content: "";
  display: table;
}

.profilev4seo .tw3-profile__info:after,
.profilev4 .tw3-profile__info:after {
  clear: both;
}

.profilev4seo .tw3-profile__info.tw3-box--subtle,
.profilev4 .tw3-profile__info.tw3-box--subtle {
  border: 1px solid #E5E5E5;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 960px) {
  .profilev4seo .tw3-profile__info,
  .profilev4 .tw3-profile__info {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
  }
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__info,
  .profilev4 .tw3-profile__info {
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    position: relative;
    padding: 20px;
  }

  .profilev4seo .tw3-profile__info:before,
  .profilev4seo .tw3-profile__info:after,
  .profilev4 .tw3-profile__info:before,
  .profilev4 .tw3-profile__info:after {
    content: "";
    display: table;
  }

  .profilev4seo .tw3-profile__info:after,
  .profilev4 .tw3-profile__info:after {
    clear: both;
  }

  .profilev4seo .tw3-profile__info.tw3-box--subtle,
  .profilev4 .tw3-profile__info.tw3-box--subtle {
    border: 1px solid #E5E5E5;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 680px) and (min-width: 960px) {
  .profilev4seo .tw3-profile__info,
  .profilev4 .tw3-profile__info {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
  }
}

.profilev4seo .tw3-profile__info .tw3-mediav2__figure,
.profilev4 .tw3-profile__info .tw3-mediav2__figure {
  -webkit-align-self: start;
  -moz-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}

.profilev4seo .tw3-profile__info .tw3-mediav2__body,
.profilev4 .tw3-profile__info .tw3-mediav2__body {
  padding: 0;
}

@media (min-width: 480px) {
  .profilev4seo .tw3-profile__info .tw3-mediav2__body,
  .profilev4 .tw3-profile__info .tw3-mediav2__body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.profilev4seo .tw3-profile__info .tw3-hr,
.profilev4 .tw3-profile__info .tw3-hr {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__info .tw3-hr,
  .profilev4 .tw3-profile__info .tw3-hr {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.profilev4seo .tw3-profile__info__actions__left,
.profilev4 .tw3-profile__info__actions__left {
  position: absolute;
  top: 10px;
  left: 10px;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__info__actions__left,
  .profilev4 .tw3-profile__info__actions__left {
    display: none;
  }
}

.profilev4seo .tw3-profile__info__actions__right,
.profilev4 .tw3-profile__info__actions__right {
  position: absolute;
  top: 10px;
  right: 10px;
}

.profilev4seo .tw3-profile__info__contact .contact--mobile,
.profilev4 .tw3-profile__info__contact .contact--mobile {
  position: fixed;
  z-index: 80;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__info__contact .contact--mobile,
  .profilev4 .tw3-profile__info__contact .contact--mobile {
    display: none;
  }
}

.profilev4seo .tw3-profile__info__contact .contact--mobile__box,
.profilev4 .tw3-profile__info__contact .contact--mobile__box {
  background: rgba(0,0,0,0.7);
  display: inline-block;
  padding: 0 20px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.profilev4seo .tw3-profile__info__contact .contact--mobile__box a,
.profilev4 .tw3-profile__info__contact .contact--mobile__box a {
  padding: 15px 5px;
  display: inline-block;
  width: 85px;
}

.profilev4seo .tw3-profile__info__contact .contact--mobile__box__label,
.profilev4 .tw3-profile__info__contact .contact--mobile__box__label {
  font-weight: 600;
  color: #fff;
  font-size: 12px;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__info__contact .contact--mobile__box__label,
  .profilev4 .tw3-profile__info__contact .contact--mobile__box__label {
    font-size: 12px;
  }
}

.profilev4seo .tw3-profile__info__contact .contact--desktop,
.profilev4 .tw3-profile__info__contact .contact--desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  display: none;
}

.profilev4seo .tw3-profile__info__contact .contact--desktop__textarea,
.profilev4 .tw3-profile__info__contact .contact--desktop__textarea {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__info__contact .contact--desktop,
  .profilev4 .tw3-profile__info__contact .contact--desktop {
    display: block;
  }
}

.profilev4seo .tw3-profile__info__message--mobile,
.profilev4 .tw3-profile__info__message--mobile {
  position: relative;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.25);
  margin-left: -10px;
  margin-right: -10px;
}

.profilev4seo .tw3-profile__info__message--mobile textarea,
.profilev4 .tw3-profile__info__message--mobile textarea {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  background: #fff;
  resize: none;
}

.profilev4seo .tw3-profile__info__message--mobile:before,
.profilev4seo .tw3-profile__info__message--mobile:after,
.profilev4 .tw3-profile__info__message--mobile:before,
.profilev4 .tw3-profile__info__message--mobile:after {
  content: "";
  display: table;
}

.profilev4seo .tw3-profile__info__message--mobile:after,
.profilev4 .tw3-profile__info__message--mobile:after {
  clear: both;
}

.profilev4seo .tw3-profile__info__message--mobile.tw3-box--subtle,
.profilev4 .tw3-profile__info__message--mobile.tw3-box--subtle {
  border: 1px solid #E5E5E5;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.profilev4seo .tw3-profile__info__message--mobile label,
.profilev4 .tw3-profile__info__message--mobile label {
  color: #6d7c85;
  font-size: 12px;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__info__message--mobile label,
  .profilev4 .tw3-profile__info__message--mobile label {
    font-size: 12px;
  }
}

.profilev4seo .tw3-profile__info__message--mobile a,
.profilev4 .tw3-profile__info__message--mobile a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 600;
  background: #007be6;
  padding: 4px 10px;
  color: #fff;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-size: 12px;
  text-decoration: none;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__info__message--mobile a,
  .profilev4 .tw3-profile__info__message--mobile a {
    font-size: 12px;
  }
}

.profilev4seo .tw3-profile__info__message--mobile a:hover,
.profilev4 .tw3-profile__info__message--mobile a:hover {
  -webkit-transition: background-color false false,200ms false false;
  -moz-transition: background-color false false false,200ms false false false;
  -o-transition: background-color false false false,200ms false false false;
  transition: background-color 200ms;
  background-color: rgba(0,123,230,0.5);
}

.profilev4seo .tw3-profile__info__message--desktop,
.profilev4 .tw3-profile__info__message--desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.profilev4seo .tw3-profile__info__message--desktop .contact--desktop__textarea,
.profilev4 .tw3-profile__info__message--desktop .contact--desktop__textarea {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -moz-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  margin-right: 10px;
}

.profilev4seo .tw3-profile__info__message--desktop textarea,
.profilev4 .tw3-profile__info__message--desktop textarea {
  width: 100%;
  resize: none;
}

.profilev4seo .tw3-profile__info__message--desktop label,
.profilev4 .tw3-profile__info__message--desktop label {
  color: #6d7c85;
  font-size: 12px;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__info__message--desktop label,
  .profilev4 .tw3-profile__info__message--desktop label {
    font-size: 12px;
  }
}

.profilev4seo .tw3-profile__info__paywall,
.profilev4 .tw3-profile__info__paywall {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  padding: 20px;
  background: rgba(0,123,230,0.1);
  color: #6d7c85;
  text-align: center;
}

.profilev4seo .tw3-profile__info__paywall:before,
.profilev4seo .tw3-profile__info__paywall:after,
.profilev4 .tw3-profile__info__paywall:before,
.profilev4 .tw3-profile__info__paywall:after {
  content: "";
  display: table;
}

.profilev4seo .tw3-profile__info__paywall:after,
.profilev4 .tw3-profile__info__paywall:after {
  clear: both;
}

.profilev4seo .tw3-profile__info__paywall.tw3-box--subtle,
.profilev4 .tw3-profile__info__paywall.tw3-box--subtle {
  border: 1px solid #E5E5E5;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.profilev4seo .tw3-profile__ad,
.profilev4 .tw3-profile__ad {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__ad,
  .profilev4 .tw3-profile__ad {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.profilev4seo .tw3-profile__body,
.profilev4 .tw3-profile__body {
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  padding: 0;
}

.profilev4seo .tw3-profile__body:before,
.profilev4seo .tw3-profile__body:after,
.profilev4 .tw3-profile__body:before,
.profilev4 .tw3-profile__body:after {
  content: "";
  display: table;
}

.profilev4seo .tw3-profile__body:after,
.profilev4 .tw3-profile__body:after {
  clear: both;
}

.profilev4seo .tw3-profile__body.tw3-box--subtle,
.profilev4 .tw3-profile__body.tw3-box--subtle {
  border: 1px solid #E5E5E5;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 960px) {
  .profilev4seo .tw3-profile__body,
  .profilev4 .tw3-profile__body {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
  }
}

.profilev4seo .tw3-profile__body__box,
.profilev4 .tw3-profile__body__box {
  padding: 20px 15px;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__body__box,
  .profilev4 .tw3-profile__body__box {
    padding: 30px;
  }
}

.profilev4seo .tw3-profile__body__boxMedia,
.profilev4 .tw3-profile__body__boxMedia {
  padding: 0;
}

.profilev4seo .tw3-profile__body__boxMedia h5,
.profilev4 .tw3-profile__body__boxMedia h5 {
  padding: 20px 15px 10px 15px;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__body__boxMedia h5,
  .profilev4 .tw3-profile__body__boxMedia h5 {
    padding: 30px 30px 10px 30px;
  }
}

.profilev4seo .tw3-profile__body__boxChat,
.profilev4 .tw3-profile__body__boxChat {
  background: #fff;
}

.profilev4seo .tw3-profile__body__boxHistory,
.profilev4 .tw3-profile__body__boxHistory {
  padding-bottom: 0;
}

.profilev4seo .tw3-profile__body .is-sticky .tw3-profile__body__boxChat,
.profilev4 .tw3-profile__body .is-sticky .tw3-profile__body__boxChat {
  border-bottom: 1px solid #E5E5E5;
}

.profilev4seo .tw3-profile__body:last-child,
.profilev4 .tw3-profile__body:last-child {
  margin-bottom: 100px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__body:last-child,
  .profilev4 .tw3-profile__body:last-child {
    margin-bottom: 0;
  }
}

.profilev4seo .tw3-profile__body--sub,
.profilev4 .tw3-profile__body--sub {
  background: none;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile__body--sub,
  .profilev4 .tw3-profile__body--sub {
    zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    position: relative;
    padding: 0;
  }

  .profilev4seo .tw3-profile__body--sub:before,
  .profilev4seo .tw3-profile__body--sub:after,
  .profilev4 .tw3-profile__body--sub:before,
  .profilev4 .tw3-profile__body--sub:after {
    content: "";
    display: table;
  }

  .profilev4seo .tw3-profile__body--sub:after,
  .profilev4 .tw3-profile__body--sub:after {
    clear: both;
  }

  .profilev4seo .tw3-profile__body--sub.tw3-box--subtle,
  .profilev4 .tw3-profile__body--sub.tw3-box--subtle {
    border: 1px solid #E5E5E5;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 680px) and (min-width: 960px) {
  .profilev4seo .tw3-profile__body--sub,
  .profilev4 .tw3-profile__body--sub {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
  }
}

.profilev4seo .tw3-profile__body--sub .tw3-profile__body__box,
.profilev4 .tw3-profile__body--sub .tw3-profile__body__box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1),0px 1px 2px 0px rgba(0,0,0,0.2);
}

.profilev4seo .tw3-profile__body--sub .tw3-profile__body__box+.tw3-hr,
.profilev4 .tw3-profile__body--sub .tw3-profile__body__box+.tw3-hr {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.profilev4seo .tw3-field,
.profilev4 .tw3-field {
  font-size: 14px;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-field,
  .profilev4 .tw3-field {
    font-size: 14px;
  }
}

.profilev4seo .tw3-form__row__label,
.profilev4 .tw3-form__row__label {
  font-size: 14px;
  text-transform: none;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-form__row__label,
  .profilev4 .tw3-form__row__label {
    font-size: 14px;
  }
}

.profilev4seo .canvasHolder,
.profilev4 .canvasHolder {
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto;
}

.profilev4seo .canvasHolder canvas,
.profilev4 .canvasHolder canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profilev4seo__nextSearchResults,
.profilev4__nextSearchResults {
  display: none;
  right: -84px;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 74px;
}

@media (min-width: 1140px) {
  .profilev4seo__nextSearchResults,
  .profilev4__nextSearchResults {
    display: block;
  }
}

.profilev4seo__nextSearchResults .tw3-thumb__link,
.profilev4__nextSearchResults .tw3-thumb__link {
  margin: 0;
}

.profilev4seo__nextSearchResults .tw3-thumb__link__image,
.profilev4__nextSearchResults .tw3-thumb__link__image {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.profilev4seo__nextSearchResults .tw3-thumb,
.profilev4__nextSearchResults .tw3-thumb {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}

.profilev4seo .tw3-profile--inactive,
.profilev4 .tw3-profile--inactive {
  background: url("/static/705124773513289314473/images/v3/error/bkg-ufo.png") no-repeat center 30px;
  background-size: 100%;
  text-align: center;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile--inactive,
  .profilev4 .tw3-profile--inactive {
    background-size: 50%;
  }
}

.profilev4seo .tw3-profile--inactive__person,
.profilev4 .tw3-profile--inactive__person {
  -webkit-animation-name: fly;
  -webkit-animation-duration: 2s;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-name: fly;
  animation-duration: 2s;
  animation-delay: 0;
  animation-direction: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

@media (min-width: 680px) {
  .profilev4seo .tw3-profile--inactive__person,
  .profilev4 .tw3-profile--inactive__person {
    top: 30%;
  }
}

.profilev4seo .tw3-profile--inactive__text,
.profilev4 .tw3-profile--inactive__text {
  text-align: center;
  padding-top: 40px;
}

.profilev4seo .tw3-profile--inactive__clouds,
.profilev4 .tw3-profile--inactive__clouds {
  padding-top: 40px;
}

.profilev4seo .tw3-profile--inactive__cloud,
.profilev4 .tw3-profile--inactive__cloud {
  width: 100px;
  height: 60px;
  margin-left: 110%;
  -webkit-animation-name: moveclouds;
  -webkit-animation-duration: 15s;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-name: moveclouds;
  animation-duration: 15s;
  animation-delay: 0;
  animation-direction: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}

.profilev4seo .tw3-profile--inactive__cloud:nth-child(0),
.profilev4 .tw3-profile--inactive__cloud:nth-child(0) {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation-name: moveclouds;
  -webkit-animation-duration: 25s;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-name: moveclouds;
  animation-duration: 25s;
  animation-delay: 0;
  animation-direction: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}

.profilev4seo .tw3-profile--inactive__cloud:nth-child(1),
.profilev4 .tw3-profile--inactive__cloud:nth-child(1) {
  top: 100px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-animation-name: moveclouds;
  -webkit-animation-duration: 20s;
  -webkit-animation-delay: 3s;
  -webkit-animation-direction: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-name: moveclouds;
  animation-duration: 20s;
  animation-delay: 3s;
  animation-direction: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}

.profilev4seo .tw3-profile--inactive__cloud:nth-child(2),
.profilev4 .tw3-profile--inactive__cloud:nth-child(2) {
  top: 250px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-animation-name: moveclouds;
  -webkit-animation-duration: 30s;
  -webkit-animation-delay: 3s;
  -webkit-animation-direction: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-name: moveclouds;
  animation-duration: 30s;
  animation-delay: 3s;
  animation-direction: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}

.profilev4seo .tw3-profile--inactive__cloud:nth-child(3),
.profilev4 .tw3-profile--inactive__cloud:nth-child(3) {
  top: 50px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-animation-name: moveclouds;
  -webkit-animation-duration: 40s;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-name: moveclouds;
  animation-duration: 40s;
  animation-delay: 0;
  animation-direction: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}

.profilev4seo .tw3-profile--inactive__cloud:nth-child(4),
.profilev4 .tw3-profile--inactive__cloud:nth-child(4) {
  top: 200px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-animation-name: moveclouds;
  -webkit-animation-duration: 25s;
  -webkit-animation-delay: 3s;
  -webkit-animation-direction: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-name: moveclouds;
  animation-duration: 25s;
  animation-delay: 3s;
  animation-direction: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}

.profilev4seo .tw3-profile--inactive__cloud:nth-child(5),
.profilev4 .tw3-profile--inactive__cloud:nth-child(5) {
  top: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-animation-name: moveclouds;
  -webkit-animation-duration: 35s;
  -webkit-animation-delay: 0;
  -webkit-animation-direction: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-name: moveclouds;
  animation-duration: 35s;
  animation-delay: 0;
  animation-direction: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}

.profileStats {
  font-size: 12px;
}

.profileStats td {
  text-align: center;
}

@media (min-width: 680px) {
  .profileStats {
    font-size: 12px;
  }
}

@media (min-width: 680px) {
  .profileStats {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.profileStats .value {
  display: block;
  color: #283740;
  font-size: 17px;
  font-weight: 600;
}

@media (min-width: 680px) {
  .profileStats .value {
    font-size: 18px;
  }
}

.profileStats .value--green {
  color: #45c000;
}

.profileBuys ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.profileBuys li {
  min-width: 0;
  color: #6d7c85;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}

@media (min-width: 680px) {
  .profileBuys li {
    font-size: 12px;
  }
}

@media (min-width: 680px) {
  .profileBuys li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.profileBuys li .value {
  display: block;
  color: #283740;
  font-size: 17px;
  font-weight: 600;
}

@media (min-width: 680px) {
  .profileBuys li .value {
    font-size: 18px;
  }
}

.profileBuys li .value--green {
  color: #45c000;
}

.profileBuys li:first-child {
  padding-left: 0;
}

.profileBuys li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

@media (min-width: 680px) {
  .profileBuys li {
    font-size: 11px;
  }
}

.profileBuys li a {
  display: block;
}

.tw3-profile__header {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.2);
}

@media (min-width: 680px) {
  .tw3-profile__header {
    padding: 20px;
  }
}

.tw3-profile__header a {
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 10px;
}

@media (min-width: 680px) {
  .tw3-profile__header a {
    font-size: 14px;
  }
}

@media (min-width: 680px) {
  .tw3-profile__header a {
    left: 20px;
  }
}

.tw3-profile__mediabox__row {
  margin-bottom: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tw3-profile__mediabox__item {
  flex: 1 0 0%;
  margin-right: 2px;
  -webkit-transition: all false false,.2s false false,ease-out false false;
  -moz-transition: all false false false,.2s false false false,ease-out false false false;
  -o-transition: all false false false,.2s false false false,ease-out false false false;
  transition: all .2s ease-out;
  position: relative;
}

.tw3-profile__mediabox__item:last-child {
  margin-right: 0;
}

.tw3-profile__mediabox__item--hover:hover {
  opacity: .7;
  cursor: pointer;
}

.tw3-profile__mediabox__item--label span {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.7);
  font-weight: 600;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.tw3-profile__mediabox__action {
  position: relative;
  background-color: #6d7c85;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
}

.tw3-profile__mediabox__action a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tw3-profile__mediabox__private {
  background-image: url("/static/040869706448890976249151/images/bkg/bkg-hatch@2x.png");
  background-repeat: repeat;
  background-size: 20px 20px;
  color: #fff;
  background-color: black;
}

.tw3-profile__mediabox__add {
  -webkit-transition: all false false,.2s false false,ease-out false false;
  -moz-transition: all false false false,.2s false false false,ease-out false false false;
  -o-transition: all false false false,.2s false false false,ease-out false false false;
  transition: all .2s ease-out;
}

.tw3-profile__mediabox__add:hover {
  background: #a4aeb4;
  text-decoration: none;
}

.tw3-profile__mediabox__more {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 600;
  padding-top: 30px;
}

.tw3-profile__mediabox__more:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  height: 80px;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
  top: -80px;
}

.tw3-profile__mediabox__mobile {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 10px;
  right: 10px;
  z-index: 49;
}

@media (min-width: 680px) {
  .tw3-profile__mediabox__mobile {
    display: none;
  }
}

.seo,
.profilev4seo {
  background: #F2F2F2;
}

.seo .tw3-profile__mediabox__row+.tw3-showMore:before,
.profilev4seo .tw3-profile__mediabox__row+.tw3-showMore:before {
  top: -80px;
}

.seo .subLink,
.profilev4seo .subLink {
  color: #283740;
  background-image: linear-gradient(to right, white 33%, rgba(0,0,0,0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  font-size: 15px;
  background-repeat: repeat-x;
}

.seo .subLink:visited,
.seo .subLink:hover,
.seo .subLink:active,
.seo .subLink:focus,
.profilev4seo .subLink:visited,
.profilev4seo .subLink:hover,
.profilev4seo .subLink:active,
.profilev4seo .subLink:focus {
  color: #283740;
}

@media (min-width: 680px) {
  .seo .subLink,
  .profilev4seo .subLink {
    font-size: 16px;
  }
}

.seo .subLink.swap,
.profilev4seo .subLink.swap {
  background-image: none;
}

.seo .subLink.swap span,
.profilev4seo .subLink.swap span {
  color: #283740;
  background-image: linear-gradient(to right, white 33%, rgba(0,0,0,0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  font-size: 14px;
  background-repeat: repeat-x;
}

.seo .subLink.swap span:visited,
.seo .subLink.swap span:hover,
.seo .subLink.swap span:active,
.seo .subLink.swap span:focus,
.profilev4seo .subLink.swap span:visited,
.profilev4seo .subLink.swap span:hover,
.profilev4seo .subLink.swap span:active,
.profilev4seo .subLink.swap span:focus {
  color: #283740;
}

@media (min-width: 680px) {
  .seo .subLink.swap span,
  .profilev4seo .subLink.swap span {
    font-size: 14px;
  }
}

.seo .subLink.swap:hover span,
.profilev4seo .subLink.swap:hover span {
  text-decoration: none;
}

html.notouch .seo .subLink:hover,
html.notouch .profilev4seo .subLink:hover {
  text-decoration: none;
  opacity: 0.75;
}

.seo .tw3-form__row--specialLogin__more,
.profilev4seo .tw3-form__row--specialLogin__more {
  text-align: center;
}

.seo .tw3-form__row--subLinks,
.profilev4seo .tw3-form__row--subLinks {
  text-align: center;
}

.seo .tw3-form__row--specialLogin__more>.subLink span,
.seo .tw3-form__row--subLinks>.link--reset,
.profilev4seo .tw3-form__row--specialLogin__more>.subLink span,
.profilev4seo .tw3-form__row--subLinks>.link--reset {
  border-bottom: 1px dotted #283740;
}

.seo .tw3-form__row--specialLogin__more>.subLink span:hover,
.seo .tw3-form__row--subLinks>.link--reset:hover,
.profilev4seo .tw3-form__row--specialLogin__more>.subLink span:hover,
.profilev4seo .tw3-form__row--subLinks>.link--reset:hover {
  border-bottom: 1px solid #283740;
}

body.search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 680px) {
  body.search .liveMeUsersContainer {
    right: -109px;
  }
}

.tw3-search__order__label {
  line-height: 40px;
}

.tw3-search__order--videobios .tw3-search__order__label,
.tw3-search__order--videobios .tw3-dropdownHolder {
  display: none;
}

.tw3-search__filter {
  background-color: #fff;
  display: none;
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.13);
}

.tw3-search__filter__summary {
  display: none;
  margin: 20px 0;
}

.tw3-search__filter__summary h5 a {
  border-bottom: 1px dotted #6d7c85;
  color: #6d7c85;
  font-weight: 600;
}

.tw3-search__filter__summary h5 a:hover {
  border-bottom: 1px solid #6d7c85;
  text-decoration: none;
}

.tw3-search__filter .tw3-text--blue {
  color: #007be6;
  border: 1px solid #bddefb;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tw3-search__filter .tw3-text--blue:hover {
  border: 1px solid #007be6;
}

.tw3-search__filter .tw3-text--blueHolder {
  position: relative;
}

.tw3-search__filter .tw3-text--blueHolder .tw3-text--blue__close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  z-index: 2;
}

.tw3-search__filter__filters {
  display: block;
  margin-bottom: 20px;
}

.tw3-search__filter--collapsed .tw3-search__filter__summary {
  display: block;
}

.tw3-search__filter--collapsed .tw3-search__filter__filters {
  display: none;
}

@media (min-width: 680px) {
  .tw3-search__filter {
    display: block;
  }
}

.tw3-search__promo {
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
  display: none;
}

@media (min-width: 680px) {
  .tw3-search__promo {
    display: block;
  }
}

.tw3-search__promo img {
  max-height: 96px;
}

.tw3-search__promo .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #6d7c85;
}

.tw3-search__results {
  min-height: 500px;
}

body.googleAdsVisible .tw3-search__results {
  min-height: 600px;
}

@media (min-width: 680px) {
  .tw3-search__results {
    display: block;
  }
}

.tw3-search__results .extendSearchBlock {
  padding: 10px;
}

.tw3-search__toggle {
  position: fixed;
  bottom: 40px;
  left: 0;
  z-index: 58;
}

@media (min-width: 680px) {
  .tw3-search__toggle {
    display: none;
  }
}

.tw3-search__toggle__button {
  border-radius: 0;
  width: 100%;
  padding: 10px;
}

.tw3-search__toggle__button__filters {
  display: none;
}

.tw3-search__toggle span {
  background: #fff;
  color: #007be6;
  padding: 3px 6px;
  font-size: 12px;
  margin-left: 5px;
}

.tw3-search__toggle span.badge--subtle {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.tw3-search__toggle span--animated.active {
  -webkit-animation: 1s blink infinite;
  -moz-animation: 1s blink infinite;
  animation: 1s blink infinite;
}

@media (min-width: 680px) {
  .tw3-search__toggle span {
    font-size: 12px;
  }
}

.tw3-search__toggle span.badge--green {
  background-color: #45c000;
}

.tw3-search--filter .tw3-search__filter {
  display: block;
}

.tw3-search--filter .tw3-search__results,
.tw3-search--filter .tw3-searchToggle__button__filters {
  display: none;
}

@media (min-width: 680px) {
  .tw3-search--filter .tw3-search__filter,
  .tw3-search--filter .tw3-search__results {
    display: block;
  }

  .tw3-search--filter .tw3-searchToggle__button__filters {
    display: none;
  }
}

.tw3-search--filter .tw3-search__order {
  display: none;
}

@media (min-width: 680px) {
  .tw3-search--filter .tw3-search__order {
    display: block;
  }
}

@media (min-width: 680px) {
  .tw3-search--results {
    min-height: 756px;
  }
}

.tw3-search--results .tw3-search__results {
  display: block;
}

.tw3-search--results .tw3-search__order {
  display: block;
  padding: 0 10px 0 10px;
}

.tw3-search--results .tw3-searchToggle__button__filters {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

@media (min-width: 680px) {
  .tw3-search--results .tw3-search__filter,
  .tw3-search--results .tw3-search__results {
    display: block;
  }

  .tw3-search--results .tw3-searchToggle__button__filters {
    display: none;
  }
}

.tw3-search .tw3-search__seoFilter {
  padding-top: 10px;
  background-color: #fff;
  display: block;
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.13);
}

.tw3-search .tw3-pager {
  margin-bottom: 80px;
}

@media (min-width: 680px) {
  .tw3-search .tw3-pager {
    margin-bottom: 20px;
  }
}

.tw3-search__cardsHolder {
  position: relative;
}

.tw3-filter {
  zoom: 1;
}

.tw3-filter:before,
.tw3-filter:after {
  content: "";
  display: table;
}

.tw3-filter:after {
  clear: both;
}

.tw3-filter__form {
  padding: 5px 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-filter__form__header {
  line-height: 50px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 680px) {
  .tw3-filter__form__header {
    width: 16.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.tw3-filter__form__seperator {
  padding: 5px 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-filter__form__content {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 680px) {
  .tw3-filter__form__content {
    width: 83.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.tw3-filter__form__content__flex {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 680px) {
  .tw3-filter__form__content__flex {
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.tw3-filter__submit {
  padding: 5px 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-filter__submit__submitSection {
  padding: 5px;
}

.tw3-filter__submit__submitSection input {
  width: 100%;
}

@media (min-width: 680px) {
  .tw3-filter__submit__submitSection input {
    width: auto;
  }
}

.tw3-filter__submit__submitSection--submit--apply .tw3-filter__submit__submitSection__submit {
  display: block;
}

@media (min-width: 680px) {
  .tw3-filter__submit__submitSection--submit--apply .tw3-filter__submit__submitSection__submit {
    display: inline;
  }
}

.tw3-filter__submit__submitSection--submit--apply .tw3-filter__submit__submitSection__submit__apply {
  display: block;
  width: 100%;
}

@media (min-width: 680px) {
  .tw3-filter__submit__submitSection--submit--apply .tw3-filter__submit__submitSection__submit__apply {
    display: inline;
    width: auto;
  }
}

.tw3-filter__submit__submitSection--submit--refresh .tw3-filter__submit__submitSection__submit {
  display: block;
}

@media (min-width: 680px) {
  .tw3-filter__submit__submitSection--submit--refresh .tw3-filter__submit__submitSection__submit {
    display: inline;
  }
}

.tw3-filter__submit__submitSection--submit--refresh .tw3-filter__submit__submitSection__submit__refresh {
  display: block;
  width: 100%;
}

@media (min-width: 680px) {
  .tw3-filter__submit__submitSection--submit--refresh .tw3-filter__submit__submitSection__submit__refresh {
    display: inline;
    width: auto;
  }
}

.tw3-filter__submit__submitSection__submit,
.tw3-filter__submit__submitSection__submit__apply,
.tw3-filter__submit__submitSection__submit__refresh,
.tw3-filter__submit__submitSection__reset,
.tw3-filter__submit__submitSection__explanation {
  display: none;
}

.tw3-filter__submit__submitSection--reset .tw3-filter__submit__submitSection__reset {
  display: block;
  margin-top: 10px;
}

@media (min-width: 680px) {
  .tw3-filter__submit__submitSection--reset .tw3-filter__submit__submitSection__reset {
    display: inline;
  }
}

.tw3-filter__submit__submitSection--explanation .tw3-filter__submit_submitSection__explanation {
  display: inline;
}

.tw3-filter .tw3-text.autoCompleter {
  width: 100%;
  background: url("/static/30617311394044342957/images/icons/icon-magnifier.png") no-repeat 10px #f9f9f9;
  padding-left: 30px;
}

.tw3-filter .tw3-text.autoCompleter:focus {
  background: url("/static/30617311394044342957/images/icons/icon-magnifier.png") no-repeat 10px #fff;
  border: 1px solid #007be6;
  color: #283740;
}

.tw3-filter--withAd .tw3-filter__form {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 960px) {
  .tw3-filter--withAd .tw3-filter__form {
    width: 66.6666666667%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw3-filter--withAd .tw3-filter__form__header {
    width: 25%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw3-filter--withAd .tw3-filter__form__content {
    width: 75%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tw3-filter--withAd .tw3-filter__form__content__flex {
    width: 50%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.tw3-filter--withAd .tw3-filter__ad {
  padding-top: 10px;
  display: none;
  text-align: right;
}

@media (min-width: 960px) {
  .tw3-filter--withAd .tw3-filter__ad {
    display: inline-block;
    width: 33.3333333333%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1388px) {
  .tw3-filter--withAd .tw3-filter__ad {
    text-align: center;
  }
}

.tw3-results {
  min-height: 800px;
  zoom: 1;
}

.tw3-results:before,
.tw3-results:after {
  content: "";
  display: table;
}

.tw3-results:after {
  clear: both;
}

.searchContainer.overlayActive .searchFilter {
  opacity: 0.2;
}

.searchOverlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255,255,255,0);
  z-index: 50;
  display: none;
}

.searchOverlay:before {
  background: transparent;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.searchOverlay .superChargedSearch {
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  z-index: 1;
  border: 1px solid #E5E5E5;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.searchOverlay .superChargedSearch__header {
  background: url("/static/images/bkg/bkg-super-charged-search.png") no-repeat center center;
  height: 175px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-size: cover;
}

.searchOverlay .superChargedSearch__body {
  padding: 30px;
  text-align: center;
}

.tw3-promoCard__icon {
  width: 60px;
  height: 60px;
}

.ru .tw3-promoCard__cta {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.search .tw3-itpContainer {
  display: block;
}

.tw3-search .tw3-tabsHolder {
  border-bottom: 0;
}

.tw3-search__options {
  position: absolute;
  top: 20px;
  right: 10px;
  display: none;
}

@media (min-width: 680px) {
  .tw3-search__options {
    display: inline-block;
  }
}

.tw3-search__options--mobile {
  display: inline-block;
  position: fixed;
  bottom: 50px;
  right: 20px;
}

@media (min-width: 680px) {
  .tw3-search__options--mobile {
    display: none;
  }
}

.tw3-search__overlay {
  background: #fff;
  -webkit-box-shadow: 0 24px 24px 0 rgba(0,0,0,0.3),0 0 24px 0 rgba(0,0,0,0.22);
  -moz-box-shadow: 0 24px 24px 0 rgba(0,0,0,0.3),0 0 24px 0 rgba(0,0,0,0.22);
  box-shadow: 0 24px 24px 0 rgba(0,0,0,0.3),0 0 24px 0 rgba(0,0,0,0.22);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  left: 10px;
  right: 10px;
  position: fixed;
  top: 50%;
  z-index: 100;
}

@media (min-width: 480px) {
  .tw3-search__overlay {
    width: 330px;
    margin-left: -185px;
    left: 50%;
  }
}

@media only screen and (max-height: 761px) {
  .tw3-search__overlay .tw3-search__overlay__icon {
    display: none;
  }
}

.autoCompleter.hasDropdown {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.autoCompleterSuggestions {
  display: none;
  background: #fff;
  border: 1px solid #b6bdc2;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
  max-height: 200px;
  overflow: auto;
  position: absolute;
  z-index: 1051;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-top: 2px;
}

.autoCompleterSuggestions ul {
  background: #fff;
}

.autoCompleterSuggestions ul li {
  color: #6d7c85;
  padding: 4px 5px;
}

.autoCompleterSuggestions ul li:first-child {
  border-top: none;
}

.autoCompleterSuggestions ul li.selected {
  background: #edefef;
  cursor: pointer;
}

.autoCompleterSuggestions.emailAutoCompleter {
  max-height: 100%;
  overflow: visible;
}

.autocompleter {
  position: relative;
  text-shadow: none;
  width: 72%;
}

.autocompleter ul {
  position: absolute;
  top: -1px;
  z-index: 2;
  background: #fff;
  border: 1px solid gray;
  max-height: 200px;
  overflow: auto;
  width: 100%;
  left: 0;
}

.autocompleter ul li {
  border-bottom: 1px solid #d5d4d4;
  padding: 4px 5px;
  color: #333;
  position: relative;
}

.autocompleter ul li.uneven {
  background: #f7f7f7;
}

.autocompleter ul li:hover,
.autocompleter ul li.selected {
  background: #007be6;
  cursor: pointer;
  color: #fff;
}

.autocompleter ul li .add:hover,
.autocompleter ul li .add.selected {
  background: #e6effb;
}

.autocompleter ul li.current {
  background: #ff7102;
}

.autocompleter ul li.add {
  border-top: 1px solid #d5d4d4;
  color: gray;
  font-size: 12px;
  padding: 6px 5px;
}

.autocompleter ul li.add>span {
  color: gray;
  text-decoration: underline;
}

.tw3-alertContainer--top {
  position: fixed;
  overflow: hidden;
  z-index: 100;
  bottom: 40px;
  left: 0;
  right: 0;
}

@media (min-width: 680px) {
  .tw3-alertContainer--top {
    top: 20px;
    width: auto;
    bottom: auto;
    white-space: normal;
    left: auto;
    right: 20px;
  }
}

.tw3-alertContainer--top .tw3-alertContainer--top__scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 20px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 680px) {
  .tw3-alertContainer--top .tw3-alertContainer--top__scroll {
    overflow-x: auto;
    overflow-y: visible;
    height: auto;
    white-space: normal;
  }
}

.tw3-alertContainer--bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

@media (min-width: 480px) {
  .tw3-alertContainer--bottom {
    bottom: 20px;
    left: 20px;
    right: auto;
  }
}

.tw3-modal--visible .tw3-alertContainer--bottom,
.modal--visible .tw3-alertContainer--bottom {
  z-index: 109;
}

.tw3-alertContainer--toast {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  padding-top: 20%;
  visibility: hidden;
}

.tw3-alertContainer--toast .tw3-alert--toast__bkg {
  -webkit-transition: all false false,200ms false false,ease-in false false;
  -moz-transition: all false false false,200ms false false false,ease-in false false false;
  -o-transition: all false false false,200ms false false false,ease-in false false false;
  transition: all 200ms ease-in;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  z-index: 100;
}

.tw3-alert {
  zoom: 1;
  position: relative;
  color: #6d7c85;
  padding: 10px;
  font-size: 15px;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.tw3-alert:before,
.tw3-alert:after {
  content: "";
  display: table;
}

.tw3-alert:after {
  clear: both;
}

.tw3-alert__image {
  width: 25%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.tw3-alert__image img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

.tw3-alert__content {
  width: 75%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-alert__content__title {
  font-weight: 600;
  font-size: 16px;
}

@media (min-width: 680px) {
  .tw3-alert__content__title {
    font-size: 16px;
  }
}

.tw3-alert__content__title .ficonFavorited {
  float: right;
}

.tw3-alert__content__subtitle {
  font-weight: 600;
  font-size: 14px;
  white-space: normal;
}

@media (min-width: 680px) {
  .tw3-alert__content__subtitle {
    font-size: 14px;
  }
}

.tw3-alert .tw3-alert__image+.tw3-alert__content {
  width: 66.6666666667%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-alert__close {
  right: 10px;
  top: 18px;
  position: absolute;
}

.tw3-alert--exLive .tw3-alert__image div {
  display: inline-block;
  position: relative;
}

.tw3-alert--exLive .tw3-alert__image div img {
  background: -webkit-linear-gradient(51deg, orange 0%, #FE6C00 100%);
  padding: 2px;
}

.tw3-alert--exLive .tw3-alert__image div:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 215px;
  border: 2px solid rgba(40,55,64,0.9);
}

.tw3-alert--exLive .tw3-alert__image div:after {
  background: url("/static/83449901176213886773081290411/images/v3/explore/icon-explore-live.png") center bottom no-repeat;
  height: 21px;
  content: '';
  position: absolute;
  bottom: -9px;
  background-size: 26px 21px;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
  border-radius: 2px;
}

.tw3-alert--bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 14px;
  background: #283740;
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);
  -moz-box-shadow: 0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);
  bottom: 20px;
  left: 20px;
  color: #fff;
  padding: 20px 10px;
  padding-right: "50px";
}

@media (min-width: 680px) {
  .tw3-alert--bottom {
    font-size: 14px;
  }
}

.tw3-alert--bottom .tw3-alert__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 30px;
  -moz-flex-basis: 30px;
  -ms-flex-preferred-size: 30px;
  flex-basis: 30px;
  padding-right: 10px;
  padding-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: auto;
}

.tw3-alert--bottom .tw3-alert__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-left: 0;
  padding-right: 30px;
  width: auto;
}

.tw3-alert--bottom .tw3-alert__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-right: 20px;
  width: auto;
}

@media (min-width: 480px) {
  .tw3-alert--bottom {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    max-width: 600px;
    min-width: 320px;
  }
}

.tw3-alert--bottom .tw3-alert__undo,
.tw3-alert--bottom .tw3-alert__retry {
  color: #ff7102;
  font-weight: 600;
}

.tw3-alert--bottom .tw3-alert__close {
  z-index: 101;
  top: 10px;
  right: 0;
  position: absolute;
  display: block;
  opacity: 0.5;
}

@media (min-width: 680px) {
  .tw3-alert--bottom .tw3-alert__close {
    padding: 10px;
  }
}

.tw3-alert--bottom .tw3-alert__close>i {
  color: #fff;
}

.tw3-alert--bottom .tw3-alert__close:hover {
  -webkit-transition: opacity false false,100ms false false,ease-in false false;
  -moz-transition: opacity false false false,100ms false false false,ease-in false false false;
  -o-transition: opacity false false false,100ms false false false,ease-in false false false;
  transition: opacity 100ms ease-in;
  opacity: 1;
}

.tw3-alert--top {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-right: 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 300px;
  background: rgba(40,55,64,0.9);
  margin-bottom: 0;
  padding: 10px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  border-left: 1px solid rgba(0,0,0,0.2);
  border-right: 1px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  border-left: 1px solid rgba(0,0,0,0.2);
  border-right: 1px solid rgba(0,0,0,0.2);
  z-index: 100;
  color: #fff;
}

@media (min-width: 680px) {
  .tw3-alert--top {
    margin-right: 0;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}

@media (min-width: 680px) {
  .tw3-alert--top {
    width: 300px;
  }
}

.tw3-alert--top .tw3-alert__content__title {
  color: #ff7102;
}

.tw3-alert--top .tw3-alert__content__subtitle {
  font-size: 14px;
}

@media (min-width: 680px) {
  .tw3-alert--top .tw3-alert__content__subtitle {
    font-size: 14px;
  }
}

.tw3-alert--top .tw3-alert__close {
  z-index: 101;
  top: 0;
  right: 0;
  position: absolute;
  display: none;
  padding: 10px;
}

.tw3-alert--top:hover .tw3-alert__close {
  display: block;
}

.tw3-alert--top:hover .tw3-alert__close>.ficonCross {
  color: #fff;
}

.tw3-alert--top:hover .tw3-alert__close:hover>.ficonCross {
  color: #fff;
}

@media (min-width: 680px) {
  .tw3-alert--top:first-child {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}

.tw3-alert--top:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (min-width: 680px) {
  .tw3-alert--top:last-child {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}

.touch .tw3-alert--top .tw3-alert__close {
  display: block;
}

.touch .tw3-alert--top .tw3-alert__close>.ficonCross {
  color: #fff;
}

.tw3-alert--toast {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 6px 10px;
  background: rgba(40,55,64,0.9);
  position: relative;
  display: none;
  margin: 0 auto;
  color: #fff;
  opacity: 1;
  z-index: 100;
}

.tw3-alert--toast--show {
  position: relative;
}

.tw3-alert--toast--show .tw3-alertContainer--toast {
  visibility: visible;
}

.tw3-alert--toast--show .tw3-alertContainer--toast .tw3-alert--toast__bkg {
  -webkit-transition: all false false,400ms false false,ease-in false false;
  -moz-transition: all false false false,400ms false false false,ease-in false false false;
  -o-transition: all false false false,400ms false false false,ease-in false false false;
  transition: all 400ms ease-in;
  visibility: visible;
  background: #fff;
  opacity: .7;
}

.tw3-alert--toast--show .tw3-alertContainer--toast .tw3-alert--toast {
  display: inline-block;
}

js-alert {
  display: none;
}

.tw3-footerContainer {
  zoom: 1;
  background: #fff;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #ff7102;
  padding: 20px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.tw3-footerContainer:before,
.tw3-footerContainer:after {
  content: "";
  display: table;
}

.tw3-footerContainer:after {
  clear: both;
}

.tw3-footerContainer .tw3-footer .logo,
.tw3-footerContainer .tw3-footer .tw3-header .logoStepout,
.tw3-header .tw3-footerContainer .tw3-footer .logoStepout,
.tw3-footerContainer .tw3-footer .tw3-headerV2 .logoStepout,
.tw3-headerV2 .tw3-footerContainer .tw3-footer .logoStepout {
  -webkit-transition: all false false,.2s false false,ease-in-out false false;
  -moz-transition: all false false false,.2s false false false,ease-in-out false false false;
  -o-transition: all false false false,.2s false false false,ease-in-out false false false;
  transition: all .2s ease-in-out;
}

.tw3-footerContainer .tw3-footer .logo:hover,
.tw3-footerContainer .tw3-footer .tw3-header .logoStepout:hover,
.tw3-header .tw3-footerContainer .tw3-footer .logoStepout:hover,
.tw3-footerContainer .tw3-footer .tw3-headerV2 .logoStepout:hover,
.tw3-headerV2 .tw3-footerContainer .tw3-footer .logoStepout:hover {
  opacity: .7;
}

.tw3-footerContainer .tw3-footer ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.tw3-footerContainer .tw3-footer>div {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}

.tw3-footerContainer .tw3-footer>div:last-child {
  border: 0;
  padding-bottom: 0;
}

.tw3-footerContainer .tw3-footer--mainMenu {
  margin-bottom: 10px;
}

.tw3-footerContainer .tw3-footer--mainMenu a {
  color: #283740;
  font-weight: 500;
}

.tw3-footerContainer .tw3-footer--subMenu {
  color: #6d7c85;
  font-size: 12px;
  margin-bottom: 10px;
}

.tw3-footerContainer .tw3-footer--subMenu a {
  color: #6d7c85;
}

.tw3-footerContainer .tw3-footer .socialButtons>a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.tw3-footerContainer .tw3-footer .socialButtons>a>i {
  vertical-align: top;
}

.seo {
  background: #F0F0F0;
}

.seo * {
  box-sizing: border-box;
}

.seo .tw3-search__results__footer {
  background: #fff;
  border-top: 1px solid #DDDDDD;
  padding: 30px 20px;
}

.seo .tw3-footerContainer {
  padding: 20px;
}

@media (min-width: 1140px) {
  .tw3-seoContent {
    min-width: 960px;
    padding-left: 270px;
  }
}

.tw3-seoContent .tw3-content {
  padding: 0;
}

.tw3-seoContent .tw3-search__filter {
  color: #283740;
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.tw3-seoContent .tw3-search__filter .tw3-search__filter {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tw3-seoContent .tw3-search__filter .tw3-filter__form {
  padding: 0;
}

.tw3-seoContent .tw3-search__filter .tw3-filter__form .tw3-search__filter__summary {
  margin: 0;
}

.tw3-seoContent .tw3-search__filter .tw3-filter__form .tw3-search__filter__summary .tw3-h4 a {
  color: #007be6;
  border-bottom: 1px dotted #007be6;
}

.tw3-seoContent .tw3-search__filter .tw3-filter__form .tw3-search__filter__summary .tw3-h4 a:hover {
  text-decoration: none;
  border-bottom: 1px solid #007be6;
}

.tw3-seoContent__results {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
  color: #283740;
}

.tw3-seoContent__results .tw3-seoContent__results {
  background: #FBFBFB;
  padding: 20px;
}

.tw3-seoContent .tw3-footerContainer {
  position: relative;
  border-bottom: 0;
}

.tw3-seoRegister--desktop {
  display: none;
  position: fixed;
  bottom: 0;
  top: 0;
  width: 270px;
  background: #E6E6E6;
  left: 0;
  -webkit-box-shadow: inset -1px 0px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset -1px 0px 2px 0px rgba(0,0,0,0.1);
  box-shadow: inset -1px 0px 2px 0px rgba(0,0,0,0.1);
  padding: 20px;
  color: #6d7c85;
}

@media (min-width: 1140px) {
  .tw3-seoRegister--desktop {
    display: block;
  }
}

.tw3-seoRegister--phone {
  background: #fff;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 680px) {
  .tw3-seoRegister--phone {
    display: none;
  }
}

.tw3-seoRegister--phone .tw3-button--more {
  color: #6d7c85;
}

.tw3-seoRegister--tablet {
  background: #fff;
  padding: 20px;
  display: none;
}

.tw3-seoRegister--tablet .logo,
.tw3-seoRegister--tablet .tw3-header .logoStepout,
.tw3-header .tw3-seoRegister--tablet .logoStepout,
.tw3-seoRegister--tablet .tw3-headerV2 .logoStepout,
.tw3-headerV2 .tw3-seoRegister--tablet .logoStepout {
  line-height: 39px;
}

.tw3-seoRegister--tablet .tw3-button--twitter,
.tw3-seoRegister--tablet .tw3-button--live,
.tw3-seoRegister--tablet .tw3-button--google,
.tw3-seoRegister--tablet .tw3-button--facebook,
.tw3-seoRegister--tablet .tw3-button--vk,
.tw3-seoRegister--tablet .tw3-button--qq {
  width: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.tw3-seoRegister--tablet .tw3-button--more {
  vertical-align: -10px;
  color: #6d7c85;
}

@media (min-width: 680px) {
  .tw3-seoRegister--tablet {
    display: block;
  }
}

@media (min-width: 1140px) {
  .tw3-seoRegister--tablet {
    display: none;
  }
}

.tw3-buttonGroup .tw3-button {
  margin-right: 10px;
}

.tw3-buttonGroup .tw3-button:last-child {
  margin-right: 0;
}

.tw3-buttonGroup .tw3-button--last {
  margin-right: 0;
}

.seo .tw3-form__row--facebookRelax,
.profilev3seo .tw3-form__row--facebookRelax {
  text-align: center;
}

.seo .tw3-form__row--facebookRelax .text--white,
.profilev3seo .tw3-form__row--facebookRelax .text--white {
  color: #424F57;
}

.seo .tw3-button--fab,
.profilev3seo .tw3-button--fab {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.seo .tw3-form__row--specialLogin__more>.subLink span,
.seo .tw3-form__row--subLinks>.link--reset,
.profilev3seo .tw3-form__row--specialLogin__more>.subLink span,
.profilev3seo .tw3-form__row--subLinks>.link--reset {
  border-bottom: 1px dotted #283740;
}

.seo .tw3-form__row--specialLogin__more>.subLink span:hover,
.seo .tw3-form__row--subLinks>.link--reset:hover,
.profilev3seo .tw3-form__row--specialLogin__more>.subLink span:hover,
.profilev3seo .tw3-form__row--subLinks>.link--reset:hover {
  border-bottom: 1px solid #283740;
}

.seo .tw3-seoRegister--phone,
.profilev3seo .tw3-seoRegister--phone {
  background: #fff;
}

.seo .tw3-seoRegister--phone .tw3-button--more,
.profilev3seo .tw3-seoRegister--phone .tw3-button--more {
  margin-top: 7px;
}

.seo .tw3-seoRegister--phone .tw3-button--more+.tw3-pointerMenu,
.profilev3seo .tw3-seoRegister--phone .tw3-button--more+.tw3-pointerMenu {
  left: 10px;
  right: 10px;
  position: fixed;
}

.seo .tw3-seoRegister--phone .tw3_button--green,
.profilev3seo .tw3-seoRegister--phone .tw3_button--green {
  white-space: normal;
}

.seo .tw3-search--results,
.profilev3seo .tw3-search--results {
  padding: 0;
}

@media (min-width: 680px) {
  .seo .tw3-search--results,
  .profilev3seo .tw3-search--results {
    padding: 0 5px;
  }
}

.profilev3seo .tw3-registration__form {
  color: #283740;
}

.profilev3seo .tw3-profile__infoTop {
  padding: 20px;
}

.profilev3seo .tw3-wrapper,
.profilev4seo .tw3-wrapper,
.seo .tw3-wrapper {
  padding-bottom: 0;
}

.profilev3seo .tw3-form--register--desktop,
.profilev4seo .tw3-form--register--desktop,
.seo .tw3-form--register--desktop {
  display: block;
}

.profilev3seo .tw3-registration__form,
.profilev4seo .tw3-registration__form,
.seo .tw3-registration__form {
  margin-bottom: 0;
}

.profilev3seo .autoCompleter,
.profilev3seo .autoCompleter.hasDropdown,
.profilev4seo .autoCompleter,
.profilev4seo .autoCompleter.hasDropdown,
.seo .autoCompleter,
.seo .autoCompleter.hasDropdown {
  border-radius: 4px;
}

.profilev3seo .tw3-search__filter__filters,
.profilev4seo .tw3-search__filter__filters,
.seo .tw3-search__filter__filters {
  margin-bottom: 0;
}

.profilev3seo .tw3-iconCircleFacebook,
.profilev4seo .tw3-iconCircleFacebook,
.seo .tw3-iconCircleFacebook {
  margin-right: 10px;
  color: #254783;
  font-size: 32px;
  vertical-align: -7px;
}

.profilev3seo .tw3-iconCircleGoogle,
.profilev4seo .tw3-iconCircleGoogle,
.seo .tw3-iconCircleGoogle {
  margin-right: 10px;
  color: #dd4b39;
  font-size: 32px;
  vertical-align: -7px;
}

.profilev3seo .tw3-iconCircleTwitter,
.profilev4seo .tw3-iconCircleTwitter,
.seo .tw3-iconCircleTwitter {
  margin-right: 10px;
  color: #00b0ed;
  font-size: 32px;
  vertical-align: -7px;
}

.profilev3seo .tw3-iconCircleVk,
.profilev4seo .tw3-iconCircleVk,
.seo .tw3-iconCircleVk {
  margin-right: 10px;
  color: #507299;
  font-size: 32px;
  vertical-align: -7px;
}

.profilev3seo .tw3-iconCircleQq,
.profilev4seo .tw3-iconCircleQq,
.seo .tw3-iconCircleQq {
  margin-right: 10px;
  color: #3F94D5;
  font-size: 32px;
  vertical-align: -7px;
}

.profilev3seo .tw3-iconCircleWindowsLiveV2,
.profilev4seo .tw3-iconCircleWindowsLiveV2,
.seo .tw3-iconCircleWindowsLiveV2 {
  margin-right: 10px;
  color: #0076FF;
  font-size: 32px;
  vertical-align: -7px;
}

.profilev3seo .tw3-iconCircleMail,
.profilev4seo .tw3-iconCircleMail,
.seo .tw3-iconCircleMail {
  margin-right: 10px;
  color: #0D81FF;
  font-size: 32px;
  vertical-align: -7px;
}

.profilev3seo .tw3-iconCircleAdd,
.profilev4seo .tw3-iconCircleAdd,
.seo .tw3-iconCircleAdd {
  margin-right: 10px;
  color: #1DB954;
  font-size: 32px;
  vertical-align: -7px;
}

.profilev3seo .subLink,
.profilev4seo .subLink,
.seo .subLink {
  color: #283740;
}

.profilev3seo .subLink:visited,
.profilev3seo .subLink:hover,
.profilev3seo .subLink:active,
.profilev3seo .subLink:focus,
.profilev4seo .subLink:visited,
.profilev4seo .subLink:hover,
.profilev4seo .subLink:active,
.profilev4seo .subLink:focus,
.seo .subLink:visited,
.seo .subLink:hover,
.seo .subLink:active,
.seo .subLink:focus {
  color: #283740;
}

.profilev3seo .subLink.swap span,
.profilev4seo .subLink.swap span,
.seo .subLink.swap span {
  color: #283740;
}

.profilev3seo .subLink.swap span:visited,
.profilev3seo .subLink.swap span:hover,
.profilev3seo .subLink.swap span:active,
.profilev3seo .subLink.swap span:focus,
.profilev4seo .subLink.swap span:visited,
.profilev4seo .subLink.swap span:hover,
.profilev4seo .subLink.swap span:active,
.profilev4seo .subLink.swap span:focus,
.seo .subLink.swap span:visited,
.seo .subLink.swap span:hover,
.seo .subLink.swap span:active,
.seo .subLink.swap span:focus {
  color: #283740;
}

.profilev3seo .tw3-registration__form,
.profilev4seo .tw3-registration__form,
.seo .tw3-registration__form {
  margin-bottom: 30px;
}

.profilev3seo .tw3-registration__form .tw3-form__row,
.profilev4seo .tw3-registration__form .tw3-form__row,
.seo .tw3-registration__form .tw3-form__row {
  margin-bottom: 10px;
  position: relative;
}

.profilev3seo .tw3-registration__form .tw3-form__row--valid .tw3-form__row__label,
.profilev4seo .tw3-registration__form .tw3-form__row--valid .tw3-form__row__label,
.seo .tw3-registration__form .tw3-form__row--valid .tw3-form__row__label {
  color: #45c000;
}

.profilev3seo .tw3-registration__form .tw3-form__row--valid .tw3-form__row__label:after,
.profilev4seo .tw3-registration__form .tw3-form__row--valid .tw3-form__row__label:after,
.seo .tw3-registration__form .tw3-form__row--valid .tw3-form__row__label:after {
  margin-left: 3px;
  font-family: "icons";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #45c000;
}

.profilev3seo .tw3-registration__form .tw3-form__group--hide,
.profilev4seo .tw3-registration__form .tw3-form__group--hide,
.seo .tw3-registration__form .tw3-form__group--hide {
  display: none;
}

.profilev3seo .tw3-registration__form .tw3-form__group--show,
.profilev4seo .tw3-registration__form .tw3-form__group--show,
.seo .tw3-registration__form .tw3-form__group--show {
  display: block;
}

.profilev3seo .tw3-registration__form .tw3-form__row--specialLogin--facebook,
.profilev4seo .tw3-registration__form .tw3-form__row--specialLogin--facebook,
.seo .tw3-registration__form .tw3-form__row--specialLogin--facebook {
  margin-bottom: 20px;
}

.profilev3seo .tw3-registration__form .tw3-form__row--specialLogin__more,
.profilev4seo .tw3-registration__form .tw3-form__row--specialLogin__more,
.seo .tw3-registration__form .tw3-form__row--specialLogin__more {
  text-align: center;
}

.profilev3seo .tw3-registration__form .tw3-form__row--subLinks,
.profilev4seo .tw3-registration__form .tw3-form__row--subLinks,
.seo .tw3-registration__form .tw3-form__row--subLinks {
  margin-top: 10px;
  text-align: center;
}

.profilev3seo .tw3-registration__form .tw3-form__row--subLinks__left,
.profilev4seo .tw3-registration__form .tw3-form__row--subLinks__left,
.seo .tw3-registration__form .tw3-form__row--subLinks__left {
  padding-right: 30px;
  float: left;
}

.profilev3seo .tw3-registration__form .tw3-form__row--subLinks__right,
.profilev4seo .tw3-registration__form .tw3-form__row--subLinks__right,
.seo .tw3-registration__form .tw3-form__row--subLinks__right {
  float: right;
}

.profilev3seo .tw3-registration__form .tw3-button--login,
.profilev3seo .tw3-registration__form .tw3-button--signup,
.profilev4seo .tw3-registration__form .tw3-button--login,
.profilev4seo .tw3-registration__form .tw3-button--signup,
.seo .tw3-registration__form .tw3-button--login,
.seo .tw3-registration__form .tw3-button--signup {
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Segoe UI","Helvetica Neue",Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  color: #fff;
  padding: 10px 12px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  border: 1px solid;
  -webkit-appearance: none;
  zoom: 1;
  background: #45c000;
  border-color: #45c000;
  color: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2),inset 0px -1px 0px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2),inset 0px -1px 0px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2),inset 0px -1px 0px 0px rgba(0,0,0,0.2);
  font-size: 15px;
  padding: 10px 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 0;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
  display: block;
  white-space: normal;
  width: 100%;
  padding: 9px 18px 10px;
  height: 40px;
}

@media (min-width: 680px) {
  .profilev3seo .tw3-registration__form .tw3-button--login,
  .profilev3seo .tw3-registration__form .tw3-button--signup,
  .profilev4seo .tw3-registration__form .tw3-button--login,
  .profilev4seo .tw3-registration__form .tw3-button--signup,
  .seo .tw3-registration__form .tw3-button--login,
  .seo .tw3-registration__form .tw3-button--signup {
    font-size: 14px;
  }
}

body.tr .profilev3seo .tw3-registration__form .tw3-button--login,
body.tr .profilev3seo .tw3-registration__form .tw3-button--signup,
body.tr .profilev4seo .tw3-registration__form .tw3-button--login,
body.tr .profilev4seo .tw3-registration__form .tw3-button--signup,
body.tr .seo .tw3-registration__form .tw3-button--login,
body.tr .seo .tw3-registration__form .tw3-button--signup {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.profilev3seo .tw3-registration__form .tw3-button--login:hover,
.profilev3seo .tw3-registration__form .tw3-button--login:active,
.profilev3seo .tw3-registration__form .tw3-button--signup:hover,
.profilev3seo .tw3-registration__form .tw3-button--signup:active,
.profilev4seo .tw3-registration__form .tw3-button--login:hover,
.profilev4seo .tw3-registration__form .tw3-button--login:active,
.profilev4seo .tw3-registration__form .tw3-button--signup:hover,
.profilev4seo .tw3-registration__form .tw3-button--signup:active,
.seo .tw3-registration__form .tw3-button--login:hover,
.seo .tw3-registration__form .tw3-button--login:active,
.seo .tw3-registration__form .tw3-button--signup:hover,
.seo .tw3-registration__form .tw3-button--signup:active {
  text-decoration: none;
}

.profilev3seo .tw3-registration__form .tw3-button--login::active:not(.tw3-button.tw3-button--disabled),
.profilev3seo .tw3-registration__form .tw3-button--signup::active:not(.tw3-button.tw3-button--disabled),
.profilev4seo .tw3-registration__form .tw3-button--login::active:not(.tw3-button.tw3-button--disabled),
.profilev4seo .tw3-registration__form .tw3-button--signup::active:not(.tw3-button.tw3-button--disabled),
.seo .tw3-registration__form .tw3-button--login::active:not(.tw3-button.tw3-button--disabled),
.seo .tw3-registration__form .tw3-button--signup::active:not(.tw3-button.tw3-button--disabled) {
  background: darken 2%;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}

.profilev3seo .tw3-registration__form .tw3-button--login:hover,
.profilev3seo .tw3-registration__form .tw3-button--signup:hover,
.profilev4seo .tw3-registration__form .tw3-button--login:hover,
.profilev4seo .tw3-registration__form .tw3-button--signup:hover,
.seo .tw3-registration__form .tw3-button--login:hover,
.seo .tw3-registration__form .tw3-button--signup:hover {
  background: #3ca700;
}

.profilev3seo .tw3-registration__form .tw3-button--login:active,
.profilev3seo .tw3-registration__form .tw3-button--signup:active,
.profilev4seo .tw3-registration__form .tw3-button--login:active,
.profilev4seo .tw3-registration__form .tw3-button--signup:active,
.seo .tw3-registration__form .tw3-button--login:active,
.seo .tw3-registration__form .tw3-button--signup:active {
  background: darken 2%;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

@media (min-width: 680px) {
  .profilev3seo .tw3-registration__form .tw3-button--login,
  .profilev3seo .tw3-registration__form .tw3-button--signup,
  .profilev4seo .tw3-registration__form .tw3-button--login,
  .profilev4seo .tw3-registration__form .tw3-button--signup,
  .seo .tw3-registration__form .tw3-button--login,
  .seo .tw3-registration__form .tw3-button--signup {
    font-size: 16px;
  }
}

.profilev3seo .tw3-registration__form .tw3-button--login:active,
.profilev3seo .tw3-registration__form .tw3-button--signup:active,
.profilev4seo .tw3-registration__form .tw3-button--login:active,
.profilev4seo .tw3-registration__form .tw3-button--signup:active,
.seo .tw3-registration__form .tw3-button--login:active,
.seo .tw3-registration__form .tw3-button--signup:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.profilev3seo .tw3-registration__form .tw3-button--login.tw3-button--small,
.profilev3seo .tw3-registration__form .tw3-button--signup.tw3-button--small,
.profilev4seo .tw3-registration__form .tw3-button--login.tw3-button--small,
.profilev4seo .tw3-registration__form .tw3-button--signup.tw3-button--small,
.seo .tw3-registration__form .tw3-button--login.tw3-button--small,
.seo .tw3-registration__form .tw3-button--signup.tw3-button--small {
  padding-left: 4px;
  padding-right: 4px;
}

@media screen and (min-width: 680px) and (min-height: 450px), (min-width: 680px) and (pointer: coarse) and (max-width: 960px) {
  .profilev3seo .tw3-registration__form .tw3-button--login,
  .profilev3seo .tw3-registration__form .tw3-button--signup,
  .profilev4seo .tw3-registration__form .tw3-button--login,
  .profilev4seo .tw3-registration__form .tw3-button--signup,
  .seo .tw3-registration__form .tw3-button--login,
  .seo .tw3-registration__form .tw3-button--signup {
    padding: 13px 13px;
    height: 50px;
  }
}

.profilev3seo .tw3-registration__form__arrowDown,
.profilev4seo .tw3-registration__form__arrowDown,
.seo .tw3-registration__form__arrowDown {
  text-align: center;
  padding-top: 40px;
  display: none;
}

.profilev3seo .tw3-registration__form__arrowDown>a,
.profilev4seo .tw3-registration__form__arrowDown>a,
.seo .tw3-registration__form__arrowDown>a {
  color: #fff;
}

.profilev3seo .tw3-registration__form__arrowDown>a:visited,
.profilev3seo .tw3-registration__form__arrowDown>a:hover,
.profilev3seo .tw3-registration__form__arrowDown>a:active,
.profilev3seo .tw3-registration__form__arrowDown>a:focus,
.profilev4seo .tw3-registration__form__arrowDown>a:visited,
.profilev4seo .tw3-registration__form__arrowDown>a:hover,
.profilev4seo .tw3-registration__form__arrowDown>a:active,
.profilev4seo .tw3-registration__form__arrowDown>a:focus,
.seo .tw3-registration__form__arrowDown>a:visited,
.seo .tw3-registration__form__arrowDown>a:hover,
.seo .tw3-registration__form__arrowDown>a:active,
.seo .tw3-registration__form__arrowDown>a:focus {
  color: #fff;
}

@media screen and (min-width: 680px) and (min-height: 450px), (min-width: 680px) and (pointer: coarse) {
  .profilev3seo .tw3-registration__form__arrowDown,
  .profilev4seo .tw3-registration__form__arrowDown,
  .seo .tw3-registration__form__arrowDown {
    display: block;
  }
}

@media screen and (min-width: 960px) and (min-height: 450px) {
  .profilev3seo .tw3-registration__form__arrowDown,
  .profilev4seo .tw3-registration__form__arrowDown,
  .seo .tw3-registration__form__arrowDown {
    display: none;
  }
}

.tw3-button--more {
  font-family: "icons";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #fff;
}

.tw3-button--more:before {
  content: "";
}

@media screen and (min-width: 680px) and (min-height: 450px) {
  .tw3-button--more {
    font-size: 40px;
  }
}

.tw3-button--more:hover {
  text-decoration: none;
}

.tw3-button--more:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 0;
  background-color: rgba(0,0,0,0.15);
  border-radius: 50px;
}

.tw3-button--more:before {
  position: relative;
  z-index: 1;
}

.seo .tw3-form--register--desktop {
  font-size: 14px;
}

@media (min-width: 680px) {
  .seo .tw3-form--register--desktop {
    font-size: 14px;
  }
}

.tw3-form__row__input--birthdayHolder {
  display: flex;
}

.tw3-form__row__input--birthdayHolder .tw3-form__row__input--birthday {
  width: 33.3333333333%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}

html.flexbox .tw3-form__row__input--birthdayHolder .tw3-form__row__input--birthday {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
}

html.flexbox .tw3-form__row__input--birthdayHolder .tw3-form__row__input--birthday.tw3-form__row__input--birthday--day {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 5px;
}

html.flexbox .tw3-form__row__input--birthdayHolder .tw3-form__row__input--birthday.tw3-form__row__input--birthday--month {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

html.flexbox .tw3-form__row__input--birthdayHolder .tw3-form__row__input--birthday.tw3-form__row__input--birthday--year {
  padding-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tw3-modal--registration .tw3-modal__content,
.tw3-modal--registration--facebook .tw3-modal__content {
  padding: 0;
}

.tw3-modal--registration .tw3-modal__content .tw3-modal__content__header,
.tw3-modal--registration--facebook .tw3-modal__content .tw3-modal__content__header {
  padding: 20px;
  background: #3E50B6;
  color: #fff;
}

@media (min-width: 680px) {
  .tw3-modal--registration .tw3-modal__content .tw3-modal__content__header,
  .tw3-modal--registration--facebook .tw3-modal__content .tw3-modal__content__header {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}

.tw3-modal--registration .tw3-modal__content .tw3-modal__content__header>h4,
.tw3-modal--registration--facebook .tw3-modal__content .tw3-modal__content__header>h4 {
  margin: 0;
}

.tw3-modal--registration .tw3-modal__content .tw3-modal__content__header .closeButton,
.tw3-modal--registration--facebook .tw3-modal__content .tw3-modal__content__header .closeButton {
  position: absolute;
  right: 20px;
  top: 20px;
}

.tw3-modal--registration .tw3-modal__content .tw3-modal__content__body .tw3-registration__form,
.tw3-modal--registration--facebook .tw3-modal__content .tw3-modal__content__body .tw3-registration__form {
  width: auto;
  color: #283740;
}

.tw3-modal--registration .tw3-modal__content .tw3-modal__content__body .tw3-registration__form .tw3-form--stacked,
.tw3-modal--registration--facebook .tw3-modal__content .tw3-modal__content__body .tw3-registration__form .tw3-form--stacked {
  padding: 20px;
}

.tw3-modal--registration .tw3-modal__content .tw3-modal__content__body .tw3-registration__form .tw3-registration__form,
.tw3-modal--registration--facebook .tw3-modal__content .tw3-modal__content__body .tw3-registration__form .tw3-registration__form {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto;
}

.tw3-modal--registration .tw3-modal__content .tw3-button--more:after,
.tw3-modal--registration--facebook .tw3-modal__content .tw3-button--more:after {
  background-color: #fff;
}

.tw3-modal--registration--facebook {
  font-size: 14px;
}

.tw3-modal--registration--facebook .tw3-modal__content .tw3-modal__content__header {
  color: #283740;
  padding: 30px;
  padding-bottom: 10px;
  background: #F0F4F8;
}

.tw3-modal--registration--facebook .tw3-modal__content .tw3-modal__content__header>h4 {
  margin-bottom: 20px;
}

.tw3-modal--registration--facebook .tw3-modal__content .tw3-modal__close {
  top: 10px;
}

@media (min-width: 680px) {
  .tw3-modal--registration--facebook .tw3-modal__content .tw3-modal__close {
    top: -10px;
  }
}

.tw3-modal--registration--facebook .tw3-modal__content .tw3-modal__content__body .tw3-registration__form .tw3-form--stacked {
  padding: 20px 30px;
}

.tw3-modal--registration--facebook .tw3-form__row--facebookRelax {
  text-align: center;
}

.tw3-modal--registration--facebook .tw3-form__row--facebookRelax .text--white {
  color: #6d7c85;
}

.tw3-modal--registration--facebook .tw3-form__row--facebookRelax {
  color: #6d7c85;
}

.tw3-modal--registration--facebook .tw3-form__row__input--birthdayHolder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.tw3-modal--registration--facebook .tw3-form__row__input--birthdayHolder .tw3-form__row__input--birthday {
  margin-right: 10px;
}

.tw3-modal--registration--facebook .tw3-form__row__input--birthdayHolder .tw3-form__row__input--birthday:last-child {
  margin-right: 0;
}

.tw3-modal--registration--facebook .tw3-form__row__input--birthdayHolder .tw3-form__row__input--birthday--month {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tw3-modal--registration--facebook .tw3-form__group--hide {
  display: none;
}

.tw3-modal--registration--facebook .tw3-form__group--show {
  display: block;
}

@media (min-width: 680px) {
  .tw3-modal--registration--facebook {
    font-size: 14px;
  }
}

.tw3-modal--registration--facebook .text--smallSub {
  text-align: left;
  font-size: 11px;
  font-size: 12px;
  color: #6d7c85;
}

@media (min-width: 680px) {
  .tw3-modal--registration--facebook .text--smallSub {
    font-size: 12px;
  }
}

.tw3-modal--registration--facebook .text--smallSub strong,
.tw3-modal--registration--facebook .text--smallSub a {
  color: #283740;
}

.tw3-modal--registration--facebook .tw3-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.tw3-modal--registration--facebook .tw3-form__row__firstName {
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-modal--registration--facebook .tw3-form__row__lastName {
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-modal--registration--facebook .tw3-form__row--error .tw3-dropdown--native select {
  border-color: #fe3636;
}

.tw3-modal--registration--facebook .tw3-form__row__input--birthdayHolder .tw3-form__row__input--birthday {
  width: 33.3333333333%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

html.flexbox .tw3-modal--registration--facebook .tw3-form__row__input--birthdayHolder .tw3-form__row__input--birthday {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
}

.tw3-modal--registration--facebook--genderLess .tw3-form__row__firstName {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}

.tw3-modal--registration--facebook .tw3-form__row--specialLogin__more .tw3-pointerMenuToggle+.tw3-pointerMenu--centerHelper {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.tw3-modal--registration--facebook .tw3-form__row--specialLogin__more .tw3-pointerMenuToggle+.tw3-pointerMenu--centerHelper .tw3-pointerMenu {
  display: inline-block;
  position: relative;
}

.tw3-modal--registration--facebook .tw3-form__row--specialLogin__more .tw3-pointerMenuToggle.active+.tw3-pointerMenu--centerHelper .tw3-pointerMenu {
  display: inline-block;
  position: relative;
  max-height: 620px;
  opacity: 1;
  -webkit-pointer-events: auto;
  -moz-pointer-events: auto;
  -ms-pointer-events: auto;
  -o-pointer-events: auto;
  pointer-events: auto;
}