@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
body {
  color: #777;
  font-family: 'Open Sans', sans-serif;
  overflow: auto;
  /*this is for when pages are displayed in ActiveX window*/
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}
a {
  color: #20b1c9;
}
a:hover {
  color: #20b1c9;
}
#logger {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.resp-br {
  display: block;
  height: 0;
  clear: both;
  float: none;
}
@media (max-width: 1199px) {
  .resp-br {
    display: none;
  }
}
.container-fluid {
  padding: 0 65px;
}
.text-center .img-responsive {
  margin: 0 auto;
  display: inline-block;
}
.text-grammarcheck {
  color: #46A8B5;
}
.text-rephrase {
  color: #E85E91;
}
.text-translation {
  color: #9CBA3E;
}
.text-dictionary {
  color: #3D8AC8;
}
.text-speaker {
  color: #5499d0;
}
.text-personaltrainer {
  color: #EC8150;
}
.text-primary {
  color: #3fa5b2;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.ginger-ios .only-desktop,
.ginger-ios .only-android {
  display: none;
}
.ginger-desktop .only-ios,
.ginger-desktop .only-android {
  display: none;
}
.ginger-android .only-ios,
.ginger-android .only-desktop {
  display: none;
}
.btn {
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  text-decoration: none;
}
.btn:hover,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  text-decoration: none;
}
.btn-cta-ios {
  min-width: 210px;
  min-height: 50px;
  border-radius: 9px;
}
.btn-cta-ios,
.btn-cta-ios:hover,
.btn-cta-ios:focus,
.btn-cta-ios:active {
  background: url("../images/btn-cta-ios.svg") center center no-repeat;
  background-size: contain ;
}
.btn-cta-android {
  min-width: 210px;
  min-height: 40px;
  border-radius: 9px;
}
.btn-cta-android,
.btn-cta-android:hover,
.btn-cta-android:focus,
.btn-cta-android:active {
  background: #000 url("../images/btn-cta-android.svg") center center no-repeat;
  background-size: contain ;
}
.btn-primary {
  font-family: inherit;
  color: #fff;
  padding: 8px 24px;
  text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  text-decoration: none;
  border: solid 1px #387b85;
  border-radius: 9px;
  background-image: -moz-linear-gradient(55% 2% -90deg, #2cc4da 0%, #1897aa 100%);
  background-image: -webkit-gradient(linear, 55% 2%, 55% 100%, color-stop(0, #2cc4da), color-stop(1, #1897aa));
  background-image: -webkit-linear-gradient(-90deg, #2cc4da 0%, #1897aa 100%);
  background-image: -o-linear-gradient(-90deg, #2cc4da 0%, #1897aa 100%);
  background-image: -ms-linear-gradient(-90deg, #2cc4da 0%, #1897aa 100%);
  background-image: linear-gradient(180deg, #2cc4da 0%, #1897aa 100%);
  -webkit-box-shadow: inset 0px -2px 0px #1b6c77;
  -moz-box-shadow: inset 0px -2px 0px #1b6c77;
  box-shadow: inset 0px -2px 0px #1b6c77;
}
.btn-primary:hover,
.btn-primary:active {
  color: #fff;
  background-image: -moz-linear-gradient(55% 2% -90deg, #33d5ec 0%, #21acc0 100%);
  background-image: -webkit-gradient(linear, 55% 2%, 55% 100%, color-stop(0, #33d5ec), color-stop(1, #21acc0));
  background-image: -webkit-linear-gradient(-90deg, #33d5ec 0%, #21acc0 100%);
  background-image: -o-linear-gradient(-90deg, #33d5ec 0%, #21acc0 100%);
  background-image: -ms-linear-gradient(-90deg, #33d5ec 0%, #21acc0 100%);
  background-image: linear-gradient(180deg, #33d5ec 0%, #21acc0 100%);
}
.btn-cta {
  background: #2A6FFB;
  border: 2px solid #2A6FFB;
  border-radius: 100px;
  min-width: 150px;
  color: white;
}
.btn-cta:hover {
  background: #5B91FC;
  border-color: #5B91FC;
  color: white;
}
.btn-cta:active,
.btn-cta:focus {
  background: #4280FC;
  border-color: #185DFB;
  color: white;
}
.btn-cta-bordered {
  padding: 6px 24px;
  color: #2676ff;
  font-size: 20px;
  border: 1px solid #2676ff;
  background: transparent;
  border-radius: 3px;
}
.btn-cta-bordered:hover {
  color: #2676ff;
}
.btn-cta-bordered:active,
.btn-cta-bordered:focus {
  color: #2676ff;
}
.btn-magnum {
  line-height: 57px;
  font-size: 21px;
  font-weight: 300;
  padding: 0 50px;
  text-align: center;
  text-decoration: none;
  height: 57px;
  color: #fff;
  background: #e34b42;
  border-radius: 30px;
}
.btn-magnum:hover {
  color: #fff;
  background: #D14136 linear-gradient(to bottom, #E27167, #e34b42);
}
.ginger-magnum .btn-magnum {
  margin-top: 74px;
  border: solid 1px #387b85;
  background-image: -moz-linear-gradient(55% 2% -90deg, #2cc4da 0%, #1897aa 100%);
  background-image: -webkit-gradient(linear, 55% 2%, 55% 100%, color-stop(0, #2cc4da), color-stop(1, #1897aa));
  background-image: -webkit-linear-gradient(-90deg, #2cc4da 0%, #1897aa 100%);
  background-image: -o-linear-gradient(-90deg, #2cc4da 0%, #1897aa 100%);
  background-image: -ms-linear-gradient(-90deg, #2cc4da 0%, #1897aa 100%);
  background-image: linear-gradient(180deg, #2cc4da 0%, #1897aa 100%);
  -webkit-box-shadow: 0px 3px 0px #1b6c77, 0px 0px 0px 5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 3px 0px #1b6c77, 0px 0px 0px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 0px #1b6c77, 0px 0px 0px 5px rgba(0, 0, 0, 0.07);
}
.ginger-magnum .btn-magnum:hover {
  color: #fff;
  background-image: -moz-linear-gradient(55% 2% -90deg, #33d5ec 0%, #21acc0 100%);
  background-image: -webkit-gradient(linear, 55% 2%, 55% 100%, color-stop(0, #33d5ec), color-stop(1, #21acc0));
  background-image: -webkit-linear-gradient(-90deg, #33d5ec 0%, #21acc0 100%);
  background-image: -o-linear-gradient(-90deg, #33d5ec 0%, #21acc0 100%);
  background-image: -ms-linear-gradient(-90deg, #33d5ec 0%, #21acc0 100%);
  background-image: linear-gradient(180deg, #33d5ec 0%, #21acc0 100%);
}
.ginger-magnum .btn-cta-ios {
  border: 3px solid white;
}
.ginger-magnum .btn-cta-android {
  border: 3px solid white;
}
.form-group {
  margin-bottom: 15px;
}
.btn-magnum.btn-magnum-extension {
  min-width: 300px;
  padding: 8px 40px;
  font-size: 17px;
  background: #D14136;
  line-height: 44px;
  box-shadow: none;
  border: none;
  border-radius: 50px;
  text-shadow: 0px -2px rgba(0, 0, 0, 0.1);
}
.btn-magnum.btn-magnum-extension span {
  font-size: 14px;
}
.btn-magnum.btn-magnum-extension:hover {
  background: #D14136 linear-gradient(to bottom, #E27167, #D74339);
}
.btn-magnum.btn-magnum-extension:active {
  background: #D14136;
}
.ginger-section-sep {
  border-bottom: 1px solid #ddd;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px;
}
.ginger-section-bordered {
  border-bottom: solid 1px #ddd;
}
.ginger-section-middler {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: -4px;
}
section {
  padding: 65px 0 40px;
}
section h1,
section h2,
section h3 {
  color: #20b1c9;
  margin: 0;
  line-height: 120%;
  font-weight: 400;
}
section h3 {
  font-size: 32px;
}
.ginger-section-lightgrey {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
}
.ginger-section-green {
  background: #49cdab no-repeat;
  color: white;
  padding: 160px 0;
}
.ginger-section-text {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 26px;
}
.ginger-section-text p {
  margin: 16px 0;
}
.ginger-section-text h3,
.ginger-section-text h2 {
  margin: 50px 0 16px 0;
  font-size: 20px;
  font-weight: 700;
  color: #22223D;
  line-height: 30px;
}
@media (max-width: 767px) {
  .ginger-section-middler {
    display: block;
  }
}
.ginger-lead h3 {
  font-size: 32px;
  color: #222;
  font-weight: 400;
}
.ginger-lead p {
  font-size: 20px;
  color: #666;
  margin: 20px 0;
  line-height: 150%;
  font-weight: 600;
}
.ginger-lead.ginger-section-green h3,
.ginger-lead.ginger-section-green p {
  color: white;
}
.ginger-lead-center {
  text-align: center;
}
footer {
  background: #2e2e2e;
  font-size: 14px;
}
.ginger-footer-mobile {
  background: none;
  border-top: 1px solid #eee;
  box-sizing: border-box;
  padding: 2em 0 1em;
  text-align: center;
}
.ginger-footer-title {
  color: #eee;
  font-size: 20px;
  margin-bottom: 14px;
}
.ginger-footer-social {
  margin-top: 15px;
}
.ginger-footer-minimal {
  background: #e8e8e8;
  padding: 30px 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul > li {
  padding: 0;
  margin: 0;
  line-height: 25px;
}
footer ul > li a {
  color: #bababa;
}
footer ul > li a img {
  max-height: 16px;
  position: relative;
  top: -2px;
  margin-right: 4px;
  height: 12px;
}
footer ul > li a:hover {
  color: #bababa;
}
footer ul > li.text-white > a {
  color: white;
}
footer ul > li.text-grammarcheck > a {
  color: #33e5ff;
}
footer ul > li.text-rephrase > a {
  color: #f05f96;
}
footer ul > li.text-personaltrainer > a {
  color: #acde13;
}
footer ul > li.text-speaker > a {
  color: #52b2ff;
}
footer ul > li.text-keyboard > a {
  color: #58c568;
}
.btn-footer-social {
  box-shadow: inset 0 1px 0px 1px rgba(255, 255, 255, 0.1), 0 2px 4px rgba(0, 0, 0, 0.3);
  background-color: #4f4f4f;
  background-image: -webkit-linear-gradient(top, #4f4f4f, #2b2b2b);
  background-image: linear-gradient(to bottom, #4f4f4f, #2b2b2b);
  border-radius: 40px;
  width: 36px;
  height: 36px;
  font-size: 17px;
  line-height: 42px;
  padding: 0;
  border: none;
  transition: background 0.5s, color 0.1s;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 4px;
}
.btn-footer-social:hover {
  background-color: #5f5f5f;
  background-image: -webkit-linear-gradient(top, #5f5f5f, #2b2b2b);
  background-image: linear-gradient(to bottom, #5f5f5f, #2b2b2b);
}
.btn-footer-social.btn-footer-social-facebook:hover,
.btn-footer-social.btn-footer-social-facebook:active,
.btn-footer-social.btn-footer-social-facebook:focus {
  color: #4B7CE5;
}
.btn-footer-social.btn-footer-social-twitter:hover,
.btn-footer-social.btn-footer-social-twitter:active,
.btn-footer-social.btn-footer-social-twitter:focus {
  color: #46AECB;
}
.btn-footer-social.btn-footer-social-googleplus:hover,
.btn-footer-social.btn-footer-social-googleplus:active,
.btn-footer-social.btn-footer-social-googleplus:focus {
  color: #BE3838;
}
.btn-footer-social.btn-footer-social-youtube:hover,
.btn-footer-social.btn-footer-social-youtube:active,
.btn-footer-social.btn-footer-social-youtube:focus {
  color: #E8302B;
}
.btn-footer-social.btn-footer-social-linkedin:hover,
.btn-footer-social.btn-footer-social-linkedin:active,
.btn-footer-social.btn-footer-social-linkedin:focus {
  color: #1884BB;
}
.ginger-footer-menu {
  padding: 26px 0;
}
.ginger-footer-menu .list-inline > li {
  padding: 0 2px;
}
.ginger-footer-note {
  background: #151515;
  padding: 10px 0;
  font-size: 12px;
  color: #aaa;
}
.ginger-footer-note a {
  color: #aaa;
}
.ginger-footer-note p {
  margin: 0;
}
.ginger-pagehead {
  padding: 0;
  background: #28aabe;
  position: relative;
  overflow: hidden;
}
.ginger-pagehead h1 {
  line-height: 80px;
  font-size: 46px;
  font-weight: 400;
  color: #fff;
  margin-left: 24px;
}
.ginger-pagehead-icon {
  position: absolute;
  color: white;
  opacity: 0.1;
  bottom: 2px;
  font-size: 120px;
}
.ginger-pagehead-icon.gingericon-correct-o {
  transform: scaleX(-1);
}
.ginger-pagehead-ad {
  text-align: center;
  padding: 10px 0;
}
.ginger-title {
  margin: 32px 0 0 0;
  padding: 0;
}
.ginger-title h1 {
  font-size: 50px;
  color: #222;
  font-weight: lighter;
}
.ginger-text {
  font-size: 14px;
  line-height: 150%;
}
.ginger-sidetoc {
  color: #444;
  font-size: 16px;
}
.ginger-sidetoc .ginger-sidetoc-menus > a {
  color: #787878;
  margin: 10px 0;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.ginger-sidetoc .ginger-sidetoc-menus > a:first-child {
  margin-top: 0;
}
.ginger-sidetoc .ginger-sidetoc-menus > a:last-child {
  margin-bottom: 0;
}
.ginger-sidetoc-menus,
.ginger-sidetoc-ad {
  background: #fff;
  padding: 15px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  color: #787878;
  font-size: 14px;
  line-height: 20px;
}
.ginger-sidetoc-menus h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #787878;
  margin-bottom: 15px;
  margin-top: 0;
}
.ginger-sidetoc-ad {
  margin-top: 30px;
}
.ginger-sidetoc-ad h4 {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  color: #787878;
}
.ginger-sidetoc-menus,
.ginger-sidetoc-ad .ginger-sidetoc-ad-link,
.ginger-sidetoc-menus,
.ginger-sidetoc-ad .ginger-sidetoc-ad-link a {
  color: #1DA0B3;
  font-size: 14px;
  line-height: 20px;
}
.ginger-sidetoc-menus,
.ginger-sidetoc-ad .ginger-sidetoc-ad-link {
  margin-top: 10px;
}
.ginger-sidetoc-ad .btn-primary {
  margin-top: 20px;
  background-color: #fff;
  color: #42A9B8;
  border: 1px solid #42A9B8;
  text-shadow: none;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
  font-weight: 400;
  width: 100%;
}
.footer-socialicons i {
  margin: 0 0px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -4px;
  border-radius: 5px;
  line-height: 24px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.08);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.footer-socialicons i:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  /*.ginger-pagehead {
    background-image: -webkit-gradient(radial, 65% 1%, 0, 65% 1%, 681.7759086202, color-stop(0, #42a3b1), color-stop(0.4, #106774), color-stop(1, #041d20));
    background-image: -webkit-radial-gradient(65% 1%, circle farthest-side, #42a3b1 0%, #106774 40%, #041d20 100%);
    background-image: radial-gradient(682px at 65% 1%, #42a3b1 0%,#106774 40%,#041d20 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42a3b1', endColorstr='#041d20',GradientType=0 );
    height:auto;
    overflow:auto;
  }
  .ginger-pagehead h1{
    padding:50px 10px 50px 10px;
    margin:0;
    font-size: 60px;
    color: #33e5ff;
    line-height: 1.2em;
    text-align:center;
    position:relative;z-index:10;
  }
  .ginger-pagehead-icon{
    display:block;
    position:absolute;z-index:9;
    bottom:10%;
    margin:0 auto;font-size:200px;
    color:rgba(255,255,255,.1);
  }*/
  .ginger-lead {
    text-align: center;
    padding: 42px 0 18px;
  }
  .ginger-lead p,
  .ginger-lead h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ginger-lead p {
    text-align: justify;
    max-width: 510px;
  }
  section h3 {
    font-size: 2em;
  }
}
.em-red,
.em-green {
  font-style: normal;
  color: #d90000;
  font-weight: bold;
}
.em-green {
  color: #59b200;
}
.ginger-section-textual h2 > img {
  position: relative;
  top: -4px;
}
.ginger-section-textual p {
  margin: 15px 0;
}
.ginger-topad {
  text-align: center;
}
#swfcontainer {
  position: absolute;
}
[ginger-showswitch] {
  visibility: hidden;
}
.ginger-grammarchecker-widget [ginger-showswitch-condition] {
  display: none;
}
.ginger-footer-mobile-grammarcheck {
  background: #F7F7F7;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  padding: 20px 30px 12px 30px;
}
.ginger-footer-mobile-grammarcheck ul {
  display: none;
  list-style-type: none;
}
.ginger-footer-mobile-grammarcheck ul li {
  margin-top: 5px;
  margin-left: 10px;
}
.ginger-footer-mobile-grammarcheck ul li a {
  color: #787878;
}
.ginger-footer-mobile-grammarcheck-section {
  margin-bottom: 10px;
}
.ginger-footer-mobile-grammarcheck-section-title {
  font-weight: bold;
  position: relative;
}
.ginger-footer-mobile-grammarcheck-section-title:after {
  content: '\e90b';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #9DA0A6;
  font-family: 'gingericon';
}
.ginger-footer-mobile-grammarcheck-section.open ul {
  display: block;
}
.ginger-footer-mobile-grammarcheck-section.open .ginger-footer-mobile-grammarcheck-section-title:after {
  transform: rotate(180deg);
}
footer .ginger-footer-menu-new {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.ginger-footer-menu-new {
  background: #f8fdfd;
  padding: 30px 0 10px;
}
.ginger-footer-menu-new .col-md-5ths {
  padding-right: 10px;
}
.ginger-footer-menu-new .col-md-5ths:first-of-type {
  width: 22%;
}
.ginger-footer-menu-new .col-md-5ths:last-of-type {
  width: 18%;
}
.ginger-footer-menu-new .ginger-footer-bottom {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #787878;
}
.ginger-footer-menu-new .ginger-footer-bottom a {
  color: #787878;
}
.ginger-footer-menu-new .ginger-footer-title {
  color: #107280;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.ginger-footer-menu-new ul li {
  margin-bottom: 10px;
  position: relative;
  line-height: 20px;
}
.ginger-footer-menu-new ul li a {
  color: #3D3D3D;
  font-weight: normal;
  font-size: 13.5px;
  line-height: 20px;
  padding-bottom: 1px;
}
.ginger-footer-menu-new ul li a i {
  vertical-align: middle;
}
.ginger-footer-menu-new ul li a:hover,
.ginger-footer-menu-new ul li a:focus {
  color: #3D3D3D;
  text-decoration: none;
  border-bottom: 1px solid #3D3D3D;
}
.ginger-footer-menu-new .ginger-footer-title.margin-desktop {
  margin-top: 20px;
}
.ginger-footer-menu-new-more {
  position: relative;
}
.ginger-footer-menu-new-more:after {
  content: "\e90b";
  position: absolute;
  right: -20px;
  top: 0;
  font-family: 'gingericon';
  display: inline-block;
}
.ginger-footer-menu-new-more:hover,
.ginger-footer-menu-new-more:focus {
  text-decoration: none;
}
.ginger-footer-menu-new-more-dropdown {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  bottom: 22px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.ginger-footer-menu-new .ginger-footer-menu-new-section .ginger-footer-menu-new-more-dropdown ul {
  margin-left: 0;
  padding-bottom: 0;
}
.ginger-footer-menu-new .ginger-footer-menu-new-section .ginger-footer-menu-new-more-dropdown ul li {
  margin-bottom: 0;
}
.ginger-footer-menu-new-more-dropdown ul li {
  margin-bottom: 0;
}
.ginger-footer-menu-new-more-dropdown ul li a {
  color: #333;
  font-size: 14px;
  padding: 5px;
  display: block;
  font-weight: 600;
  margin-bottom: 0;
}
.ginger-footer-menu-new-more-dropdown ul li a:hover,
.ginger-footer-menu-new-more-dropdown ul li a:focus {
  background: #F7F7F7;
  text-decoration: none;
  border-radius: 4px;
  border: none;
}
/* Other ways to use ginger */
.other-ways-to-use-ginger {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  padding: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.other-ways-to-use-ginger p {
  font-size: 16px;
  line-height: 24px;
  color: #22223D;
  margin-bottom: 10px;
  margin-top: 18px;
  font-weight: normal;
}
.other-ways-to-use-ginger-bottom {
  color: #1DA0B3;
  font-size: 14px;
  line-height: 20px;
}
.other-ways-to-use-ginger.word .other-ways-to-use-ginger-logo img {
  width: 44px;
}
.other-ways-to-use-ginger .other-ways-to-use-ginger-logo {
  height: 40px;
}
.other-ways-to-use-ginger .other-ways-to-use-ginger-logo-group {
  margin-left: 48px;
}
.other-ways-to-use-ginger.desktop .other-ways-to-use-ginger-logo-group {
  padding-top: 3px;
}
.other-ways-to-use-ginger .other-ways-to-use-ginger-logo-group .right {
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-right: 3px;
}
.other-ways-to-use-ginger .other-ways-to-use-ginger-logo-group i {
  font-size: 18px;
  vertical-align: top;
}
.other-ways-to-use-ginger-title {
  color: #22223D;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
}
.flex-row {
  display: flex;
}
.flex-col-4 {
  width: 33.333%;
  align-content: center;
}
.wp-image-wrapper {
  margin-top: 40px;
  margin-bottom: -10px;
}
.wp-image-wrapper .wp-block-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.wp-image-wrapper .wp-block-columns {
  display: flex;
  flex-direction: row;
}
.wp-image-wrapper .wp-block-columns .wp-block-column {
  width: 50%;
}
.wp-image-wrapper .wp-block-columns .wp-block-column:first-child {
  padding-right: 20px;
}
.wp-image-wrapper .wp-block-columns .wp-block-column:nth-child(2) {
  padding-left: 20px;
}
.wp-image-wrapper .wp-block-columns .wp-block-column figure {
  margin: -12px;
}
.wp-image-wrapper .wp-block-columns .wp-block-column img {
  margin: 0 auto;
}
.ginger-auth-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.ginger-auth-popup-wrapper {
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 630px;
  z-index: 1;
  font-weight: 200;
  position: absolute;
  overflow-y: auto;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.ginger-auth-popup-close a {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 12px;
  text-decoration: none;
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 3;
}
.ginger-auth-popup iframe {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 624px;
  background: #ffffff;
  border-radius: 8px;
  border: none;
  z-index: 2;
}
.ginger-sidebar-section {
  margin-bottom: 50px;
}
.ginger-sidebar-section-title {
  color: #22223D;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.ginger-sidebar-section-link {
  margin-top: 15px;
  display: block;
}
.ginger-sidebar-section-link,
.ginger-sidebar-section-link a {
  font-size: 14px;
  line-height: 20px;
  color: #22223D;
  text-decoration: none;
}
.ginger-sidebar-section-link a {
  display: inline;
}
.ginger-sidebar-section-link a:hover {
  text-decoration: underline;
}
.ginger-sidebar-section-link.active,
.ginger-sidebar-section-link.active a {
  color: #1B94A6;
}
.ginger-sidebar-section-link i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: bottom;
  width: 20px;
  text-align: center;
  display: inline-block;
}
.ginger-sidebar-section-link img {
  width: 20px;
  margin-right: 10px;
}
.ginger-sidebar-section-link.mobile img {
  width: 12px;
  margin-left: 4px;
  margin-right: 14px;
}
.ginger-button {
  border: 1px solid #1B94A6;
  background: #1B94A6;
  border-radius: 6px;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.ginger-button:hover {
  border-color: #1fa8bc;
  background: #1fa8bc;
  color: #fff;
  text-decoration: none;
}
.ginger-button.secondary {
  color: #1B94A6;
  background: #fff;
}
.ginger-button.secondary:hover {
  border-color: #46cde1;
  color: #46cde1;
}
.ginger-button.secondary:focus,
.ginger-button.secondary:active {
  border-color: #178090;
  color: #178090;
  text-decoration: none;
}
.ginger-button.blue {
  background: #475DCC;
  border-color: #475DCC;
  color: #fff;
}
.ginger-button.blue:hover {
  background: #5b6fd2;
  border-color: #5b6fd2;
}
.ginger-button.blue:focus,
.ginger-button.blue:active {
  background: #364ec3;
  border-color: #364ec3;
}
.ginger-button.darkblue {
  background: #3A4573;
  border-color: #3A4573;
  color: #fff;
}
.ginger-button.darkblue:hover {
  background: #434f84;
  border-color: #434f84;
}
.ginger-button.darkblue:focus,
.ginger-button.darkblue:active {
  background: #313b62;
  border-color: #313b62;
}
.ginger-button.lightblue {
  background: #13AABF;
  border-color: #13AABF;
  color: #fff;
}
.ginger-button.lightblue:hover {
  background: #15bfd6;
  border-color: #15bfd6;
}
.ginger-button.lightblue:focus,
.ginger-button.lightblue:active {
  background: #1195a8;
  border-color: #1195a8;
}
.ginger-button.green {
  background: #37B878;
  border-color: #37B878;
  color: #fff;
}
.ginger-button.green:hover {
  background: #42c785;
  border-color: #42c785;
}
.ginger-button.green:focus,
.ginger-button.green:active {
  background: #31a46b;
  border-color: #31a46b;
}
.ginger-button.grey {
  background: #E6E6E6;
  border-color: #E6E6E6;
  color: #4E4E4E;
}
.ginger-button.grey:hover {
  background: #f3f3f3;
  border-color: #f3f3f3;
}
.ginger-button.grey:focus,
.ginger-button.grey:active {
  background: #d9d9d9;
  border-color: #d9d9d9;
}
.ginger-purple-cta {
  background: linear-gradient(135deg, rgba(255, 102, 140, 0.05) 0%, rgba(161, 92, 230, 0.05) 100%);
  border: 1px solid #D0C3D9;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.ginger-purple-cta .btn-cta-android {
  min-width: 130px;
}
.ginger-purple-cta-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #22223D;
}
.ginger-purple-cta-title {
  margin-bottom: 30px;
}
.ginger-purple-cta-image {
  max-width: 300px;
  margin: 0 auto 30px auto;
}
.ginger-purple-cta-image img {
  margin: 0 auto;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 10px;
}
.ginger-purple-cta-footer {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ginger-purple-cta-footer .ginger-button {
  width: 100%;
  min-width: 230px;
  display: block;
}
.ginger-purple-cta-footer .ginger-button span {
  font-weight: 300;
  opacity: 0.7;
}
.ginger-purple-cta-footer .ginger-purple-cta-footer-col:first-child {
  margin-right: 17px;
}
@media (max-width: 893px) {
  .ginger-purple-cta-footer {
    flex-direction: column;
  }
  .ginger-purple-cta-footer .ginger-button {
    min-width: auto;
    max-width: 230px;
  }
  .ginger-purple-cta-footer .ginger-purple-cta-footer-col:first-child {
    margin: 0;
  }
  .ginger-purple-cta-footer .ginger-purple-cta-footer-col:first-child a {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .ginger-purple-cta .ginger-purple-cta-image {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .ginger-footer-menu-new .col-md-5ths:first-of-type {
    width: 100%;
  }
  .ginger-footer-menu-new .col-md-5ths:last-of-type {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  body.ginger-page-home-page .container {
    width: 1100px;
  }
}
@media (max-width: 992px) {
  .ginger-footer-menu-new {
    padding: 30px 15px 24px 15px;
  }
  .ginger-footer-menu-new ul {
    display: none;
    margin-left: 10px;
  }
  .ginger-footer-menu-new ul li {
    margin-bottom: 5px;
  }
  .ginger-footer-menu-new-section.open .ginger-footer-title {
    margin-bottom: 5px;
  }
  .ginger-footer-menu-new-section.open ul {
    display: block;
    padding-bottom: 10px;
  }
  .ginger-footer-menu-new .ginger-footer-title:after {
    content: '\e90b';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #999;
    font-family: 'gingericon';
  }
  .ginger-footer-menu-new-section.open .ginger-footer-title:after {
    transform: rotate(180deg);
  }
  .ginger-footer-menu-new .ginger-footer-title.margin-desktop {
    margin-top: 0;
  }
  .ginger-footer-menu-new .ginger-footer-title {
    margin-bottom: 10px;
    cursor: pointer;
  }
  .ginger-footer-bottom .section-row {
    flex-direction: column;
    line-height: 2em;
  }
  .other-ways-to-use-ginger {
    margin-bottom: 15px;
  }
  .other-ways-to-use-ginger p {
    text-align: center;
  }
  .mobile-sticky-bottom {
    position: fixed;
    bottom: 0;
    z-index: 20;
    background: #eee;
    border-top: 1px solid #ddd;
    width: 100%;
    margin: 0 !important;
  }
  .mobile-sticky-bottom-close {
    position: absolute;
    padding: 3px;
    width: 28px;
    height: 28px;
    top: -28px;
    right: 0;
    background-color: #eee;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 4px 0 0 0;
    font-size: 20px;
    color: #4f4f4f;
    line-height: 20px;
    cursor: pointer;
  }
}
@media (max-width: 720px) {
  .wp-image-wrapper .wp-block-columns {
    flex-direction: column;
  }
  .wp-image-wrapper .wp-block-columns .wp-block-column {
    width: 100%;
  }
  .wp-image-wrapper .wp-block-columns .wp-block-column:first-child {
    padding-right: 0;
  }
  .wp-image-wrapper .wp-block-columns .wp-block-column:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ginger-footer-menu-new {
    padding-top: 20px;
  }
}
.row-gc {
  margin: 0 -10px;
}
.col-gc {
  float: left;
  padding: 0 10px;
}
.col-gc-left {
  width: calc(100% - 587px);
}
.col-gc-center {
  width: 267px;
}
.col-gc-right {
  width: 300px;
}
@media (max-width: 1040px) {
  .col-gc-right {
    display: none;
  }
  .col-gc-left {
    width: calc(100% - 267px);
  }
}
@media (max-width: 760px) {
  .col-gc-center {
    display: none;
  }
  .col-gc-left {
    width: 100%;
  }
  .ginger-grammarchecker-widget .ginger-grammarchecker-widget-body {
    margin: 0 -15px;
    border-radius: 0;
    padding: 15px 15px 40px 15px;
  }
}
.ginger-page-home-page.ginger-platform-mobile .row {
  margin: 0;
}
.ginger-page-home-page.ginger-platform-mobile .ginger-navbar.ginger-navbar-sticky .ginger-navbar-menu-scrolled {
  display: block;
}
.ginger-page-home-page.ginger-platform-mobile .testimonial {
  margin-top: 0;
}
.ginger-page-home-page.ginger-platform-mobile section.homepage-smart-alternatives {
  padding-bottom: 20px;
}
.ginger-page-home-page.ginger-platform-mobile .testimonial .testimonial-pager {
  display: none;
}
.ginger-page-home-page.ginger-platform-mobile .container {
  max-width: 450px;
}
.ginger-page-home-page.ginger-platform-mobile footer .container {
  width: 100%;
}
.ginger-page-home-page.ginger-platform-mobile .testimonial-fix-height {
  height: 290px;
}
@media (max-width: 992px) {
  .ginger-page-home-page.ginger-platform-mobile .homepage-smart-alternatives .testimonial {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .ginger-page-home-page.ginger-platform-mobile .testimonial-fix-height {
    height: 280px;
  }
}
@media (max-width: 410px) {
  .ginger-page-home-page.ginger-platform-mobile .testimonial-fix-height {
    height: 268px;
  }
}
@media (max-width: 360px) {
  .ginger-page-home-page.ginger-platform-mobile .testimonial-fix-height {
    height: 238px;
  }
}
.ginger-page-home-page {
  font-family: 'Roboto', sans-serif;
}
.ginger-page-home-page section .ginger-mobile-ad {
  text-align: center;
}
.ginger-page-home-page .ginger-new .ginger-navbar {
  padding: 0 20px;
}
.ginger-page-home-page .testimonial {
  margin-top: -12px;
}
.ginger-page-home-page .testimonial .testimonial-steps {
  font-size: 0;
}
.ginger-page-home-page .testimonial-pager {
  z-index: 1;
}
.ginger-page-home-page .testimonial .testimonial-step {
  padding: 20px;
}
.ginger-page-home-page .testimonial .testimonial-step.alternatives-1 {
  padding: 20px;
}
.ginger-page-home-page .testimonial .testimonial-step.alternatives-2 {
  text-align: right;
}
.ginger-page-home-page .testimonial .testimonial-step.alternatives-2 .alternatives-2-2 img,
.ginger-page-home-page .testimonial .testimonial-step.alternatives-2 .alternatives-2-2 source {
  width: 96%;
  margin-top: -36%;
  right: 0;
}
.ginger-page-home-page .testimonial img,
.ginger-page-home-page .ginger-image-with-shadow {
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.ginger-page-home-page .btn-cta-android {
  min-width: 170px;
  height: 50px;
}
.ginger-page-home-page .ginger-hero picture,
.ginger-page-home-page .ginger-hero img.img-responsive {
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.ginger-page-home-page .ginger-hero-bottom {
  width: 300px;
  text-align: center;
}
.ginger-page-home-page .ginger-hero {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
}
.ginger-page-home-page .ginger-hero .container-fluid {
  padding: 0 15px;
}
.ginger-page-home-page .ginger-hero h1 {
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  margin: 0;
  color: #22223D;
}
.ginger-page-home-page .ginger-hero .ginger-hero-intro {
  font-size: 18px;
  line-height: 34px;
  color: #22223D;
  font-weight: 400;
  margin-top: 18px;
  margin-bottom: 40px;
}
.ginger-page-home-page .ginger-hero-left img {
  margin-bottom: 20px;
}
.ginger-page-home-page .ginger-hero-small {
  color: #83858A;
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
  line-height: 20px;
}
.ginger-page-home-page .ginger-hero-small img {
  margin-bottom: 0;
  margin-right: 2px;
}
.ginger-page-home-page .ginger-navbar-menu-desktop .cta {
  display: inline-block;
}
.ginger-page-home-page .ginger-navbar-menu-desktop .cta a {
  font-size: 14px;
  padding: 13px 22px;
}
.ginger-page-home-page .ginger-navbar-menu-desktop .cta a span {
  font-size: 13px;
  opacity: 0.75;
}
.ginger-page-home-page section.homepage-correct-multiple {
  padding: 70px 0 63px;
  background: rgba(32, 179, 200, 0.05);
  margin-bottom: 25px;
}
.ginger-page-home-page section.homepage-correct-multiple .ginger-wp-box.correction .ginger-wp-box-content p {
  color: #000;
  font-weight: 400;
}
.ginger-page-home-page section.homepage-correct-multiple .ginger-wp-box.correction {
  max-width: 470px;
}
.ginger-page-home-page section.homepage-correct-multiple .ginger-wp-box.correction .ginger-wp-box-content .ginger-wp-box {
  padding: 18px;
  margin-right: -20px;
}
.ginger-page-home-page .ginger-wp-button {
  padding: 13px 22px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.ginger-page-home-page .ginger-wp-button span {
  font-weight: normal;
  opacity: 0.75;
  padding-left: 8px;
}
.ginger-page-home-page .ginger-wp-button.secondary {
  border: 1px solid #20B3C8;
  background: transparent;
  color: #20B3C8 !important;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin-top: 3px;
  padding: 12px 22px;
}
.ginger-page-home-page .ginger-wp-button.secondary:hover,
.ginger-page-home-page .ginger-wp-button.secondary:focus {
  background: rgba(32, 179, 200, 0.07);
}
.ginger-page-home-page .ginger-wp-button.secondary:after {
  content: 'New';
  text-transform: uppercase;
  color: #fff;
  background: #FF974D;
  border-radius: 3px;
  padding: 2.5px 5.5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  position: absolute;
  right: -5px;
  top: -8px;
}
.ginger-page-home-page .ginger-lead h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #22223D;
}
.ginger-page-home-page .ginger-lead h2 em {
  font-style: normal;
  color: #1c9bad;
}
.ginger-page-home-page .ginger-lead p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  margin-top: 25px;
}
.ginger-page-home-page section.homepage-smart-alternatives {
  background: linear-gradient(135deg, rgba(255, 102, 140, 0.05) 0%, rgba(161, 92, 230, 0.05) 100%);
  padding-top: 70px;
}
.ginger-page-home-page section.homepage-smart-alternatives .container h2 em {
  color: #A357D9;
}
.ginger-page-home-page section.homepage-smart-alternatives .homepage-smart-alternatives-block {
  margin-top: 30px;
  overflow: visible;
}
.ginger-page-home-page section.homepage-smart-alternatives .homepage-smart-alternatives-block .media-left {
  padding-top: 8px;
  padding-right: 20px;
}
.ginger-page-home-page section.homepage-smart-alternatives .homepage-smart-alternatives-block .media-left i {
  color: #A357D9;
  font-size: 30px;
}
.ginger-page-home-page section.homepage-smart-alternatives .homepage-smart-alternatives-block-icon {
  width: 30px;
  text-align: center;
}
.ginger-page-home-page section.homepage-smart-alternatives .homepage-smart-alternatives-block .media-body {
  color: #22223D;
  font-size: 16px;
  line-height: 30px;
  overflow: visible;
}
.ginger-page-home-page section.homepage-smart-alternatives .homepage-smart-alternatives-block img {
  margin-bottom: 30px;
}
.ginger-page-home-page section.homepage-bottom {
  padding-bottom: 0;
  padding-top: 72px;
}
.ginger-page-home-page section.homepage-bottom .homepage-bottom-top {
  text-align: center;
  color: #000;
}
.ginger-page-home-page section.homepage-bottom .homepage-bottom-top h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
  color: #000;
}
.ginger-page-home-page section.homepage-bottom .homepage-bottom-top p {
  font-size: 18px;
  line-height: 30px;
}
.ginger-page-home-page section.homepage-bottom .homepage-bottom-top img {
  margin: 40px auto 80px auto;
}
.ginger-page-home-page .homepage-smart-alternatives-tc {
  margin-top: 75px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}
.ginger-page-home-page .homepage-smart-alternatives-tc-title {
  color: #0A9D02;
}
.ginger-page-home-page .homepage-smart-alternatives-tc-title img {
  height: 20px;
  margin-right: 10px;
}
.ginger-page-home-page section.homepage-smart-alternatives .homepage-smart-alternatives-tc p {
  color: #6f7278;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.ginger-page-home-page section.homepage-bottom-2 {
  padding-top: 20px;
  padding-bottom: 60px;
}
.ginger-page-home-page section.homepage-bottom-2 .col-md-4 {
  padding: 0 12.5px;
}
.ginger-page-home-page section.homepage-bottom-2 .col-md-4:first-child {
  padding-left: 15px;
}
.ginger-page-home-page section.homepage-bottom-2 .col-md-4:last-child {
  padding-right: 15px;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-section {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  padding: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-section p {
  font-size: 16px;
  line-height: 24px;
  color: #22223D;
  margin-bottom: 10px;
  margin-top: 18px;
  font-weight: normal;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-section-bottom {
  color: #1DA0B3;
  font-size: 14px;
  line-height: 20px;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-section .homepage-bottom-section-logo {
  height: 40px;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-section.word .homepage-bottom-section-logo img {
  width: 44px;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-section .homepage-bottom-section-logo-group {
  margin-left: 48px;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-section.desktop .homepage-bottom-section-logo-group {
  padding-top: 3px;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-section .homepage-bottom-section-logo-group .right {
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-right: 3px;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-section .homepage-bottom-section-logo-group i {
  font-size: 18px;
  vertical-align: top;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-section-title {
  color: #22223D;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-top: 100px;
  margin-bottom: 20px;
  text-align: center;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-top .homepage-bottom-section {
  height: 210px;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-bottom .homepage-bottom-section {
  padding-bottom: 10px;
}
.ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-bottom .homepage-bottom-section a {
  color: #22223D;
}
.ginger-page-home-page section.homepage-bottom-mobile {
  padding-top: 54px;
  padding-bottom: 56px;
  text-align: center;
}
.ginger-page-home-page section.homepage-bottom-mobile h2 {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
}
.ginger-page-home-page .homepage-bottom-mobile.ginger-lead p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 15px 0 30px 0;
  color: #22223D;
}
.ginger-page-home-page .homepage-bottom-mobile-also-title {
  color: #787878;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.ginger-page-home-page .homepage-bottom-mobile-also-container {
  display: flex;
  flex-direction: row;
  text-align: center;
}
.ginger-page-home-page .homepage-bottom-mobile-also-container-item {
  color: #424278;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  flex: auto;
  text-transform: uppercase;
}
.ginger-page-home-page .homepage-bottom-mobile-also-container-item-icons {
  color: #787878;
  margin-bottom: 12px;
  font-size: 24px;
  vertical-align: top;
}
.ginger-page-home-page .homepage-bottom-mobile-also-container-item-icons img {
  vertical-align: top;
}
.ginger-page-home-page .testimonial-fix-height {
  height: 278px;
}
@media (min-width: 992px) {
  .ginger-page-home-page .ginger-right-padding {
    padding-right: 60px;
  }
  .ginger-page-home-page .ginger-right-padding .testimonial-pager {
    left: -45px;
  }
  .ginger-page-home-page .ginger-left-padding {
    padding-left: 60px;
  }
  .ginger-page-home-page .ginger-left-padding .testimonial-pager {
    left: 45px;
  }
  .ginger-page-home-page .testimonial-left,
  .ginger-page-home-page .testimonial-left .testimonial-pager {
    margin-left: -20px;
  }
  .ginger-page-home-page .testimonial-right,
  .ginger-page-home-page .testimonial-right .testimonial-pager {
    margin-left: 20px;
  }
  .ginger-page-home-page .homepage-correct-multiple .ginger-right-padding {
    padding-right: 20px;
  }
  .ginger-page-home-page .homepage-smart-alternatives .ginger-left-padding {
    padding-left: 20px;
  }
  .ginger-page-home-page .homepage-smart-alternatives .testimonial {
    margin-top: -72px;
  }
  .ginger-page-home-page .ginger-hero img[alt="Ginger magnum right"] {
    width: 100%;
  }
  .ginger-page-home-page .col-md-5ths {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .ginger-page-home-page .testimonial {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .ginger-page-home-page .testimonial .testimonial-step {
    padding: 0;
  }
  .ginger-page-home-page .ginger-image-with-shadow {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .ginger-page-home-page .ginger-lead p {
    text-align: center;
  }
  .ginger-page-home-page .ginger-footer-menu-new .container {
    width: 100%;
  }
  .ginger-page-home-page .ginger-hero {
    text-align: center;
    padding-bottom: 50px;
  }
  .ginger-page-home-page .ginger-hero .ginger-hero-intro {
    margin-bottom: 42px;
  }
  .ginger-page-home-page .ginger-hero-bottom {
    width: 100%;
  }
  .ginger-page-home-page .testimonial-pager {
    display: none;
  }
  .ginger-page-home-page .container {
    width: 450px;
  }
  .ginger-page-home-page section.homepage-correct-multiple {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .ginger-page-home-page .homepage-smart-alternatives {
    padding-top: 40px;
  }
  .ginger-page-home-page .homepage-smart-alternatives-block {
    text-align: left;
  }
  .ginger-page-home-page .homepage-smart-alternatives-block img {
    margin-bottom: 30px;
  }
  .ginger-page-home-page .homepage-correct-multiple {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .ginger-page-home-page .homepage-correct-multiple.ginger-lead .container p {
    text-align: left;
    margin-top: 20px;
    font-size: 16px;
  }
  .ginger-page-home-page section.homepage-smart-alternatives {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .ginger-page-home-page section.homepage-smart-alternatives .homepage-smart-alternatives-block {
    margin-top: 30px;
  }
  .ginger-page-home-page .ginger-lead h2 {
    margin-bottom: 30px;
  }
  .ginger-page-home-page .btn-cta-ios {
    min-height: 50px;
  }
  .ginger-page-home-page .homepage-smart-alternatives-tc {
    margin-top: 70px;
    margin-bottom: 28px;
  }
  .ginger-page-home-page .homepage-bottom-mobile {
    padding-bottom: 40px;
  }
  .ginger-page-home-page section.homepage-bottom-2 .homepage-bottom-section {
    margin-bottom: 15px;
  }
  .ginger-page-home-page .testimonial-fix-height {
    height: 298px;
  }
  .ginger-page-home-page section.homepage-smart-alternatives .homepage-smart-alternatives-block img.img-responsive {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ginger-page-home-page .container {
    width: auto;
    max-width: 340px;
  }
  .ginger-page-home-page .ginger-hero {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .ginger-page-home-page .ginger-hero h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .ginger-page-home-page .ginger-hero .ginger-hero-intro {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ginger-page-home-page .ginger-hero-bottom {
    margin-top: 40px;
  }
  .ginger-page-home-page section.homepage-correct-multiple {
    padding-top: 30px;
  }
  .ginger-page-home-page section.homepage-smart-alternatives {
    padding-top: 30px;
  }
  .ginger-page-home-page section.homepage-smart-alternatives .homepage-smart-alternatives-block {
    margin-top: 0;
  }
  .ginger-page-home-page section.homepage-bottom-mobile {
    padding-top: 30px;
  }
  .ginger-page-home-page .ginger-lead h2 {
    margin-bottom: 20px;
    line-height: 30px;
  }
  .ginger-page-home-page .ginger-lead p {
    font-size: 18px;
    text-align: center;
  }
  .ginger-page-home-page .ginger-lead h2 {
    font-size: 20px;
  }
  .ginger-page-home-page .homepage-bottom-mobile {
    padding-top: 30px;
  }
  .ginger-page-home-page .homepage-smart-alternatives {
    padding-bottom: 0;
  }
  .ginger-page-home-page .homepage-smart-alternatives .homepage-smart-alternatives-block {
    margin-top: 20px;
  }
  .ginger-page-home-page section.homepage-smart-alternatives .homepage-smart-alternatives-block img {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .ginger-page-home-page .homepage-bottom-mobile {
    padding-bottom: 20px;
  }
  .ginger-page-home-page .testimonial-fix-height {
    height: 230px;
  }
}
@media (max-width: 310px) {
  .ginger-page-home-page .testimonial-fix-height {
    height: 198px;
  }
}
@media (max-width: 260px) {
  .ginger-page-home-page .testimonial-fix-height {
    height: 168px;
  }
}
.ginger-wp-button {
  font-size: 16px;
  color: #fff !important;
  line-height: 1em;
  border-radius: 6px;
  padding: 12px 22px;
  background: #20b1c9;
  display: inline-block;
  font-weight: 400;
  border: none;
}
.ginger-wp-button:hover {
  text-decoration: none;
  background: #1c9aaf;
}