body {
  font-family: 'proxima_nova_altlight';
  color: #383838;
  font-size: 40px;
  color: #000; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.h100 {
  height: 100%; }

.relative {
  position: relative; }

.full-height {
  width: 100%;
  height: 100vh; }

#fp-nav ul li .fp-tooltip {
  color: #ccc; }

#fp-nav ul li a span {
  background: #ddd; }

.btm-border {
  background: linear-gradient(to right, #d6213f 40%, #a33482 60%);
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0; }
  @media (max-width: 1024px) {
    .btm-border {
      display: none; } }
  @media (max-width: 767px) {
    .btm-border {
      display: none; } }
  @media (max-width: 576px) {
    .btm-border {
      display: none; } }

.section {
  padding: 0 50px; }
  @media (max-width: 991px) {
    .section {
      border-bottom: 2px solid #ccc; } }
  .section:last-child {
    border-bottom: none; }
  .section .header {
    position: absolute;
    top: 15px;
    left: 0;
    padding: 0 50px;
    display: block; }
    @media (max-width: 567px) {
      .section .header {
        position: inherit;
        padding: 0 20px; } }
    .section .header .left {
      text-align: left;
      display: flex;
      align-items: center; }
      .section .header .left .logo {
        border-right: 1px solid #d1d1d1;
        display: inline-block;
        padding-right: 15px;
        width: 150px; }
        @media (max-width: 991px) {
          .section .header .left .logo {
            width: 35%; } }
        @media (max-width: 767px) {
          .section .header .left .logo {
            width: 44%;
            display: inline-block;
            justify-content: center;
            align-items: center; } }
        .section .header .left .logo img {
          max-width: 100%; }
          @media (max-width: 767px) {
            .section .header .left .logo img {
              margin-top: 0px; } }
      .section .header .left .title {
        display: inline-block;
        font-size: 30px;
        font-family: 'proxima_nova_altsemibold';
        padding-left: 15px;
        color: #000; }
        @media (max-width: 991px) {
          .section .header .left .title {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .section .header .left .title {
            font-size: 15px; } }
        @media (max-width: 567px) {
          .section .header .left .title {
            font-size: 12px; } }
    .section .header .right {
      text-align: right;
      position: relative; }
      @media (max-width: 767px) {
        .section .header .right {
          text-align: center; } }
      .section .header .right img {
        max-width: 70%;
        margin-right: -55px;
        margin-top: 0px; }
        @media (min-width: 1600px) {
          .section .header .right img {
            max-width: 60%; } }
        @media (max-width: 991px) {
          .section .header .right img {
            position: absolute;
            top: 5px;
            right: -50px;
            margin-right: inherit;
            margin-top: inherit;
            max-width: 92%; } }
        @media (max-width: 768px) {
          .section .header .right img {
            position: absolute;
            top: 0px;
            right: -34px;
            margin-right: inherit;
            margin-top: inherit;
            max-width: 140%; } }
        @media (max-width: 576px) {
          .section .header .right img {
            position: absolute;
            top: 0px;
            right: -10px;
            margin-right: inherit;
            margin-top: inherit;
            max-width: 140%; } }
      @media (min-width: 992px) {
        .section .header .right .black {
          display: none; } }
      @media (max-width: 991px) {
        .section .header .right .white {
          display: none; } }

/*-------section1--------*/
#section1 {
  position: relative;
  background-image: url(../images/cura/contact-bg1.svg), url(../images/cura/contact-bg2.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 40%, 40%;
  background-color: #f3f6f8;
  margin: 0; }
  @media (max-width: 991px) {
    #section1 {
      padding: 50px 0;
      height: auto !important; } }
  #section1 .copyright {
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center; }
  #section1 .swing-live {
    display: flex;
    justify-content: center;
    align-items: center; }
    #section1 .swing-live .title h1 {
      padding: 0 0 40px 0;
      display: block;
      font-size: 50px;
      font-family: 'proxima_nova_altbold';
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        #section1 .swing-live .title h1 {
          font-size: 27px;
          padding-bottom: 20px; } }
    #section1 .swing-live .left-1 {
      background: #fff;
      padding: 68px 0px;
      border-right: 1px solid #f2f5f7;
      border-radius: 60px 0 0 60px;
      box-shadow: 0px 0px 20px #dddddd;
      position: relative; }
      @media (max-width: 1024px) {
        #section1 .swing-live .left-1 {
          padding: 73px 0; } }
      @media (max-width: 767px) {
        #section1 .swing-live .left-1 {
          padding: 35px;
          border-radius: 40px 40px 0 0;
          border-bottom: 3px solid #f2f5f7; } }
      #section1 .swing-live .left-1 span {
        text-align: center;
        display: block;
        margin-top: 40px; }
        #section1 .swing-live .left-1 span p {
          font-size: 13px;
          text-transform: uppercase;
          color: #fff;
          background: #252627;
          border-radius: 10px;
          padding: 3.3px 10px 2px 10px;
          line-height: 11px;
          letter-spacing: 1px;
          display: inline-block;
          position: absolute;
          left: 34%;
          transform: translate(-50%, -50%);
          margin-bottom: 0;
          top: 36%; }
        @media (max-width: 991px) {
          #section1 .swing-live .left-1 span {
            border-radius: 0 70px 70px 0; } }
        #section1 .swing-live .left-1 span img {
          max-width: 51%; }
    #section1 .swing-live .right-1 {
      background: #fff;
      padding: 66px 50px;
      border-radius: 0 60px  60px 0;
      box-shadow: 10px 0px 20px #dddddd; }
      @media (max-width: 1500px) {
        #section1 .swing-live .right-1 {
          padding: 65px 50px; } }
      @media (max-width: 767px) {
        #section1 .swing-live .right-1 {
          padding: 35px;
          border-radius: 0 0 40px 40px;
          box-shadow: 10px 10px 20px #dddddd; } }
      #section1 .swing-live .right-1 span {
        font-size: 17px;
        display: block;
        color: #000;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 767px) {
          #section1 .swing-live .right-1 span {
            padding-left: 0px;
            text-align: center; } }
        #section1 .swing-live .right-1 span img {
          max-width: 52%;
          display: block;
          margin-top: 10px;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            #section1 .swing-live .right-1 span img {
              max-width: 50%;
              margin: 10px auto; } }
  @media (max-width: 767px) {
    #section1 .row {
      margin: 0 15px; } }

/*-------section2--------*/
#section2 {
  position: relative;
  background-image: url(../images/cura/bg2a.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 75%;
  margin: 0; }
  @media (max-width: 991px) {
    #section2 {
      background: none; } }
  #section2 .header .logo {
    border: none; }
  #section2 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 30px 15px 0px;
    font-size: 60px;
    color: #000; }
    @media (max-width: 767px) {
      #section2 h2 {
        font-size: 30px;
        padding: 30px 0; } }
    #section2 h2 span {
      font-weight: bold;
      border-bottom: 4px solid #ed3e51; }
  #section2 p {
    display: block;
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      #section2 p {
        font-size: 18px;
        line-height: 27px; } }

/*-------section3--------*/
#section3 {
  position: relative;
  background: url(../images/cura/bg3.jpg) no-repeat 88% bottom;
  background-size: 35%; }
  @media (max-width: 991px) {
    #section3 {
      background: none; } }
  #section3 .header .logo {
    border: none; }
  @media (max-width: 991px) {
    #section3 .container-fluid {
      padding: 0; } }
  #section3 .left-2 h2 {
    padding: 20px 0 10px 0;
    display: block;
    font-family: 'proxima_nova_altsemibold'; }
    @media (max-width: 991px) {
      #section3 .left-2 h2 {
        margin-top: 30px; } }
  #section3 .left-2 p {
    display: block;
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      #section3 .left-2 p {
        font-size: 18px;
        line-height: 27px; } }
  #section3 .right-2 {
    padding-left: 80px; }
    @media (max-width: 991px) {
      #section3 .right-2 {
        padding-left: 20px;
        padding-bottom: 20px; } }
    #section3 .right-2 h2 {
      padding: 20px 0 10px 0;
      display: block;
      font-family: 'proxima_nova_altsemibold';
      width: 100%; }
    #section3 .right-2 ul.points {
      display: block;
      width: 100%; }
      #section3 .right-2 ul.points li {
        font-size: 20px;
        line-height: 30px;
        list-style: none;
        padding: 5px 0 0 20px;
        background: url(../images/cura/bullet2.svg) no-repeat 0px 18px;
        margin-bottom: 10px; }

/*-------section4--------*/
#section4 {
  position: relative;
  overflow: hidden; }
  #section4 .header .logo {
    border: none; }
  #section4 .screen {
    display: block;
    height: 100vh; }
    @media (max-width: 991px) {
      #section4 .screen {
        height: auto; } }
    #section4 .screen img {
      position: absolute;
      bottom: 14%;
      left: 50%;
      width: 95%;
      transform: translateX(-50%); }
      @media (max-width: 991px) {
        #section4 .screen img {
          position: inherit;
          bottom: 0px;
          margin-top: 40px; } }

/*-------section5--------*/
#section5 {
  position: relative;
  background-image: url(../images/cura/bg-5.jpg);
  background-position: 75% top;
  background-repeat: no-repeat;
  background-size: 25%;
  margin: 0; }
  @media (max-width: 991px) {
    #section5 {
      background: none; } }
  #section5 ul {
    padding: 30px; }
    @media (max-width: 767px) {
      #section5 ul {
        padding: 0; } }
    #section5 ul li {
      position: relative;
      width: 100%;
      font-size: 18px;
      line-height: 23px;
      list-style: none;
      padding: 0px 15px 30px 80px;
      color: #4a4b4d;
      margin-bottom: 30px;
      border-bottom: 2px solid #ec3e51; }
      @media only screen and (min-width: 1300px) and (max-width: 1400px) {
        #section5 ul li {
          font-size: 18px; } }
      #section5 ul li strong {
        font-family: 'proxima_nova_altbold';
        color: #015099;
        width: 100%; }
      #section5 ul li p {
        width: 100%;
        padding-top: 5px;
        margin: 0;
        color: #000;
        font-size: 23px;
        line-height: 27px; }
        @media (max-width: 991px) {
          #section5 ul li p {
            font-size: 18px;
            line-height: 27px; } }
        @media (max-width: 576px) {
          #section5 ul li p br {
            display: none; } }
      #section5 ul li span {
        position: absolute;
        color: #eeeeee;
        margin-bottom: 15px;
        font-family: 'proxima_nova_altbold';
        font-size: 95px;
        left: 13px;
        top: 28px;
        text-align: center; }
      #section5 ul li:last-child {
        margin-bottom: 0; }

/*-------section6--------*/
#section6 {
  position: relative;
  background-image: url(../images/cura/bg2.jpg);
  background-position: 85% center;
  background-repeat: no-repeat;
  background-size: 21%;
  margin: 0; }
  @media (max-width: 991px) {
    #section6 {
      background: none; } }
  #section6 .header .logo {
    border: none; }
  #section6 h2 {
    padding: 0;
    margin: 0;
    display: block;
    padding: 0 30px 15px 0px;
    color: #000;
    font-family: 'proxima_nova_altsemibold'; }
    @media (max-width: 576px) {
      #section6 h2 {
        font-size: 24px; } }
  #section6 p {
    display: block;
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      #section6 p {
        font-size: 18px;
        line-height: 27px; } }

/*-------section7--------*/
#section7 {
  position: relative;
  overflow: hidden;
  background-image: url(../images/cura/bg-7.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 30%;
  margin: 0; }
  @media (max-width: 991px) {
    #section7 {
      background: none; } }
  #section7 .support {
    margin-top: 8%;
    display: flex; }
    @media (max-width: 767px) {
      #section7 .support {
        margin-top: 11%; } }
    #section7 .support .box {
      width: 100%;
      padding: 25px 50px 50px 0px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #section7 .support .box {
          padding: 20px; } }
      #section7 .support .box h2 {
        padding: 0;
        margin: 0;
        border-left: 5px solid #ec3e51;
        display: block;
        padding: 0 30px 0px 15px;
        margin-bottom: 20px;
        font-size: 23px;
        color: #000;
        font-family: 'proxima_nova_altsemibold'; }
        @media (max-width: 576px) {
          #section7 .support .box h2 {
            font-size: 24px; } }
      #section7 .support .box ul {
        padding: 0; }
        #section7 .support .box ul li {
          position: relative;
          font-size: 20px;
          line-height: 25px;
          list-style: none;
          padding: 2px 0 0 23px;
          background: url(../images/cura/bullet2.svg) no-repeat 0px 13px;
          margin-bottom: 10px; }
          @media (max-width: 991px) {
            #section7 .support .box ul li {
              font-size: 14px; } }
          #section7 .support .box ul li span {
            position: absolute;
            color: #e4e4e5;
            margin-bottom: 15px;
            font-family: 'proxima_nova_altbold';
            font-size: 55px;
            left: 0;
            top: 15px; }
          #section7 .support .box ul li:last-child {
            margin-bottom: 0; }

/*-------section8--------*/
#section8 {
  position: relative;
  overflow: hidden;
  background-image: url(../images/cura/bg-8.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 30%;
  margin: 0; }
  @media (max-width: 991px) {
    #section8 {
      background: none; } }
  #section8 .support {
    margin-top: 8%;
    display: flex; }
    @media (max-width: 767px) {
      #section8 .support {
        margin-top: 11%; } }
    #section8 .support .box {
      width: 100%;
      padding: 25px 50px 50px 0px;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #section8 .support .box {
          padding: 20px; } }
      #section8 .support .box h2 {
        padding: 0;
        margin: 0;
        border-left: 5px solid #ec3e51;
        display: block;
        padding: 0 30px 0px 15px;
        margin-bottom: 20px;
        font-size: 23px;
        color: #000;
        font-family: 'proxima_nova_altsemibold'; }
        @media (max-width: 576px) {
          #section8 .support .box h2 {
            font-size: 24px; } }
      #section8 .support .box ul {
        padding: 0; }
        #section8 .support .box ul li {
          position: relative;
          font-size: 20px;
          line-height: 25px;
          list-style: none;
          padding: 2px 0 0 23px;
          background: url(../images/cura/bullet2.svg) no-repeat 0px 13px;
          margin-bottom: 10px; }
          @media (max-width: 991px) {
            #section8 .support .box ul li {
              font-size: 14px; } }
          #section8 .support .box ul li span {
            position: absolute;
            color: #e4e4e5;
            margin-bottom: 15px;
            font-family: 'proxima_nova_altbold';
            font-size: 55px;
            left: 0;
            top: 15px; }
          #section8 .support .box ul li:last-child {
            margin-bottom: 0; }

/*-------section9--------*/
#section9 {
  position: relative;
  overflow: hidden; }
  #section9 .box-list {
    margin-top: 5%; }
    #section9 .box-list .support {
      display: flex; }
      #section9 .box-list .support .box {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0px 0px 12px #e2e2e2;
        width: 100%;
        padding: 25px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          #section9 .box-list .support .box {
            padding: 15px; } }
        #section9 .box-list .support .box p {
          margin-bottom: 0;
          font-size: 18px;
          min-height: 90px; }
          @media (min-width: 1500px) {
            #section9 .box-list .support .box p {
              font-size: 22px; } }
          @media (max-width: 1400px) {
            #section9 .box-list .support .box p {
              font-size: 21px; } }
          @media (max-width: 1300px) {
            #section9 .box-list .support .box p {
              font-size: 20px; } }
          @media (max-width: 991px) {
            #section9 .box-list .support .box p {
              min-height: inherit; } }

/*-------section10--------*/
#section10 {
  position: relative;
  overflow: hidden; }
  #section10 .screen {
    display: block;
    height: 100vh; }
    @media (max-width: 991px) {
      #section10 .screen {
        height: auto; } }
    #section10 .screen img {
      position: absolute;
      bottom: 40px;
      left: 50%;
      width: 75%;
      transform: translateX(-50%); }
      @media only screen and (min-width: 1501px) and (max-width: 1800px) {
        #section10 .screen img {
          width: 75%; } }
      @media only screen and (min-width: 1401px) and (max-width: 1500px) {
        #section10 .screen img {
          width: 80%; } }
      @media only screen and (min-width: 1300px) and (max-width: 1400px) {
        #section10 .screen img {
          width: 72%; } }
      @media (max-width: 991px) {
        #section10 .screen img {
          position: inherit;
          bottom: 0px;
          margin-top: 40px; } }

/*-------section11--------*/
#section11 {
  position: relative; }
  #section11 .screen {
    display: block;
    height: 100vh; }
    @media (max-width: 991px) {
      #section11 .screen {
        height: auto; } }
    #section11 .screen img {
      position: absolute;
      bottom: 0px;
      left: 50%;
      width: 91%;
      transform: translateX(-50%); }
      @media (max-width: 991px) {
        #section11 .screen img {
          position: inherit;
          bottom: 0px;
          margin-top: 40px; } }
      @media only screen and (min-width: 1300px) and (max-width: 1400px) {
        #section11 .screen img {
          width: 87%; } }
      @media only screen and (min-width: 1401px) and (max-width: 1500px) {
        #section11 .screen img {
          width: 96%; } }

/*-------section12--------*/
#section12 {
  position: relative; }
  #section12 .screen {
    display: block;
    height: 100vh; }
    @media (max-width: 991px) {
      #section12 .screen {
        height: auto; } }
    #section12 .screen img {
      position: absolute;
      bottom: 0px;
      left: 50%;
      width: 91%;
      transform: translateX(-50%); }
      @media (max-width: 991px) {
        #section12 .screen img {
          position: inherit;
          bottom: 0px;
          margin-top: 40px; } }
      @media only screen and (min-width: 1300px) and (max-width: 1400px) {
        #section12 .screen img {
          width: 87%; } }
      @media only screen and (min-width: 1401px) and (max-width: 1500px) {
        #section12 .screen img {
          width: 96%; } }

/*-------section13/14/15/16/17--------*/
#section13, #section14, #section15, #section16, #section17 {
  position: relative; }
  #section13 .screen, #section14 .screen, #section15 .screen, #section16 .screen, #section17 .screen {
    display: block;
    height: 100vh; }
    @media (max-width: 991px) {
      #section13 .screen, #section14 .screen, #section15 .screen, #section16 .screen, #section17 .screen {
        height: auto; } }
    #section13 .screen img, #section14 .screen img, #section15 .screen img, #section16 .screen img, #section17 .screen img {
      position: absolute;
      bottom: 0px;
      left: 50%;
      width: 95%;
      transform: translateX(-50%); }
      @media (max-width: 991px) {
        #section13 .screen img, #section14 .screen img, #section15 .screen img, #section16 .screen img, #section17 .screen img {
          position: inherit;
          bottom: 0px;
          margin-top: 40px; } }
      @media only screen and (min-width: 1300px) and (max-width: 1400px) {
        #section13 .screen img, #section14 .screen img, #section15 .screen img, #section16 .screen img, #section17 .screen img {
          width: 90%; } }
      @media only screen and (min-width: 1401px) and (max-width: 1500px) {
        #section13 .screen img, #section14 .screen img, #section15 .screen img, #section16 .screen img, #section17 .screen img {
          width: 100%; } }
      @media only screen and (min-width: 1501px) and (max-width: 2000px) {
        #section13 .screen img, #section14 .screen img, #section15 .screen img, #section16 .screen img, #section17 .screen img {
          width: 91%; } }

/*-------section18/19/20--------*/
#section18, #section19, #section20 {
  position: relative; }
  #section18 .screen, #section19 .screen, #section20 .screen {
    display: block;
    height: 100vh; }
    @media (max-width: 991px) {
      #section18 .screen, #section19 .screen, #section20 .screen {
        height: auto; } }
    #section18 .screen img, #section19 .screen img, #section20 .screen img {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 76%;
      bottom: 50%;
      transform: translate(-50%, 55%); }
      @media (max-width: 991px) {
        #section18 .screen img, #section19 .screen img, #section20 .screen img {
          position: inherit;
          margin-top: 40px; } }

/*-------section21--------*/
#section21 {
  position: relative;
  background-image: url(../images/cura/contact-bg1.svg), url(../images/cura/contact-bg2.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 40%, 40%;
  margin: 0; }
  #section21 .thanks {
    width: 80%;
    padding: 25px 0;
    margin: 0 auto;
    font-size: 100px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'renogareregular';
    border-bottom: 4px solid red; }
    @media (max-width: 991px) {
      #section21 .thanks {
        width: 95%;
        font-size: 80px; } }
    @media (max-width: 767px) {
      #section21 .thanks {
        font-size: 60px; } }
    @media (max-width: 576px) {
      #section21 .thanks {
        font-size: 40px; } }
  #section21 .welcome-bottom-links {
    margin: 50px 0; }
    #section21 .welcome-bottom-links .bt-links {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      #section21 .welcome-bottom-links .bt-links .lists {
        margin: 10px; }
        #section21 .welcome-bottom-links .bt-links .lists p.border-line {
          border-right: 1px solid #707070;
          padding-right: 40px;
          padding-left: 20px;
          font-size: 25px; }
          @media (max-width: 991px) {
            #section21 .welcome-bottom-links .bt-links .lists p.border-line {
              font-size: 20px;
              border-right: 0PX; }
              #section21 .welcome-bottom-links .bt-links .lists p.border-line .bor-none {
                border: none; } }
          @media (max-width: 767px) {
            #section21 .welcome-bottom-links .bt-links .lists p.border-line {
              font-size: 17px; } }
          @media (max-width: 576px) {
            #section21 .welcome-bottom-links .bt-links .lists p.border-line {
              border: none; } }
          #section21 .welcome-bottom-links .bt-links .lists p.border-line img {
            margin-top: 0px; }
          @media (max-width: 991px) {
            #section21 .welcome-bottom-links .bt-links .lists p.border-line .web {
              width: 10%; }
            #section21 .welcome-bottom-links .bt-links .lists p.border-line .mail {
              width: 10%; }
            #section21 .welcome-bottom-links .bt-links .lists p.border-line .tel {
              width: 12%; } }
          @media (max-width: 767px) {
            #section21 .welcome-bottom-links .bt-links .lists p.border-line .web {
              width: 9%; }
            #section21 .welcome-bottom-links .bt-links .lists p.border-line .mail {
              width: 9%; }
            #section21 .welcome-bottom-links .bt-links .lists p.border-line .tel {
              width: 13%; } }
          #section21 .welcome-bottom-links .bt-links .lists p.border-line span {
            padding-left: 10px; }
            #section21 .welcome-bottom-links .bt-links .lists p.border-line span a {
              color: #333; }
              #section21 .welcome-bottom-links .bt-links .lists p.border-line span a:hover {
                color: #000;
                text-decoration: none; }
        #section21 .welcome-bottom-links .bt-links .lists .b-none {
          border-right: none !important; }
  #section21 .footer-logo {
    margin: 0 auto;
    text-align: center; }
    #section21 .footer-logo img {
      width: 220px; }

@media (max-width: 991px) {
  .fp-tableCell {
    height: auto !important; } }

#section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13, #section14, #section15, #section16, #section17, #section18, #section19, #section20, #section21 {
  font-size: 20px; }
  @media (max-width: 991px) {
    #section2, #section3, #section4, #section5, #section6, #section7, #section8, #section9, #section10, #section11, #section12, #section13, #section14, #section15, #section16, #section17, #section18, #section19, #section20, #section21 {
      height: auto !important;
      padding: 30px 20px !important; }
      #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2, #section8 h2, #section9 h2, #section10 h2, #section11 h2, #section12 h2, #section13 h2, #section14 h2, #section15 h2, #section16 h2, #section17 h2, #section18 h2, #section19 h2, #section20 h2, #section21 h2 {
        font-size: 25px !important; } }
  @media (max-width: 768px) {
    #section2 h2, #section3 h2, #section4 h2, #section5 h2, #section6 h2, #section7 h2, #section8 h2, #section9 h2, #section10 h2, #section11 h2, #section12 h2, #section13 h2, #section14 h2, #section15 h2, #section16 h2, #section17 h2, #section18 h2, #section19 h2, #section20 h2, #section21 h2 {
      font-size: 20px !important; } }
  @media (max-width: 567px) {
    #section2 .container-fluid, #section3 .container-fluid, #section4 .container-fluid, #section5 .container-fluid, #section6 .container-fluid, #section7 .container-fluid, #section8 .container-fluid, #section9 .container-fluid, #section10 .container-fluid, #section11 .container-fluid, #section12 .container-fluid, #section13 .container-fluid, #section14 .container-fluid, #section15 .container-fluid, #section16 .container-fluid, #section17 .container-fluid, #section18 .container-fluid, #section19 .container-fluid, #section20 .container-fluid, #section21 .container-fluid {
      padding: 0; } }

/*# sourceMappingURL=cura.css.map */
