@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");

      :root {
        --font: Open Sans;
        --alt-font: Open Sans;
        --accent-color: #2e6799;
        --secondary-color: #198563;
        --link-color: #c74848;
        --accent-highlight-color: #224d72;
        --accent-highlight-background-color: #e8f0f8;
        --accent-tinted-color-70: #c0d1e0;
        --accent-tinted-color-80: #d5e1eb;
        --accent-tinted-color-90: #eaf0f5;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #3a81c0;
        --secondary-hover-color: #21b083;
        --secondary-contrast-color: #fff;
        --link-hover-color: #df9696;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/df624ef0-9fd7-4c81-b4c8-91c3353d98cc/40t9xgmvnb9m-20210506_124654.jpg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/df624ef0-9fd7-4c81-b4c8-91c3353d98cc/ohmy7r77tec0-188-1883199_motorcycle-clipart-motorcycle-car-ktm-vector-motor-png.png') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
#learner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}