*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    margin:0;
    padding:0;
    background: #fff;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
img{
    max-width: 100%;
}
/* Max Viewport */
.wrap{
    max-width: 1980px;
    margin: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
/* Flex Container */
.container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
/* Text */
h1, h2, h3, h4, h5, h6, p, li, label{
    color:rgb(10,37,66);
    margin: 0;
}
a{
    color:#726B8B; 
    display: inline-block;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}
small, small a{
    color:#6E6586;
}
h1{
    font-size: 2.129rem;
    line-height: 2.214rem;
    margin-bottom: 1.7rem;
}
h2{
    font-size: 1.786rem;
    line-height: 2.071rem;
    margin-bottom: 0.7rem;
}
h3{
    font-size: 1.5rem;
    line-height: 1.786rem;
    margin-bottom: 0.7rem;
}
h4{
    font-size: 1.357rem;
    line-height: 1.643rem;
    margin-bottom: 0.7rem;
}
h5{
    font-size: 1.214rem;
    line-height: 1.5rem;
    margin-bottom: 0.7rem;
}
h6, strong, b, nav a{
    font-size: 1.071rem;
    line-height: 1.357rem;
    margin-bottom: 0.7rem;
}
a, p, li{
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 0.7rem;
}
small, small a, ul li{
    font-size: 0.857rem;
    line-height: 1rem;
}
/* List */
ul{
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}
ul li:before {
    content: url('/static/theme/img/list.svg');
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: middle;
    margin-right: 0.5rem;
    display: inline-block;
}
/* Form */
form{
    margin-bottom: 0;
}
form small{
    margin: 0 0 0.714rem;
    display: block;
}
label {
    margin-bottom: .3rem;
    display: block;
}
input {
    padding: 0.6rem 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    display: block;
    margin: 0 0 1rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1rem;
    color: #615D78;
    border: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    box-shadow: 0 0 10px rgba(30, 30, 30, 0.055);
-webkit-box-shadow: 0 0 10px rgba(30, 30, 30, 0.055);
-moz-box-shadow: 0 0 10px rgba(30, 30, 30, 0.055);
}
::-webkit-input-placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
:-moz-placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
::-moz-placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
:-ms-input-placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
::placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
:-ms-input-placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
::-ms-input-placeholder {
    color: #615D78;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
button, .btn{
    font-size: 1rem;
    line-height: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    background: #726B8B;
    padding: 1rem 1.6rem;
    -webkit-border-radius: 0.257rem;
       -moz-border-radius: 0.257rem;
            border-radius: 0.257rem;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/* Customizing the color input appearance */
input[type="color"] {
  padding: 0;
  height: 2.6rem;
  border: none;
  box-shadow: 0 0 10px rgba(30, 30, 30, 0.055);
-webkit-box-shadow: 0 0 10px rgba(30, 30, 30, 0.055);
-moz-box-shadow: 0 0 10px rgba(30, 30, 30, 0.055);
}

input[type="color"]::-webkit-color-swatch-wrapper {
  height: 2.6rem;
  border: none;
  padding: 0;
  
}

input[type="color"]::-webkit-color-swatch {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  
}
/* Captcha */
.grecaptcha-badge {
    visibility: hidden; 
}
.grey{
    background-color: rgba(180, 191, 209, 0.2);
}