    /*
    Flaticon icon font: Flaticon
    Creation date: 24/02/2020 10:25
    */

    @font-face {
  font-family: "SourceSansPro";
  src: url("./SourceSansPro-SemiBold.eot");
  src: url("./SourceSansPro-SemiBold.eot?#iefix") format("embedded-opentype"),
       url("./SourceSansPro-SemiBold.woff2") format("woff2"),
       url("./SourceSansPro-SemiBold.woff") format("woff"),
       url("./SourceSansPro-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "SourceSansPro";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

    .fi:before{
        display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
    }

    .sourceSansPro-tour:before { content: "\f100"; }
.sourceSansPro-pay:before { content: "\f101"; }
.sourceSansPro-experience:before { content: "\f102"; }
.sourceSansPro-good:before { content: "\f103"; }
.sourceSansPro-quote:before { content: "\f104"; }
.sourceSansPro-arrow:before { content: "\f105"; }
    
    $font-SourceSansPro-tour: "\f100";
    $font-SourceSansPro-pay: "\f101";
    $font-SourceSansPro-experience: "\f102";
    $font-SourceSansPro-good: "\f103";
    $font-SourceSansPro-quote: "\f104";
    $font-SourceSansPro-arrow: "\f105";