@font-face {
    font-family: 'Visby CF';
    src: url('fonts/VisbyCF-Regular.eot');
    src: url('fonts/VisbyCF-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/VisbyCF-Regular.woff2') format('woff2'),
        url('fonts/VisbyCF-Regular.woff') format('woff'),
        url('fonts/VisbyCF-Regular.ttf') format('truetype'),
        url('fonts/VisbyCF-Regular.svg#VisbyCF-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Visby CF';
    src: url('fonts/VisbyCF-RegularOblique.eot');
    src: url('fonts/VisbyCF-RegularOblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/VisbyCF-RegularOblique.woff2') format('woff2'),
        url('fonts/VisbyCF-RegularOblique.woff') format('woff'),
        url('fonts/VisbyCF-RegularOblique.ttf') format('truetype'),
        url('fonts/VisbyCF-RegularOblique.svg#VisbyCF-RegularOblique') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Visby CF';
    src: url('fonts/VisbyCF-Bold.eot');
    src: url('fonts/VisbyCF-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/VisbyCF-Bold.woff2') format('woff2'),
        url('fonts/VisbyCF-Bold.woff') format('woff'),
        url('fonts/VisbyCF-Bold.ttf') format('truetype'),
        url('fonts/VisbyCF-Bold.svg#VisbyCF-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6  {
    margin-bottom: 15px;
   font-family: 'Visby CF';
    line-height: 1.25;
     font-size: 24px;
     font-weight: bold;
     color: #AD3B67;
         white-space: nowrap;

}

.row {
    margin-right: -45px;
    margin-left: -45px;
}

.row > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
}



body {
    font-size: 18px;
    font-weight: 300;
    color: #29385A;
   font-family: 'Visby CF';
    overflow-x: hidden;
    line-height: 1.5;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}



a {
    color: currentColor;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.5;
    margin-bottom: 15px
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: normal;
    margin-bottom: 5px;
}

sup {
        top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
        margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #29385A;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
       -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    outline: 0;
    padding: 12.5px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    border: 0;
    width: 100%;
    position: relative;
    background: #F6F6F6;
    border: 0;
    border-radius: 0;
        color: #29385A;

}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

select {
        background-image: url(images/down.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
}


::-webkit-input-placeholder {
        color: #29385A;
}

::-moz-placeholder {
        color: #29385A;
}

:-ms-input-placeholder {
      color: #29385A;
}

::-moz-selection {
    background-color: #29385A;
    color: #ffffff
}

::selection {
    background-color: #29385A;
    color: #ffffff
}

::-moz-selection {
    background-color: #29385A;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%;
}

b,
strong {
    font-weight: bold;
}

small,
.small {
        font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

/*.container {
  padding-right: 30px;
  padding-left: 30px;
}
*/
.row.big-gutters {
    margin-right: -37.5px;
    margin-left: -37.5px;
}

.row.big-gutters > [class*="col-"] {
    padding-right: 37.5px;
    padding-left: 37.5px;
}

.row-header {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}

body {
  align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;

}


main {
  display: flex;
    align-items: center;
    padding: 60px 0;
}

main .logo{  
  max-width: 450px;
  margin-bottom: 240px;
  margin-left: auto;
  display: block;
  margin-right: auto;
}

main ul li b{
      min-width: 50px;
    display: inline-block;
}


main p {
  margin-bottom: 0;
  position: relative;
}

main p a,
main p a:hover{
    text-decoration: underline;
}


@media (max-width: 1400px) {
 body {
    font-size: 17px
  }
}

@media (max-width: 1400px) {
  .row {
      margin-right: -30px;
      margin-left: -30px;
  }

  .row > [class*="col-"] {
      padding-right: 30px;
      padding-left:30px;
  }

}


@media (max-width: 991.98px) {
    
  body {
    font-size: 16px
  }
  
  .row.big-gutters {
      margin-right: -15px;
      margin-left: -15px;
  }

  .row.big-gutters > [class*="col-"] {
      padding-right: 15px;
      padding-left: 15px;
  }

  main .logo {
    margin-bottom: 150px;
  }


    
}











