@charset "utf-8";
/* CSS Document */

/*
 font-family: 'Gilroy';
 */

* {
    margin: 0;
    padding: 0;
    }

/*for Chrom*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
input, textarea { outline:none; }
textarea {
  	resize: none;
}
input:active, textarea:active { outline:none; }
:focus { outline:none; }

/*for FireFox*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}

:focus::-webkit-input-placeholder {color: transparent;}
:focus::-moz-placeholder          {color: transparent;}
:focus:-moz-placeholder           {color: transparent;}
:focus:-ms-input-placeholder      {color: transparent;}

*:focus::-webkit-input-placeholder { opacity:0; }
*:focus:-moz-placeholder { opacity:0; }
*:focus::-moz-placeholder { opacity:0; }
*:focus:-ms-input-placeholder { opacity:0; }

/*::-webkit-input-placeholder {
   color: #ffffff;
}
:-moz-placeholder {
   color: #ffffff;
}
::-moz-placeholder {
   color: #ffffff;
}
:-ms-input-placeholder {
   color: #ffffff;
}*/

a {
	outline: none !important;
	cursor: pointer;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
a img {
    border:-moz-none !important;
    outline:-moz-none !important;
}
img {
    max-width: 100%;
}
html,
body {
    overflow-x: clip;
}
html, body {
    min-height: 100%;
}
body {
    font-family: 'Gilroy';
    color: #000;
    font-size: 16px;
	font-weight: 400;
    line-height: normal;
}
.modal-open {
    padding-right: 0 !important;
}
section,
.sppb-section {
    width: 100%;
    float: left;
}
.container-fluid {
    padding: 0;
    width: 100%;
    float: left;
}

h1, .h1 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -1.44px;
}
h2, .h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.96px;
}
h3, .h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.72px;
}
h4, .h4 {
    font-size: 32px;
    letter-spacing: -0.64px;
}
h5, .h5 {
    font-size: 24px;
    letter-spacing: -0.48px;
}
h6, .h6 {
    font-size: 20px;
    letter-spacing: -0.4px;
}
ul {
    list-style: disc;
}
.orange {
    color: #C9581A;
}
.blue {
    color: #2684C9;
}
.btn {
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    padding: 14px 28px;
    letter-spacing: -0.4px;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: opacity 0.9s;
    transition: background-color 0.9s, transform 0.9s;
}
.btn svg {
    flex-shrink: 0;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-primary {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #FFF;
    gap: 10px;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #E5481F;
    border-color: #E5481F;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #ffffff;
    background-color: #E5481F;
    border-color: #E5481F;
    box-shadow: none;
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #E5481F !important;
    border-color: #E5481F;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:disabled,
.btn-primary.disabled {
    color: #ffffff;
    background-color: #E5481F;
    border-color: #E5481F;
}
.btn-close:focus {
    box-shadow: none;
}
.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary .ic {
    margin-left: 8px;
}
.btn-primary .ic i {
    font-size: 35px;
    line-height: 1.2;
}
button {
    border: none;
    background-color: transparent;
}
.link-anch-white a {
      display: inline;
      flex: 0 0 auto;
      height: 24px;
      padding: 10px 45px;
      justify-content: center;
      align-items: center;
      gap: 15px;
      border-radius: 10px;
      border: 2px solid #E5481F;
      color: #000;
      font-weight: 700;
      -webkit-transition-duration: 0.9s;
      transition-duration: 0.9s;
      -webkit-transition-property: transform;
      transition-property: transform;
      transition: opacity 0.9s;
      transition: background-color 0.9s, transform 0.9s;
}
.link-anch-white a:hover,
.link-anch-white a:focus {
    text-decoration: none;
    background-color: #E5481F;
    color: #ffffff;
}
.link-anch a .ic i {
    font-size: 35px;
}
.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 0.25rem rgba(106, 201, 82, 0.25);
}
.jmodedit,
.sp-pagebuilder-page-edit {
    display: none !important;
}