a {
  color: #07859f;
  color: #dfa700;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.section-wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
p {
  margin-top: 10px;
  margin-bottom: 10px;
}
iframe {
  border: none;
}

.page-title {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
}

.section-title {
  font-weight: normal;
  margin: 11px 0 12px;
  font-size: 2.4rem;
  line-height: 1.2;
}


.section-subtitle {
  margin: 11px 0 12px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
}

.column-title {
  font-weight: normal;
  margin: 11px 0 12px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.start-section {
  padding: 40px 20px 39px;
}

.section-paddings-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.intro-section {
  padding: 0 20px;
}
.intro-section-wrapper {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  padding: 27px 0 49px;
  color: #464a3c;
  text-align: center;
  position: relative;
  z-index: 30;
}
.letters .intro-section-wrapper {
  max-width: 800px;
}
.intro-title {
  margin-top: 8px;
  margin-bottom: 21px;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1;
}
.intro-tegline {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.intro-text {
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.intro-text:last-of-type {
  margin-bottom: 20px;
}


.button-element {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  text-decoration: none;
  color: #424242;
  border-radius: 55px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  border: 2px solid;
}
.button-default-size {
  max-width: 160px;
  margin: 10px 20px;
  padding: 8px 0;
}
.button-large-size {
  max-width: 180px;
  margin: 10px 20px;
  padding: 8px 0;
}
.button-small-size {
  max-width: 140px;
  padding: 8px 0;
}
.button-flexible {
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}

.button-element:hover {
  text-decoration: none;
}
.button-element:active {
  top: 1px;
}
.button-default {
  background-color: #fbc628;
  border-color: #fbc628;
  border-radius: 8rem;
}
.button-default:hover {
  background-color: #d6ae28;
  border-color: #d6ae28;
}
.button-flexible {
  padding: 8px 20px;
  width: auto;
}

.button-primary {
  background-color: #ededed;
  border-color: #ededed;
}
.button-primary:hover {
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
.button-secondary {
  background-color: #8f4fe1;  
  border-color: #8f4fe1;
  color: #ffffff;
}
.button-secondary:hover {
  background-color: #783cc4;  
  border-color: #783cc4;
}
.button-outline {
  border-color: #7d7d7d;
  color: #696969;
}
.button-outline:hover {
  color: #09a9e2;
  border-color: #09a9e2;
}
.button-alternate {
  border-color: #04b3ee;
  background-color: #04b3ee;
  color: #ffffff;
}
.button-alternate:hover {
  background-color: #09a9e2;
  border-color: #09a9e2;
}
.button-dark {
  border-color: #595959;
  background-color: #595959;
  color: #ffffff;
}
.button-dark:hover {
  background-color: #444444;
  border-color: #444444;
}

.button-mas-get {
  margin: 0 10px;
  text-decoration: none;
  border: none;
  background: url(/assets/img/shared/macapp-store-download.svg) no-repeat center center;
  background-size: contain;
  text-indent: -99999rem;
}
.button-mas-get {
  width: 127px;
  height: 3.5rem;
}
.overview .button-mas-get {
  width: 146px;
  height: 4rem;
  
}
.button-mas-get:hover {
  opacity: .8;
}

/*
.button-trial {
  background-color: #677777;
  border-color: #677777;
}
.button-trial:hover {
  background-color: #5c6b6b;
  border-color: #5c6b6b;
}
.button-trial-alt {
  color: #1c9e9e;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button-trial-alt:hover {
  background-color: #d1ecec;
  border-color: #d1ecec;
}
.button-upgrade-alt:hover {
  color: #d1ecec;
}
.button-learn-more:hover {
  background-color: #d9f2e2;
  border-color: #d9f2e2;
}
.button-flexible {
  padding: 8px 20px;
  width: auto;
}

.button-buy {
  background-color: #30acac;
  border-color: #30acac;
  color: #fefefe;
}
.button-buy:hover {
  background-color: #279b9b;
  border-color: #279b9b;
}
.button-learn-more {
  color: #5fa277;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button-learn-more:hover {
  background-color: #d9f2e2;
  border-color: #d9f2e2;
}
.button-upgrade:hover {
  color: #d9f2e2;
}
*/





.promo-video-section {
}
.promo-video-container {
  position: relative;
  height: 0;
  z-index: 50;
}
.promo-video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  border: none;
  left: 0;
  top: 0;
}
/*
.arttext .promo-video-container iframe {
  width: 100%;
  height: 100%;
  display: block;
}
*/
.promo-video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.promo-video-poster img {
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 50;
  margin:  0 auto 0;
  position: relative;
  pointer-events: none;
}
.promo-video-play-button {
  position: absolute;
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
  z-index: 55;
}
.promo-video-play-button::after {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent #ffffff;
}
.promo-video-play-button:hover {
  cursor: pointer;
  background-color: #279b9b;
}


.unordered-list-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}
.unordered-list + .unordered-list-title {
  margin-top: -10px;
}
.previous-versions .unordered-list-title {
  font-size: 1.7rem;
}
.unordered-list,
.ordered-list {
  padding: 0;
  margin: 0;
  text-align: left;
}
.unordered-list li,
.ordered-list li {
  position: relative;
  margin-top: 11px;
  padding-left: 20px;
  list-style: none;
}
.ordered-list li {
  counter-increment: step-counter;
}
.ordered-list li::before {
  content: counter(step-counter);
  position: absolute; 
  left: 0;
  top: 0;
}
.unordered-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  vertical-align: top;
  line-height: 116px;
  position: absolute;
  left: 0;
  top: 1rem;
}
.release-notes .unordered-list ul {
  margin-left: 0;
  padding-left: 0;
  font-size: 1.6rem;
}
.release-notes .unordered-list ul li {
  padding-left: 25px;
}
.release-notes .unordered-list ul li::before {
  background: #888;
  width: 6px;
  height: 6px;
}



.last-versions .unordered-list {
  margin-bottom: 30px;
}
.last-versions {
  margin-top: 59px;
}
.last-versions .old-versions {
  margin-bottom: 10px;
}
.last-versions .unordered-list:last-of-type,
.previous-versions .unordered-list:last-of-type {
  margin-bottom: 23px;
}
.show-hide {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  padding-right: .5rem;
}
.show-hide::after {
  content: '';
  display: block;
  position: absolute;
  width: .6rem;
  height: .6rem;
  top: 50%;
  margin-top: -.3rem;
  left: 100%;
  right: 0;
  border-bottom: .2rem solid #dfa700;
  border-right: .2rem solid #dfa700;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  -webkit-transform-origin: 66.6667% 66.6667%;
  -moz-transform-origin: 66.6667% 66.6667%;
  transform-origin: 66.6667% 66.6667%;
}
.show-hide.open::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.last-versions + .show-hide {
  margin-top: 20px;
}
.previous-versions .section-subtitle {
  font-size: 2.4rem;
}
.version-list-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 20px;
  margin: 0;
}
.previous-versions .unordered-list + .version-list-subtitle {
  margin-top: -15px;
}

.previous-versions .unordered-list {
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.previous-versions .unordered-list li {
  margin-top: .6rem;
}


.release-note-section {
  padding: 40px 0 55px;
}
.release-note-section .section-subtitle {
  margin: 51px 0 12px;
}

.release-note-section .section-wrapper {
  max-width: 740px;
}
.release-notes-feature-wrapper {
  padding-top: 22px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.release-notes-feature {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
}
.release-notes-feature-img {
  width: 100%;
  text-align: center;
  padding-top: 16px;
}
.release-notes-feature-title {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  width: 100%;
}

.info-section {
  padding: 48px 20px 43px;
  overflow: hidden;
  text-align: center;
  color: #f2f0eb;
  position: relative;

  background-color: #585858;
}

.info-resources-section {
  padding: 0px 20px 18px;
}

.info-box {
  margin-left: -9.375%;
  font-size: 0;
  text-align: left;
}
.info-box-text a {
  color: #fbc628;
}
.info-box-column {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 8.5714286%;
  font-size: 1.4rem;
  line-height: 2.6rem;
  vertical-align: top;
}
.swiftpublisher.overview .info-box-text a {
  color: #70dada;
}
.printworks.overview .info-box-text a {
  color: #ecc541;
}
.info-box-column a:hover {
  text-decoration: none;
}
.info-box-title {
  margin-top: 19px;
  margin-bottom: 1px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3rem;
}
.info-box-text {
  margin-top: 7px;
}
.info-box-resources .info-box-text {
  margin-bottom: 0;
  margin-top: 6px;
}
.info-box-article-title {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fbc628;
}
a.info-box-article-title:hover {
  text-decoration: underline;
}
a.button-subscribe {
  max-width: 120px;
  margin-top: 20px;
  padding: 6px 0 8px;
  font-size: 1.4rem;
  color: #ffffff;
  border-color: #878479;
  background-color: #878479;
}
.button-subscribe:hover {
  background-color: #6f6c60;
  border-color: #6f6c60;
}


.info-box-news .info-box-text:first-of-type {
  margin-top: 7px;
} 
.info-box-news .info-box-text {
  margin-top: 6px;
  margin-bottom: 0;
}
.info-box-text span,
.info-box-date {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;

}
.letters .info-box-text span {
  color: #00d3ff;
  
}
.arttext .info-box-text span {
  
}
.info-box-date {
  color: #04b3ee;
}

.info-box-column p:last-child {
  margin-bottom: 0;
}
.add-link-arrow {
  display: inline-block;
  position: relative;
}
.add-link-arrow::after {
  content: "\00276F";
  display: inline-block;
  padding-left: .4rem;
  font-size: 1.1rem;
}



.site-footer {
  padding: 0 20px 0;
  background-color: #464646;
}
.site-footer .section-content {
  padding: 23px 0 32px;
}
.site-footer-menu {
  text-align: left;
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.site-footer-menu-column {
}

.site-footer-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.6;
}
.site-footer-menu-list li:not(:first-child) {
  margin-top: 12px;
}
.site-footer-menu-list a {
  color: #f2f0eb;
  text-decoration: none;
}
.site-footer-menu-list a:hover {
  color: #ababab;
}

.footer-social-icons {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-social-icon-wrapper {
  max-width: 360px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.footer-social-icon {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
}
.footer-social-icon:not(:last-child) {
}
.social-icons-sprite {
  fill: #BDBDBD;
}

.social-icons-sprite:hover {
  fill: #ababab;
}


.site-footer-copyright {
  font-size: 1.2rem;
  text-align: center;
  color: #ababab;
}
.site-footer-copyright-privacy {
  margin-bottom: 10px;
}
.site-footer-copyright-privacy a {
     margin: 0 10px; 
}
.site-footer-copyright a {
  color: #fcfcfc;
  white-space: nowrap;
}
.site-footer-copyright a:hover {
  color: #ababab;
}


.form-section:not(:last-child) {
  margin-bottom: 27px;
  line-height: 20px;
}
.form-section:last-child {
  text-align: center;
}
.form-label, 
.form-input,
.form-select,
.form-textarea {
  vertical-align: top;
  display: inline-block;
}
.form-label {
  font-size: 1.4rem;
  line-height: 1rem;
  color: #2c3838;
  margin-bottom: 11px;
  position: relative;
}
.form-label-required::after {
  content: "*";
  color: #dfa700;
  margin-left: .3rem;
  font-weight: 700;
}
label.error {
  vertical-align: top;
  display: inline-block;
  float: right;
  color: #ea4d2e;
  font-size: 1.4rem;
  line-height: 1rem;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  outline: none;
  border: 2px solid #6f6f6f;
  font-size: 1.6rem;
  color: #2c3838;
  border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
.form-input {
  height: 42px;
  padding-left: 14px;
}
.form-textarea {
  height: 200px;
  padding: 10px;
}
.select > select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select > select {
  border-radius: 0 3px 3px 0;
  outline: 0;
}
.select, .select > select {
  position: relative;
  vertical-align: top;
  border: 2px solid #6f6f6f;
  border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #2c3838;
  outline: none;
  height: 42px;
  width: 100%;
  *zoom: 1;
}
.select {
  border: 0;
  z-index: 10;
}
.select > select {
/*   display: block; */
  padding: 4px 10px 5px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: clip;
  z-index: 10;
  margin: 0;
  background-color: white;
}
.select>select::-ms-expand {
  display: none;
}
.select:before, 
.select:after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 15;
}
.select:before {
  width: 35px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}
.select .select-arrow {
  position: absolute;
  width: 35px;
  height: 100%;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 16;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #6f6f6f url(/assets/img/shared/arrow-down.svg) no-repeat center center;
  background-size: 18px 10px;
}
.select > select:hover {
  border-color: #dfa700;
}
.select>select:hover+.select-arrow {
  background-color: #dfa700;
}
.select > select:focus {
  border-color: #dfa700;
  outline: none;
}
.select > select:focus {
  z-index: 10;
  z-index: 20\9;
  outline: none;
}
.select > select:focus + .select-arrow {
  background-color: #dfa700;
}
.select > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select > select.error {
  border-color: #fb6e52;
}
.select>select.error+.select-arrow {
  background-color: #fb6e52;
}

.form-radio-label {
  position: relative;
  padding-right: 10%;
  display: block;
  vertical-align: middle;
  font-size: 1.4rem;
}
.form-radio-label.form-radio-label:not(:first-child) {
  margin-top: 15px;
}
.form-radio-label > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0
}
.form-radio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;

  position: relative;
  margin-right: 2px;
  background: white;
  display: inline-block;
  border: 3px solid #6f6f6f;
  height: 21px;
  width: 21px;
  top: 5px;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px
}
.form-radio:before {
  content: '';
  display: none;
  margin: 4px;
  width: 7px;
  height: 7px;
  background: #6f6f6f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.form-radio-label input:checked+.form-radio {
  border: 3px solid #6f6f6f;
}
.form-radio-label input:checked+.form-radio:before {
  display: block;
}
.form-radio-label input:hover+.form-radio {
  border-color: #dfa700;
}
.form-radio-label input:focus+.form-radio {
  border-color: #dfa700;
}
.form-radio-label input:focus+.form-radio:before {
  background: #dfa700;
}
.form-radio-label input:hover+.form-radio:before {
  background: #dfa700;
}


.form-section-privacy {
  padding-left: 30px;
  padding-top: 10px;
  position: relative;
}
.form-section-privacy label.error {
  position: absolute;
  top: 0;
  right: 0;
}

.form-checkbox-label {
  font-size:1.4rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 150x;
}
.form-checkbox-label > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.form-checkbox {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 3px;
  outline: 0;

  position: relative;
  margin-right: 5px;
  background: white;
  display: inline-block;
  border: 2px solid #6f6f6f;
  height: 21px;
  width: 21px;
  top: 5px;
  margin-left: -30px;
}
.form-checkbox::before {
  content: '';
  display: none;

  position: absolute;
  top: 3px;
  left: 4px;
  width: 10px;
  height: 7px;
  border: solid #6f6f6f;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.error + .form-checkbox {
  border-color: #fb6e52;
}
.form-checkbox-label > input:checked + .form-checkbox::before {
  display: block;
}

.form-checkbox-label input:checked+.form-checkbox {
    border-color: #6f6f6f;
}
.form-checkbox-label input:hover+.form-checkbox,
.form-checkbox-label input:hover+.form-checkbox::before {
    border-color: #dfa700;
}
.form-checkbox-label input:focus+.form-checkbox::before {
    border-color: #dfa700;
}

.form-checkbox-label input[disabled] + .form-checkbox,
.form-checkbox-label input[disabled]:hover + .form-checkbox  {
    cursor: default;
    opacity: .5;
    border-color: #b8b8b8;
}

.form-input.error,
.form-select.error,
.form-textarea.error,
.form-input:focus.error {
	border-color: #fb6e52; 
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
	border-color: #dfa700;
}

.form-button-submit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  max-width: 190px;
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1;
  outline: 0;
  border: 0;
  border-radius: 35px;
  color: #424242;
  background-color: #fbc628;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
  margin-top: 13px;
}
.form-button-submit:hover {
  background: #d6ae28;
}
.form-button-submit:active {
  top: 1px;
}


.form-item-captcha {
  text-align: left;
  margin-bottom: 35px;
}
.captcha-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.captcha-wrapper .captcha-image {
  margin-right: 15px;
  border-radius: 5px;
  width: 105px;
  height: 34px;
}
.captcha-wrapper .refresh-button {
  width: 16px;
  height: 16px;
  margin-right: 39px;
  margin-left: 10px;
  vertical-align: middle;
}
.captcha-wrapper .refresh-button:hover {
  cursor: pointer;
}
.form-input-captcha {
  flex-grow: 1;
  /* width: -webkit-calc(100% - 155px);
  width: -moz-calc(100% - 155px);
  width: calc(100% - 155px); */
}

/* .captcha-wrapper {
  letter-spacing: -.5rem;
}
.captcha-wrapper * {
  letter-spacing: normal;
}
.captcha-wrapper img,
.form-input-captcha {
  display: inline-block;
  vertical-align: middle;
}
.form-input-captcha {
  width: -webkit-calc(100% - 156px);
  width: -moz-calc(100% - 156px);
  width: calc(100% - 156px);
  padding-left: 0;
  text-align: center;
}
.captcha-wrapper .refresh-button {
  width: 16px;
  height: 16px;
  margin-right: 30px;
}
.captcha-wrapper .refresh-button:hover {
  cursor: pointer;
}
.captcha-wrapper .captcha-image {
  margin-right: 5px;
  width: 105px;
  height: 34px;
} */

.note-mark {
  color: #dfa700;
  font-weight: 700;
}
.footnote {
  font-size: 1.5rem;
}
.form-container .error-message {
  color: #c8000f;
  padding-top: 30px;
  font-size: 20px;
}
.form-container .error-title {
  color: #c8000f;
}
.form-message {
  padding: 20px 20px 35px;
  border-radius: 10px;
  text-align: center;
}
.support-form-page .form-message {
  margin: 0 auto;
  
}
.store .form-message {
  margin-top: 60px;
}
.form-message-success {
  background-color: #e8f6dc;
}
.support-form-page .form-message-success {
  max-width: 660px;
}
.form-message-error {
  background-color: #ffd7d7;
  max-width: 600px;
}


.privacy p + .section-title, 
.privacy ul + .section-title,
.cookie-policy .section-title,
.terms-conditions .section-title {
  margin-top: 41px;  
}
.privacy p span {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 7px;
  display: inline-block;
}
.cookie-table-wrapper {
  overflow-x: scroll;
  padding-top: 10px;
}
.cookie-policy table {
  width: 100%;
  min-width: 500px;
} 
.cookie-policy .unordered-list {
  margin-bottom: 20px;
}
.cookie-policy .unordered-list li {
  margin-top: 10px;
}  
.cookie-policy td, .cookie-policy th {
  padding: 10px;
  border-bottom: 1px solid #f8f3f3;
}
.cookie-policy th {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
}
.cookie-policy td {
  font-size: 1.5rem;
}
.cookie-policy th:first-child,
.cookie-policy td:first-child {
  width: 170px;
  position: relative;
}
.cookie-policy tr:first-child th {
  border-top: 1px solid #f8f3f3;
  
}
.cookie-policy th:first-child::after,
.cookie-policy td:first-child::after {
  content: "";
  width: 1px;
  height: auto;
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  margin: auto;
  background: #f8f3f3;  
}
.cookie-policy .button-default {
  margin: 20px 0 0;
  cursor: pointer;
}



/*  POP-UP WINDOW */
/* NEWS SUBSCRIBE WINDOW */
.news-subscribe-window-wrapper {
	max-width: 500px;
	width: 100%;
  display: none;
}
.news-subscribe-window {
	margin: 10px;
	padding: 42px 20px 46px;
	border-radius: 5px;
  text-align: center;
  position: relative;
  background: #ffffff;
  color: #595959;
}
.news-subscribe-window-title { 
  color: #677777;
  font-size: 2rem;
  line-height: 1.38888889;
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 14px;
}
.news-subscribe-window-title:first-line {
  font-size: 4rem;
  font-weight: 600;
  color: #dfa700;
}
.news-subscribe-window-text {
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #2c3838;
  margin: 13px auto;
  max-width: 380px;
}
.news-subscribe-window-form {
  margin: 0 auto;
  max-width: 380px;
}
.news-subscribe-privacy-element {
  position: relative;
  margin-top: 3px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: left;
}
.news-subscribe-window-form-element:not(:last-child) {
  margin-bottom: 12px;
}
.news-subscribe-checkbox-label {
  padding-left: 28px;
}
.news-subscribe-checkbox {
}
.news-subscribe-window input {
  height: 35px;
} 
.news-subscribe-window input[type=email] {
  font-size: 1.4rem;
}
.news-subscribe-submit {
  width: 140px;
  font-size: 1.5rem;
}
.subscribe-window-checkbox-label.error .subscribe-window-checkbox,
.subscribe-window-label-error .subscribe-window-checkbox {
  border-color: #fb6e52;
}
.news-subscribe-checkbox-label-error {
  color: #fb6e52;
}
.news-subscribe-checkbox-label-error .news-subscribe-checkbox,
.news-subscribe-window .error {
  border-color: #fb6e52;
}
.news-subscribe-window-close { 
  width: 21px; 
  height: 21px;
  position: absolute; 
  top: 20px; 
  right: 20px;
  text-indent: -999999rem;
  font-size: 0;
}
.news-subscribe-window-close::before,
.news-subscribe-window-close::after {
  content: "";
  display: block;
  width: 27px;
  height: 2px;
  background: #666;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -3px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}
.news-subscribe-window-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-subscribe-window-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#close_x:hover {
  opacity: 0.6;
}
.news-subscribe-message-title {
  font-weight: 600 ;
  font-size: 2rem;
  line-height: 1.2;
}
.news-subscribe-message-text {
  font-size: 1.6rem;
  line-height: 1.2;
}

.info-subscribe-container {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.info-subscribe-title {
  font-size: 1.7rem;
  margin-bottom: 8px;
  line-height: 1.2;
}
.info-news-response-message .info-subscribe-title {
  margin-bottom: 0;
}
.info-subscribe-text {
  font-size: 1.4rem;
}
.info-news-response-message {
  position: relative;
  border: 2px solid;
  border-radius: 5px;
  padding: 13px 15px 15px;
  display: inline-block;
  padding-left: 38px;
}
.info-subscribe-icon {
  position: absolute;
  left: 10px;
  top: 14px;
  display: inline-block;
  width: 20px;
  height:20px;
  border-radius: 21px;
}
.info-news-response-success {
  border-color: #8fd651; 
  display: inline-block;
}
.info-subscribe-ok {
  background-color: #8fd651;
}
.info-subscribe-ok::after{
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    right: 0;left: 0;margin: auto;
    margin-top: 3px;
  }
.info-news-response-error {
  border-color: #fb6e52; 
}
.info-subscribe-no {
  background-color: #fb6e52;
  text-align: center;
  line-height: 1.9rem;
  font-size: 2.6rem;
}
a.button-subscribe {
  max-width: 120px;
  margin-top: 20px;
  padding: 6px 0 8px;
  font-size: 1.4rem;
  color: #ffffff;
}
a.button-subscribe:hover {
  text-decoration: none;
}
.info-subscribe-input {
  height: 32px;
  font-size: 1.4rem;
  padding-left: 5px;
  line-height: 32px;
  background-color: #f2f0eb;
  max-width: 300px;
}
.info-subscribe-input.error,
.info-subscribe-input:focus.error {
}
.info-subscribe-submit {
  height: 30px;
  line-height: 28px;
  width: 100px;
  font-size: 1.4rem;
  margin-top: 10px;
}
.news-subscribe-window-content .subscribe-progressing {
  display: inline-block;
  text-align: left;
  width: 110px;
  margin-left: 18px;
}
.form-button-submit-wrapper .subscribe-progressing {
  margin-top: 10px;
  height: 30px;
  line-height: 28px;
  font-size: 1.5rem;
  color: #fad873;
}
.subscribe-progressing:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 1900ms infinite;      
  -moz-animation: ellipsis steps(4,end) 1900ms infinite;      
  animation: ellipsis steps(4,end) 1900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0;
}
@-webkit-keyframes ellipsis {
  to {
    width: 1rem;    
  }
}
@-moz-keyframes ellipsis {
  to {
    width: 1rem;    
  }
}

@keyframes ellipsis {
  to {
    width: 1em;    
  }
}




.loader {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: red;
}
.loader div {
  position: absolute;
}
.loader div:before,
.loader div:after {
  content: "";
  position: absolute;
}
.loader.dots {
  width: 48px;
  height: 16px;
}
.loader.dots div {
  top: 5px;
  left: 21px;
  width: 6px;
  height: 6px;
  background-color: #ccd3ff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-animation: growDot 1s linear .15s infinite;
  -moz-animation: growDot 1s linear .15s infinite;
  -ms-animation: growDot 1s linear .15s infinite;
  -o-animation: growDot 1s linear .15s infinite;
  animation: growDot 1s linear .15s infinite;
}
.loader.dots div:before {
  top: 0;
  left: -15px;
  width: 6px;
  height: 6px;
  background-color: #ccd3ff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-animation: growDot 1s linear 0s infinite;
  -moz-animation: growDot 1s linear 0s infinite;
  -ms-animation: growDot 1s linear 0s infinite;
  -o-animation: growDot 1s linear 0s infinite;
  animation: growDot 1s linear 0s infinite;
}
.loader.dots div:after {
  top: 0;
  left: 15px;
  width: 6px;
  height: 6px;
  background-color: #ccd3ff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-animation: growDot 1s linear .3s infinite;
  -moz-animation: growDot 1s linear .3s infinite;
  -ms-animation: growDot 1s linear .3s infinite;
  -o-animation: growDot 1s linear .3s infinite;
  animation: growDot 1s linear .3s infinite;
}
/**
 * Animation frames
 */
@-webkit-keyframes growDot {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=(70));
    opacity: 0.7;
    -webkit-box-shadow: 0px 0px 0px 0px #ccd3ff;
    box-shadow: 0px 0px 0px 0px #ccd3ff;
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 4px #ccd3ff;
    box-shadow: 0px 0px 0px 4px #ccd3ff;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=(70));
    opacity: 0.7;
    -webkit-box-shadow: 0px 0px 0px 0px #ccd3ff;
    box-shadow: 0px 0px 0px 0px #ccd3ff;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=(60));
    opacity: 0.6;
    -webkit-box-shadow: 0px 0px 0px 0px #ccd3ff;
    box-shadow: 0px 0px 0px 0px #ccd3ff;
  }
}
@keyframes growDot {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=(70));
    opacity: 0.7;
    -webkit-box-shadow: 0px 0px 0px 0px #ccd3ff;
    box-shadow: 0px 0px 0px 0px #ccd3ff;
  }
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 4px #ccd3ff;
    box-shadow: 0px 0px 0px 4px #ccd3ff;
  }
  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=(70));
    opacity: 0.7;
    -webkit-box-shadow: 0px 0px 0px 0px #ccd3ff;
    box-shadow: 0px 0px 0px 0px #ccd3ff;
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=(60));
    opacity: 0.6;
    -webkit-box-shadow: 0px 0px 0px 0px #ccd3ff;
    box-shadow: 0px 0px 0px 0px #ccd3ff;
  }
}














.sticky-navbar {
  display: none;
}


.page-preview-grid { 
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  z-index: 10;
}
.page-preview-grid-item {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  margin-top: 6.10225%;
  color: #232323;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #c7c7c7;
}
.page-preview-grid-item:hover {
  border-color: #fbc628;
}
.page-preview-grid-item img,
.page-preview-grid-item-text {
  position: relative;
  z-index: -1;
}
.page-preview-grid-item-text {
  padding: 12px 8.333% 26px;
  background-color: #ffffff;
  height: 100%;
}
.page-preview-grid-item-title {
  margin: 0 0 5px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.page-preview-grid-item-desc {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.36;
}


@media only screen and (min-width: 480px) {
  
  .cookie-table-wrapper {
      overflow: auto;
    }

  .page-preview-grid { 
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 17px;
  }
  .page-preview-grid-item {
    width: 47.0225%;
  }

  .release-notes-feature-wrapper,
  .release-notes-feature-img {
    padding-top: 0;
  }
  .release-notes-feature-img {
    width: 40%;
  }
  .release-notes-feature-title {
    width: 55%;
  }
  .release-notes-feature-title {
    text-align: left;
  }

}

@media only screen and (min-width: 569px) {
  .page-title {
    font-size: 3.6rem;
  }
  .section-title {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .section-subtitle {
    font-size: 3rem;
    line-height: 3.3rem;
  }

  .start-section {
    padding-bottom: 55px;
  }

  .intro-section-wrapper {
    padding-bottom: 69px; /* 70 */
    padding-top: 56px;
    padding-bottom: 44px;
  }
  .intro-title {
    margin-bottom: 31px;
    font-size: 6.5rem;
  }
  .intro-tegline {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .intro-text {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
  .intro-text:last-of-type {
    margin-bottom: 30px;
  }

  .button-element {
    font-size: 1.7rem;
  }
  .button-default-size {
    max-width: 190px;
    margin: 10px 34px;
    padding: 9px 0 10px;
  }
  .button-large-size {
    max-width: 210px;
    margin: 10px 24px;
    padding: 8px 0 8px;
    font-size: 2rem;
  }
  .button-small-size {
    max-width: 170px;
    padding: 8px 0;
    padding: 8px 0 8px;
    font-size: 2rem;
  }
  
  .button-mas-get {
    width: 146px;
    height: 4rem;
  }
/*
 .overview .button-mas-get {
    width: 175px;
    height: 5rem;
  }
*/

  .promo-video-play-button {
    width: 98px;
    height: 98px;
  }
  .promo-video-play-button::after {
    left: 35px;
    margin-top: -19px;
    border-width: 19px 0 19px 34px;
  }

  .unordered-list-title {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  .previous-versions .unordered-list-title {
    font-size: 2.2rem;
  }
  
  .unordered-list + .unordered-list-title {
    margin-top: -25px;
  }
  .last-versions .unordered-list {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .unordered-list li {
    margin-top: 16px;  
    padding-left: 30px;
  }
  .version-list-subtitle {
    padding-left: 30px;
    font-size: 1.7rem;
  }
  .release-note-section {
    padding-bottom: 73px;
  }

  .release-note-section .section-subtitle {
    margin-bottom: 22px;
    margin-top: 60px;
  }

  .release-notes-feature {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .release-notes-feature-title {
    font-size: 2.4rem;
  }

  .sticky-navbar {
    background-color: #d9d9d9;
    padding: 11px 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .42s cubic-bezier(.164, .84, .42, 1);
    -moz-transition: all .42s cubic-bezier(.164, .84, .42, 1);
    transition: all .42s cubic-bezier(.164, .84, .42, 1);
    will-change: opacity;
      display: block;
      width: 100%;
      text-align: center;
  }
  .sticky-navbar-effect {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .sticky-navbar-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;  
  }
  .sticky-navbar-name {
    color: #232326;
    font-size: 1.8rem;
    line-height: 3rem;
    background-position: left center;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    padding-left: 3.2rem;
  }
  .arttext .sticky-navbar-name {
    background-image: url(/assets/img/arttext4/sticky-bar-at-icon@2x.png);
  }
  .letters .sticky-navbar-name {
    background-image: url(/assets/img/letters/sticky-bar-lt-icon@2x.png);
  }
  .sticky-navbar-buttons {
    width: auto;
    min-width: 300px;
    text-align: right;
  }
  .sticky-navbar-button {
    max-width: 140px;
    font-size: 1.4rem;
    padding: 7px 0 7px;
  }
  .sticky-navbar-button:not(:first-child) {
    margin-left: 20px;
  }
  .sticky-navbar-button-mas {
    border: none;
    background: url(/assets/img/shared/macapp-store-download.svg) no-repeat center center;
    background-size: contain;   
    text-indent: -99999rem;
    text-decoration: none; 
    max-width: 116px;
    height: 32px;
    margin-left: 20px;
  }


}

@media only screen and (min-width: 668px) {

  .column-title {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .info-box-column {
    width: 50%;
  }
  .info-box-title {
    font-size: 2.4rem;
    line-height: 3.3rem;
  }

.site-footer .section-content {
  padding: 50px 0 44px;
}

  .site-footer-copyright {
  font-size: 1.4rem;
  }
  .site-footer-menu-list {
    font-size: 2rem;
  }
  .site-footer-menu-list li:not(:first-child) {
    margin-top: 14px;
  }

  .page-preview-grid::after {
    height: 0;
    width: 31.25%;
    content: "";
  }
  .page-preview-grid-item {
    width: 31.25%;
    margin-top: 3.125%;
  }
  .page-preview-grid-item-title {
    font-size: 2rem;
  }

  .release-notes-feature-wrapper {
    margin-top: 39px;
    margin-bottom: 36px;
  }
  
  .release-notes-feature-img {
    width: 50%;
  }
  .release-notes-feature-title {
    width: 45%;
  }
  
}

@media only screen and (min-width: 769px) {

   .info-resources-section {
    padding-top: 20px;
    padding-bottom: 38px;
  }
 .info-box-column {
    width: 33.3333%;
  }
}




.nowrap {
  white-space: nowrap;
}

.gridspace {
  letter-spacing: -.5rem; 
}
.gridspace-fix {
  letter-spacing: normal;
}
.centered-text {
  text-align: center;
}

/*
.lazy-hidden {
    opacity: 0;
}
*/
.lazy-loaded {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
}
.hidden {
  display: none;
  visibility: hidden;
}


.u-overflow-h {
  overflow: hidden;
}

.u-c-ffffff {
  color: #ffffff;
}

.u-bc-34b9ed { /* light blue*/
  background-color: #34b9ed;
}
.u-bc-201939 { /* dark purple */
  background-color: #201939;
}
.u-bc-311d6b { /* deep purple */
  background-color: #311d6b;
}
.u-bc-black { /* deep purple */
  background-color: #000000;
}


.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-fw-600 {
  font-weight: 600;
}
.u-fw-700 {
  font-weight: 700;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.u-mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.u-my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.u-mt-0 {
  margin-top: 0;
}
.u-mt-15 {
  margin-top: 15px;
}
.u-mt-30 {
  margin-top: 30px;
}
.u-mt-50 {
  margin-top: 50px;
}
.u-mt-70 {
  margin-top: 70px;
}

.u-mb-10 {
  margin-bottom: 10px;
}
.u-mb-20 {
  margin-bottom: 20px;
}
.u-mb-60 {
  margin-bottom: 60px;
}


.u-px-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.u-px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.u-pt-0 {
  padding-top: 0 !important;
}
.u-pb-15 {
  padding-bottom: 15px;
}
.u-pb-50 {
  padding-bottom: 50px;
}

.u-br-3 {
    border-radius: 3px;
}
.u-br-5 {
    border-radius: 5px;
}
.u-br-10 {
    border-radius: 10px;
}



.u-w-max-520 {
  max-width: 520px;
} 
.u-w-max-550 {
  max-width: 550px;
} 
.u-w-max-680 {
  max-width: 680px;
} 
.u-w-max-700 {
  max-width: 700px;
}
.u-w-max-720 {
  max-width: 720px;
}
.u-w-max-740 {
  max-width: 740px;
}
.u-w-max-750 {
  max-width: 750px;
}
.u-w-max-760 {
  max-width: 760px;
}
.u-w-max-780 {
  max-width: 780px;
} 
.u-w-max-800 {
  max-width: 800px;
} 
.u-w-max-820 {
  max-width: 820px;
} 
.u-w-max-840 {
  max-width: 840px;
}
.u-w-max-850 {
  max-width: 850px;
}
.u-w-max-860 {
  max-width: 860px;
}

.u-w-max-960 {
  max-width: 960px;
} 
.u-w-max-1300 {
  max-width: 1300px;
} 


.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flex-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.flex-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.flex-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.flex-self-auto {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}
.flex-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.flex-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.flex-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.flex-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.flex-item-w {
  /* width: 100%; */
}

@media only screen and (min-width: 668px)  {
  .flex-row-reverse-668 {
    flex-direction: row-reverse;
  }
  .flex-item-w-35 {
    width: 35%;
  }
  .flex-item-w-43 {
    width: 43%;
  }
  .flex-item-w-50 {
    width: 50%;
  }
  .flex-item-w-55 {
    width: 55%;
  }
}



.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}.slick-list:focus{outline:none;}.slick-list.dragging{cursor:pointer;cursor:hand;}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.slick-track{position:relative;top:0;left:0;display:block;}.slick-track:before,.slick-track:after{display:table;content:'';}.slick-track:after{clear:both;}.slick-loading .slick-track{visibility:hidden;}.slick-slide{display:none;float:left;height:100%;min-height:1px;}[dir='rtl'] .slick-slide{float:right;}.slick-slide img{display:block;}.slick-slide.slick-loading img{display:none;}.slick-slide.dragging img{pointer-events:none;}.slick-initialized .slick-slide{display:block;}.slick-loading .slick-slide{visibility:hidden;}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-loading .slick-list {
  background: #fff url('/assets/js/slick/ajax-loader.gif') center center no-repeat;
}
