/* 
    Created on : 22-feb-2020, 14.12.05
    Author     : davide
*/

html,body
{
      font-family: 'Noto Sans', sans-serif;
      font-weight: normal;
      
}
*:focus
{
    outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus 
{
  -webkit-text-fill-color: #5537ff;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}
main.hidden
{
      opacity: 0;
}
button
{
    -moz-appearance: none;
    -mwebkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
}
a
{
      text-decoration: none
}
p
{
    font-size: 0.8rem;
    line-height: 20px;
    color: #5b5b5b;
    margin-bottom: 15px;
}
strong
{
      font-weight: 700;
     
}
a.link.on-bg
{
      color: #1fffaa;
      text-decoration: underline;
}
p a,a.link
{
      color: #5537ff;
      text-decoration: underline;
}
p a.link.on-bg
{
      color: #1fffaa;
}
p a:hover, a.link:hover
{
      color: #1fffaa;
}
cite
{
      color: #333
}
input
{
      filter: none !important;
      -webkit-appearance: none;
      -moz-appearance: none;
}
.underline
{
      text-decoration: underline;
}
.filter-grayscale
{
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      filter: grayscale(100%);
}
.filter-brightness
{
       filter: brightness(0) invert(1);
      transition: all 0.5s ease;
}
.img-grayscale
{
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: all 0.3s ease;
}
.img-grayscale:hover
{
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(00%);
      filter: grayscale(0%);
      transition: all 0.3s ease;
}
.img-brightness
{
      filter: brightness(0) invert(1);
}
.img-brightness:hover
{
      filter:invert(0) brightness(100%);
}
.input.on-dark:focus,.textarea.on-dark:focus
{
      box-shadow: 0px 0px 8px #5537ff;
}
.input.on-white:focus
{
      box-shadow: 0px 0px 2px #5537ff;
      border: 1px solid #5537ff
}
.input.on-dark
{
      color: #5537ff;
}
.input::placeholder,.textarea::placeholder
{
  color: #999
}
.input,.textarea
{
    background-color: #fff;
    text-decoration: none;
    box-shadow: none;
    text-shadow:none;
    border: none;
    color: #5B5B5B;
    width: 100%;
    height: 45px;
    border-radius: 2px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 0.7rem;
    
}
.input.on-white,.textarea.on-white
{
    border: 1px solid #898989;
    color: #5537ff;
}
.input.error
{
      border: 1px solid red;
}
.input.radio,input.checkbox
{
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: 2px solid #1fffaa;
      border-radius: 100px;
      vertical-align: middle;
      margin-right: 5px;
      margin-left: 0 !important;
      display: inline-block;
      
}
.input.checkbox
{
      border-radius: 0;
}
.input.radio:checked,.input.checkbox:checked
{
      background-color: #1fffaa;
}
.textarea
{
    height: 100px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.7rem;
    padding: 10px;
    color: #5537ff;
    
}
.label
{
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 8px;
    color: #5B5B5B;
}
.label.on-dark
{
    color: #fff !important;
    
}
.label.radio,.label.checkbox
{
      vertical-align: middle;
      margin-right: 5px;
      font-size: 0.8rem;
      color: #5B5B5B;
      display: inline-block;
      margin-top: -2px;
}
.bg-gray-light
{
    background-color: #F4F4F4;
}
.bg-blue-dark
{
    background-color: #140F2D
}
.color-pr
{
    color: #5537ff;
}
.color-white
{
    color: #fff;
}
.color-dark
{
    color: #140f2d !important;
}
a.button:hover
{
      background-color: #1fffaa;
      color: #5537ff;
      transition: all 300ms ease-out;
}
.button
{
    border: none;
    border-radius: 200px;
    padding: 13px 70px;
    background-color:#5537ff;
    color:#1fffaa;
    font-weight: 400;
    font-size: 0.8rem;
    margin: 20px auto auto;
    display: inline-block;
    transition: all 300ms ease-out;
    cursor: pointer;
}
.button.submit
{
       margin: 5px auto auto;
}
.button:hover
{
      background-color:#1fffaa;
      color:#5537ff;
      transition: all 300ms ease;
}
.button.on-dark
{
    background-color: #1fffaa;
    color: #5537ff;
}
.button.on-dark:hover
{
    background-color: #F4F4F4;
    color: #140f2d;
}
.button.left
{
    margin-left: 0;
    padding: 12px 90px 12px 30px;
}
.button.left.long
{
    padding: 13px 30px 13px 30px;
}
.display-none
{
    display: none;
}
.no-padding-global
{
    padding: 0 !important;
}
.bold
{
      font-weight: 700;
}
.sep
{
      margin-bottom: 30px
}
.sep.flip
{
       transform: scaleX(-1);
}
img.flip-h
{
       transform: scaleX(-1);
}
#bg-jt
{
    position: absolute;
    width: 210vw;
    opacity: 0.04;
    right: -340px;
    top: 60px;
    z-index: 1;
}
#oval
{
      opacity: 0;
      display: none
}
 .jt-A .button 
 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    text-align: center;
    padding: 13px 10px;
}
.jt-A .button.ccf 
 {
       width: 94px;
}
.jt-A .button .long
 {
    width: 220px;
}
.jt-A
{
    padding: 90px 0px 20px;
    background-color: transparent;
    height: 100vh
}
#content-jt
{
      position: absolute;
      bottom: 55px;
}
.ill,.ill-sec
{
    display: block;
    width: 94%;
    margin: auto;
}
.jt-A h1
{
    font-size: 1.6rem;
    text-align: center;
    margin: 35px 0 10px;
    color:#140f2d;
    line-height: 28px;
}
.jt-A h2
{
    font-size: 0.9rem;
    text-align: center;
    color: #5B5B5B;
    font-weight: 400;
    margin-bottom: 5px;
}
.section-global.padding-top
{
      padding-top: 30px
}
.air-bottom
{
    padding-bottom: 30px
}
.section-global.dark h2
{
    color: #fff;
}
.section-global.dark h3
{
    color: #1fffaa;
}
.section-icon
{
    width: 50px;
    height: 50px;
    background-color: #5537ff;
    color: #1fffaa;
    text-align: center;
    border-radius: 200px;
    display: block;
    margin: auto;
    line-height: 50px;
    font-size: 1.2rem;
}
.section-icon.on-dark
{
    background-color: #1fffaa;
    color: #5537ff;
}
.section-global h2
{
    font-size: 1.5rem;
    color: #140F2D;
    text-align: center;
    margin: 15px auto 30px;
}
.section-global h2.alt
{
    color: #5537ff;
}
.section-global h3
{
    font-size: 1.3rem;
    color: #140F2D;
    margin: 50px auto 15px;
}
.section-global h3.small
{
    font-size: 1.1rem;
}
#services h3
{
    margin: 0 auto 10px 0;
    
}
#services .button
{
    margin-bottom: 60px;
    margin-top: 0px;
}
.list-p li
{
     list-style: none;
     font-size: 0.8rem;
     margin-bottom: 5px;
     color: #5B5B5B;
     
}
.list-p
{
      margin-left: 0px;
      margin-bottom: 10px
}
.list-p .circle
{
      width: 8px;
      height: 8px;
      border-radius: 100px;
      background-color:#1fffaa;
      display: inline-block;
      margin-right: 10px;
     
}
.list-p .text
{
      display: inline-block;
      width: calc(100% - 30px);
      vertical-align: top;
}
#link-oam
{
      width: 60px;
      margin-top: 15px;
}
#row-table
{
      margin-top: 10px;
      margin-bottom: 10px
}
#row-table .fl-box.title
{
      background-color: #5537ff;
      color: #fff;
      font-size: 0.9rem;
      padding: 12px 20px;
      margin-bottom: 2px;
      border-radius: 3px;
      font-weight: 700
}
#row-table .td
{
      background-color: #F4F4F4;
      color: #333;
      font-size: 0.8rem;
      padding: 10px 15px;
      border-radius: 3px;
      margin-bottom: 2px
}
#row-table ul
{
      margin-left: 15px
}
#row-table strong
{
      color: #140f2d !important;
}
#wrapper-loading
{
      background-color: #5537ff;
      position: fixed;
      width: 100vw;
      height: 100vh;
      left: 0;
      top: 0;
      z-index:20;
      text-align: center
}
#wrapper-loading img
{
      width: 120px;
      position: absolute;
      height: 100px;
      display: block;
      left: 50%;
      margin-left: -60px;
      top: 50%;
      margin-top: -50px;
}
#wrapper-loading.hidden
{
      opacity: 0;
      transition: all 1200ms ease;
}
#wrapper-loading.out
{
      display: none !important;
}
.container-chevron
{
      position: fixed;
      width: 100px;
      left: 50%;
      margin-left: -50px;
      text-align: center;
      opacity: 1;
      transition: all 300ms;
      animation-name: chevron;
      animation-duration: 700ms;
      animation-direction:alternate;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      display: none;
      
      
}
.chevron
{
      font-size: 28px;
}
.container-chevron.hidden
{
      opacity: 0;
      transition: all 300ms;
}
@keyframes chevron
{
      from
      {
            bottom:30px;
            color: #5537ff;
      }
      to 
      {
            bottom:20px;
            color: #1fffaa;
      }
}

#privacy-box
{
      position: fixed;
      background-color: #fff;
      margin-left: 15px;
      padding: 30px;
      bottom: 15px;
      display: flex;
      width: calc(100vw - 30px);
      box-shadow: 0 0 6px rgba(0,0,0,0.4);
      justify-content: center;
      z-index: 9;
}
#privacy-box.out
{
      opacity: 0;
      transition: all 300ms ease-in-out;
}
#privacy-box-inner
{
      width: 90%;
}
#container-btn
{
      display: flex;
      gap:10px;
}
.btn-privacy
{
      text-align: center;
      background-color: #5537ff;
      color: #1fffaa;
      box-shadow: 0 0 6px rgba(0,0,0,0.4);
      flex: 1;
      font-size: 13px;
      height: auto;
      padding: 10px;
      border-radius: 2px;
      margin-top: 5px;
      cursor: pointer;
       transition: all 300ms ease-in-out;
}
.btn-privacy:hover
{
      background-color: #1fffaa;
      color: #5537ff;
       transition: all 300ms ease-in-out;
}



@media only screen and (min-width:480px)
{
      #bg-jt 
      {
            top: 70px;
      }
      .jt-A h1 
      {
            font-size: 1.8rem;
            margin: 40px 0 15px;
      }
      .jt-A h2
      {
            font-size: 1rem;
      }
      .button
      {
            padding: 14px 65px;
            font-size: 0.9rem;
            margin: 25px auto auto;
      }
      .ill,.ill-sec
      {
            width: 300px
      }
      #bg-jt
      {
            width: 820px;
      }
      .jt-A 
      {
            padding: 140px 0px 20px;
      }
      .section-global h2
      {
            font-size: 1.5rem;
            margin: 18px auto 35px;
      }
      p
      {
            font-size: 0.9rem;
            line-height: 22px;
      }
      .list-p li 
      {
            font-size: 0.9rem;
            margin-bottom: 6px;
      }
      .list-p .circle
      {
            width: 10px;
            height: 10px;;
            margin-right: 12px;

      }
      .section-global h3 
      {
            font-size: 1.4rem;
            margin: 50px auto 20px;
      }
      button 
      {
            padding: 15px 80px;
            margin: 20px auto auto;
      }
      #partners img.logo
      {
            width: 200px;
            display: block;
            margin: auto
      }
      #wrapper-loading img
      {
            width: 160px;
            height: 100px;
            margin-left: -80px;
      }
      .label.radio,.label.checkbox
      {
            margin-right: 12px;
      }
      .jt-A .button.ccf 
      {
            width: auto;
      }
      
      #privacy-box
      {
            margin-left: 0;
            padding: 0px;
            bottom: 15px;
            width: 100vw;
            box-shadow: none;
            background-color: transparent;
      }
      #privacy-box-inner
      {
            width: 380px;
            box-shadow: 0 0 6px rgba(0,0,0,0.4);
            padding: 30px 40px;
            background-color: #fff;
            border-radius: 3px;
      }
      #container-btn
      {
            gap:12px;
      }
      .btn-privacy
      {
            font-size: 15px;
            padding: 12px;
            border-radius: 2px;
            margin-top: 8px;
      }
      
}
@media only screen and (min-width:840px)
{
      .jt-A 
      {
            padding: 150px 0px 20px;
      }
      .jt-A h1 
      {
            font-size: 2.2rem;
            margin: 60px 0 22px;
      }
      .jt-A .button.long
      {
         width: 250px;
     }
      .section-global h2 
      {
            font-size: 1.7rem;
      }
      .button 
      {
            padding: 13px 70px;
            font-size: 1rem;
      }
      .ill,.ill-sec
      {
            width: 380px
      }
      #bg-jt 
      {
            width: 1120px;
            top: -30px;
            right: -480px;
      }
      .jt-A h2
      {
            font-size: 1.1rem;
            margin-bottom: 5px;
      }
      .section-icon 
      {
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 1.3rem;
      }
      .section-global h2 
      {

            font-size: 1.6rem;
            margin: 20px auto 50px;

      }
      section-global h3 
      {
            font-size: 1.5rem;
      }
      #partners img.logo
      {
            width: 300px;
      }
      .button.left
      {
            margin-left: 0;
            padding: 13px 120px 13px 35px;
      }
      .button.left.long
      {
          padding: 13px 35px 13px 35px;
      }
      .section-global h3.small 
      {
            font-size: 1.3rem;
      }
      #services h3
      {
            margin-bottom: 15px
      }
      #services .button
      {
            padding: 12px 60px;
            margin-top: 10px
      }
      #oval 
      {
            width: 320px;
            position: absolute;
            right: -10px;
            top: -40px;
            z-index: 2;
            opacity: 1;
            display: block
      }
      #content-jt 
      {
            bottom: 45px;

      }
      #link-oam
      {
            width: 65px;
            margin-top: 25px;
      }
      #row-table
      {
            margin-top: 15px;
            margin-bottom: 15px
      }
      #row-table .fl-box.title
      {
            font-size: 1rem;
            padding: 15px 25px;
            margin-bottom: 3px;
      }
      #row-table .td
      {
            font-size: 0.8rem;
            padding: 20px 25px;
            margin-bottom: 2px
      }
      .label.radio,.label.checkbox
      {
            margin-right: 15px;
      }
      #privacy-box
      {
            bottom: 25px;
            justify-content: right;
            padding-right: 25px;
      }
      #privacy-box-inner
      {
            width: 420px;
            padding: 35px 50px;
      }
      #container-btn
      {
            gap:13px;
      }
      .btn-privacy
      {
            font-size: 15px;
            padding: 13px;
            margin-top: 9px;
      }
      
}
@media only screen and (min-width:1180px)
{
      .container-chevron
      {
            display: block;
      }
      .chevron
      {
            font-size: 28px;
      }
     .ill,.ill-sec
     {
            width: 460px;
      }
      #content-jt
      {
            height: 100%;
            position: relative;
      }
      .jt-A
      {
            padding: 0px 0px 20px;
      }
      .jt-A h1 
      {
            font-size: 2.4rem;
            margin: 60px 0 15px;
            text-align: left;
            line-height: 40px;
      }
      .jt-A h2 
      {
            line-height: 26px;
             text-align: left;
      }
      #bg-jt 
      {
            width: 1170px;
            top: -85px;
            right: -110px;
      }
      .jt-A 
      {
            padding: 0;
      }
      p 
      {
            font-size: 1rem;
            line-height: 28px;
      }
      .section-global h3 
      {
            font-size: 1.5rem;
            margin: 55px auto 25px;
      }
      .list-p li 
      {
            font-size: 1rem;
            margin-bottom: 13px;
      }
      .list-p .circle
      {
            width: 12px;
            height: 12px;;

      }
      .list-p .text
      {
            width: calc(100% - 30px);
            
      }
      .section-icon
      {
            font-size: 1.3rem;
      }
      #oval 
      {
            width: 410px;
            right: -75px;
            top: -40px;
      }
      .jt-A .button 
      {
            margin-left: 0;
      }
      #content-jt 
      {
            bottom: 0px;
      }
      #partners img.logo
      {
            width: 330px;
      }
      .jt-A .button 
      {
            text-align: left;
            padding: 13px 10px 13px 30px;
      }  
      #single-page h3:first-child
      {
            margin-top: 10px;
      }
      #row-table
      {
            margin-top: 20px;
            margin-bottom: 20px
      }
      #row-table .fl-box.title
      {
            font-size: 1rem;
            padding: 20px 30px;
            margin-bottom: 5px;
      }
      #row-table .td
      {
            font-size: 0.9rem;
            padding: 20px 25px;
            margin-bottom: 5px;
            height: 140px;
      }
      #row-table .td.small
      {
            height: 80px;
      }
      #row-table .td.medium
      {
            height: 200px;
      }
      #row-table .td.large
      {
            height: 480px;
      }
      .input.radio
      {
            width: 23px;
            height: 23px;
            margin-right: 8px;
      }
      .label.radio
      {
            font-size: 0.9rem;
            margin-right: 30px;
      }
      #wrapper-loading img
      {
            width: 200px;
            margin-left: -100px;
      }
      .jt-A .button.ccf 
      {
            width: 90%;
            margin: 18px auto auto 0;
      }
      
      
      #privacy-box-inner
      {
            width: 480px;
      }
      

}
@media only screen and (min-width:1460px)
{
      .chevron
      {
            font-size: 38px;
      }
      #content-jt
      {
            padding-top: 10px;
            bottom: 0;
      }
      .jt-A
      {
            padding: 0px 0px 0px;
      }
      .jt-A .row
      {
            height: 100%
      }
      .jt-A h1 
      {
            text-align: left;
            font-size: 2.8rem;
            margin: 0px 0 20px;
            line-height: 44px;
      }
      .jt-A h2 
      {
          line-height: 26px;
          text-align: left;
          font-size: 1.2rem;
          margin-bottom: 30px;
          width: 80%;
      }
      .jt-A .button
      {
            width: 240px;
            text-align: left;
           padding: 15px 40px 15px 40px;
            font-size: 1.1rem;
      }
      .jt-A .button.long
      {
         width: 280px;
          padding: 16px 40px 16px 40px;
      }
      .ill 
      {
            width: 560px;
            margin: 0 0 0 auto;
      }
      .ill-sec
      {
            width: 500px;
      }
      #bg-jt 
      {
            width: 1540px;
            top: -200px;
            right: -30px;
      }
      .section-icon 
      {
            width: 65px;
            height: 65px;
            line-height: 65px;
            font-size: 1.2rem;
      }
      
      #intro-about p.sx
      {
            padding-right: 20px;
            text-align: justify;
      }
      #intro-about p.dx
      {
            padding-left: 20px;
            text-align: justify;
      }
      .section-global h2 
      {
            font-size: 2rem;
            margin: 25px auto 80px;
      }
      .section-global h3
      {
            font-size: 1.6rem;
            margin: 55px auto 30px;
      }
      #row-p-about
      {
            padding: 5px 0px 20px
      }
      #ill-esperienza
      {
            margin: 40px auto auto 0;
      }
      .button.left 
      {
            padding: 15px 140px 15px 35px;
      }
      .button.left.small 
      {
            padding: 13px 80px 13px 30px;
      }
      .button.left.long
      {
          padding: 14px 45px 14px 45px;
      }
      .section-global h3.small 
      {
            font-size: 1.3rem;
      }
      #services h3 
      {
            margin: 0 auto 20px 0;
      }
      #services p
      {
            margin-bottom: 30px;
      }
      #partners img.logo
      {
            width: 340px;
      }
      .section-icon
      {
            font-size: 1.5rem;
      }
      #oval 
      {
            width: 620px;
            right: -25px;
            top: -110px;
      }    
      #link-oam
      {
            width: 70px;
            margin-top: 30px;
      }
      #row-table
      {
            margin-top: 20px;
            margin-bottom: 20px
      }
      #row-table .fl-box.title
      {
            font-size: 1.1rem;
            padding: 25px 38px;
      }
      #row-table .td
      {
            font-size: 1rem;
            padding: 20px 38px;
            margin-bottom: 5px;
            height: 160px;
            line-height: 26px
      }
      #row-table .td.small
      {
            height: 100px;
      }
      #row-table .td.medium
      {
            height: 250px;
      }
      #row-table .td.large
      {
            height: 680px;
      }
      .input.radio
      {
            width: 28px;
            height: 28px;
            margin-right: 10px;
      }
      .label.radio
      {
            font-size: 1rem;
            margin-right: 30px;
      }
      #form-dedidcated .label
      {
             font-size: 0.9rem;
      }
      #form-dedidcated .input
      {
            font-size: 0.9rem;
      }
      .textarea
      {
            font-size: 0.9rem;
            height: 140px
      }
      #wrapper-loading img
      {
            width: 240px;
            margin-left: -120px;
      }
      .input.radio, input.checkbox 
      {
            width: 23px;
            height: 23px;
            margin-right: 8px;
      }
      .jt-A .button.ccf 
      {
            width: 92%;
            margin: 0px auto auto 0;
      }
      .btn-privacy
      {
            margin-top: 15px;
      }
}
@media only screen and (min-width:1780px)
{
       .chevron
      {
            font-size: 46px;
      }
      @keyframes chevron
      {
            from
            {
                  bottom:35px;
                  color: #5537ff;
            }
            to 
            {
                  bottom:25px;
                  color: #1fffaa;
            }
      }
      #services h3 
      {
            margin: 0 auto 25px 0;
      }
      #services p
      {
            margin-bottom: 30px
      }
      #services h2
      {
            margin-bottom: 100px
      }
      p 
      {
            font-size: 1.1rem;
            line-height: 30px;
      }
      #partners img.logo
      {
            width: 450px;
      }
      .input
      {
          height: 50px;
          border-radius: 3px;
          font-size: 0.8rem;

      }
      .jt-A h1
      {
            font-size: 3.2rem;
            margin: 0px 0 24px;
            line-height: 52px;
      }
      .jt-A h2
      {
            line-height: 32px;
            font-size: 1.4rem;
            width: 90%;
      }
      .jt-A .button.long
      {
         width: 300px;
          padding: 17px 40px 17px 40px;
      }
      .ill 
      {
            width: 640px;
            margin: 0 0 0 auto;
      }
      #bg-jt 
      {
            width: 1530px;
            top: -90px;
            right: -25px;
      }
      .list-p li 
      {
            font-size: 1.1rem;
            margin-bottom: 14px;
      }
      .button.left
      {
            padding: 17px 160px 17px 40px;
      }
      services .button 
      {
            padding: 13px 70px;
            margin-top: 10px;
      }
      .section-global h3.small 
      {
            font-size: 1.5rem;
      }
      .section-icon
      {
            font-size: 1.7rem;
      }
      .jt-A .button
      {
            width: 250px;
            padding: 17px 5px 17px 36px;
            font-size: 1.1rem;
      }
      #oval 
      {
            width: 820px;
            right: -45px;
            top: -200px;
      }
      #row-p-about
      {
            padding: 50px 0px 40px;
      }
      .ill-sec
      {
            width: 520px;
      }
      .fl-ut-offset-0
      {
            margin-left: 0;
      }
      .section-icon 
      {
            width: 80px;
            height: 80px;
            line-height: 82px;
            font-size: 2rem;
      }
      #link-oam
      {
            width: 75px;
            margin-top: 40px;
      }
      #row-table
      {
            margin-top: 30px;
            margin-bottom: 25px
      }
      #row-table .fl-box.title
      {
            margin-bottom: 6px
      }
      #row-table .td
      {
            padding: 22px 38px;
            margin-bottom: 6px;
      }
      #row-table .td.large
      {
            height: 580px;
      }
      #services .button 
      {
            padding: 15px 60px;
      }
      .button.left.small
      {
            padding: 14px 90px 14px 30px;
      }
      .button.left.long
      {
          padding: 15px 50px 15px 50px;
      }
      .input.radio
      {
            width: 30px;
            height: 30px;
            margin-right: 8px;
      }
      .label.radio
      {
            font-size: 1rem !important;
            margin-right: 25px !important;
            margin-top: -5px !important;
      }
      .textarea
      {
            font-size: 0.8rem;
            height: 180px
      }
      #wrapper-loading img
      {
            width: 280px;
            height: 160px;
            margin-top: -80px;
            margin-left: -140px;
      }
      .input.radio, input.checkbox 
      {
            width: 25px;
            height: 25px;
      }
      .label.radio, .label.checkbox
      {
            margin-top: 0px;
      }
      .jt-A .button.ccf
      {
            width: 94%;
            margin: 3px auto auto 0;
      }
      
      #privacy-box
      {
            bottom: 30px;
            padding-right: 30px;
      }
      #privacy-box-inner
      {
            width: 580px;
            padding: 40px 55px;
      }
      #container-btn
      {
            gap:15px;
      }
      .btn-privacy
      {
            font-size: 17px;
            padding: 15px;
            margin-top: 20px;
      }
}
@media only screen and (min-width:1960px)
{
      .jt-A h1
      {
            font-size: 3.4rem;
            margin: 0px 0 26px;
            line-height: 58px;
      }
      .jt-A h2
      {
            line-height: 34px;
            font-size: 1.4rem;
      }
      .ill 
      {
            width: 680px;
            margin: 0 0 0 auto;
      }
      #bg-jt 
      {
            width: 1620px;
            top: -10px;
            right: -55px;
      }
      #link-oam
      {
            margin-top: 45px;
      }
      #row-table
      {
            margin-top: 40px;
            margin-bottom: 30px
      }
      #row-table .fl-box.title
      {
            margin-bottom: 6px;
             padding: 30px 40px;
      }
      #row-table .td
      {
            padding: 25px 40px;
            margin-bottom: 6px;
      }
      .label
      {
            font-size: 0.9rem;
      }
      .input,.textarea
      {
          font-size: 0.8rem;

      }
}